Page 1 of 1

Cannot seek in streams?

Posted: Sun Mar 21, 2010 5:38 am
by CybrFyre
referring to the http streaming capability of makemkv.

Is being able to seek expected not to work?

(please note my main media player is mplayer -- though, I just quickly tried with vlc and also no go on seeking).

thanks.

Re: Cannot seek in streams?

Posted: Sun Mar 21, 2010 7:54 am
by mike admin
CybrFyre wrote:referring to the http streaming capability of makemkv.

Is being able to seek expected not to work?

(please note my main media player is mplayer -- though, I just quickly tried with vlc and also no go on seeking).

thanks.
Yes, seeking is explicitly supported and should work in VLC.

Re: Cannot seek in streams?

Posted: Sun Jul 18, 2010 2:21 am
by CybrFyre
I wanted to update on this issue...

Just grabbed the latest mplayer. Have makemkv 1.5.6 . Fedora Core 13.

With mplayer, as long as I do not seek, the stream plays find. Trying to seek be it via chapters or be it via the normal 10 seconds/1 minute/10 minutes skip keys, mplayer just jumps a few seconds ahead, and then plays from there (no matter which way I try to skip). Where the problem lies is an interesing question.

thanks.

Re: Cannot seek in streams?

Posted: Thu Aug 26, 2010 5:12 pm
by rcork
I am getting a fatal error when trying to seek via VLC. I've inluded the relevent log messages from VLC below. I am using MakeMKV 1.5.8 and VLC 1.1.3. The disc i am trying to stream is Band of Brothers Disc 1.

Code: Select all

access_http debug: trying to seek to 1228405774
main debug: net: connecting to 192.168.1.112 port 51000
main debug: connection succeeded (socket = 15)
main error: Read error: Connection reset by peer
access_http error: failed to read answer
access_http error: seek failed
main error: INPUT_CONTROL_SET_POSITION(_OFFSET) 6.7% failed
ts debug: eof ?
main debug: EOF reached
main debug: finished input
main debug: waitpipe: object killed
avcodec debug: ffmpeg codec (Windows Media Video VC1) stopped
main debug: removing module "avcodec"
main debug: killing decoder fourcc `VC-1', 0 PES in FIFO

Re: Cannot seek in streams?

Posted: Fri Aug 27, 2010 6:43 am
by mike admin
Do you see any messages in MakeMKV if you enabled debug messages?

Re: Cannot seek in streams?

Posted: Wed Sep 01, 2010 10:00 am
by BitJam2
Seeking on makemkv streams works great here (64-bit Gentoo) with vlc-1.1.4.

I wasn't able to view "Avatar" via stream on vlc even though it works okay with another player (xbmc). So far both "Tekkonkinkreet" and "Planet Earth Disc 2" have worked by streaming to vlc and the seeking worked great.

Re: Cannot seek in streams?

Posted: Mon Sep 06, 2010 7:50 pm
by rcork
Looks like the issue is with the OSX version of MakeMKV. Streaming works fine when running MakeMKV under Windows or Linux. Still have the same "Fatal error" when trying to seek or change tracks when running MakeMKV from OSX. The log shows no error or issue.

Re: Cannot seek in streams?

Posted: Mon Sep 06, 2010 8:21 pm
by BitJam2
Could it be that the problem is in the OS-X version of vlc and not makemkv?

Re: Cannot seek in streams?

Posted: Tue Sep 07, 2010 2:27 am
by rcork
BitJam2 wrote:Could it be that the problem is in the OS-X version of vlc and not makemkv?
I thought of that too but i think i've narrowed it down to MakeMKV on OSX. This is what i've tried

MakeMKV [OSX] -> VLC [OSX] - FAIL
MakeMKV [OSX] -> VLC [Ubuntu] - FAIL
MakeMKV [Ubuntu] -> VLC [OSX] - PASS
MakeMKV [Windows] -> VLC [Ubuntu] - PASS
MakeMKV [Windows] -> VLC [OSX] - PASS

The only thing i couldn't test was a Windows uPnP client as VLC on Windows doesn't support uPnP streams and Boxee and XBMC wouldn't play the m2ts files.

Re: Cannot seek in streams?

Posted: Tue Sep 07, 2010 7:24 am
by mike admin
Thanks for narrowing it down, bug noted.