[MPlayer-users] seeking in a flv

Gautier gaulgo at gmail.com
Tue Jul 13 12:04:56 CEST 2010


Thanks, it was exactly that.

Now I have another problem :

If the server is a little slow to send the movie mplayer exit
(nop_streaming_read error : Resource temporarily unavailable). If I
add the loop option it sends a new get request. It's not a problem
when I'm at the beginning of the movie, but if I do a seek and then
the server takes time to answer mplayer send a new get corresponding
to the position where it was before seeking and not the position where
it should be after seeking.

Is there a way to force mplayer to wait indefinitely ?

Best regards,
Gautier

On Sat, Jul 10, 2010 at 8:57 AM, Reimar Döffinger
<Reimar.Doeffinger at gmx.de> wrote:
> On Fri, Jul 09, 2010 at 02:44:30PM +0200, Gautier wrote:
>> I would like to know if mplayer can make random access within a flv
>> file while making progressive download ?
>>
>> When I take a flash player and jump forward in a movie while making
>> progressive download it sends a get request to the server to have the
>> part it needs, but when I do the same with mplayer it just waits for
>> the download to reach the point where I want to read. Did I miss
>> something ?
>
> Probably that just as with YouTube your flv is hosted on a broken
> http server that claims not to support seeking.
> For YouTube, this broken server is detected specifically by the
> "gvs 1.0" server string and we fix up the server's reply.
> Check if the server sets "Accept-Ranges: bytes".
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>


More information about the MPlayer-users mailing list