Closed GoogleCodeExporter closed 8 years ago
Limitation of mplayer I believe. If mplayer encountered a video with a broken
IDX
then seeks do not work properly. Please report this issue to mplayer.
Original comment by kdeko...@gmail.com
on 21 Oct 2009 at 12:45
This feature is available in smplayer, then I think be available in Mplayer.
Original comment by bigbr...@gmail.com
on 21 Oct 2009 at 12:59
the -idx option break seeking in partially downloaded files as well. So using
it or
the -forceidx option do have negative affects. You can try it by opening
gnome-mplayer, editing the preferences and choosing the mplayer tab and adding
-idx
to the list of extra options.
Original comment by kdeko...@gmail.com
on 21 Oct 2009 at 1:12
With -idx and -forceidx not effect.
Original comment by bigbr...@gmail.com
on 21 Oct 2009 at 1:20
Oh, I looked at how gecko-mediaplayer is loading this site and it is loading it
in
streaming mode. I disable seeking in streaming mode as it almost always causes
issues, if not with this site than with others.
Original comment by kdeko...@gmail.com
on 21 Oct 2009 at 1:35
Can you tell me how to activate the seeking?
Original comment by bigbr...@gmail.com
on 21 Oct 2009 at 1:58
It would require editing the gnome-mplayer code and you would need need to look
at
the ff_callback and rew_callback functions in gui.c. I took a quick look at it
and
didn't see why the options didn't work in this case, unless mplayer is ignoring
the
commands because it is streaming an mmshttp:// url.
My work queue is pretty deep at the moment, so it would not be something I
would be
able to get to right away even if it was a bug.
Original comment by kdeko...@gmail.com
on 21 Oct 2009 at 2:07
Original issue reported on code.google.com by
bigbr...@gmail.com
on 21 Oct 2009 at 9:13