adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

No fast forward or backward in idx bug or online sound #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you open a video problem with the IDX Gnome-Mplayer can not speed up
or rewind the video.

This also occurs in audio online:
http://cbn.globoradio.globo.com/comentaristas/arnaldo-jabor/2009/10/19/CRIME-NAS
-PERIFERIAS-DO-BRASIL-E-UMA-MUTACAO-SOCIAL-E-PSICOLOGICA.htm

Original issue reported on code.google.com by bigbr...@gmail.com on 21 Oct 2009 at 9:13

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
With -idx and -forceidx not effect.

Original comment by bigbr...@gmail.com on 21 Oct 2009 at 1:20

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Can you tell me how to activate the seeking?

Original comment by bigbr...@gmail.com on 21 Oct 2009 at 1:58

GoogleCodeExporter commented 8 years ago
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