Hi,> Date: Thu, 6 Mar 2008 09:46:46 +0100> From: [EMAIL PROTECTED]> To: 
[email protected]> Subject: Re: [libav-user] h264 media playback> > Hi,> 
> Nick Kichukov wrote:> > Hello,> > > > I am building a simple player based on 
libavcodec but I have some problems with h264 based media. Please note that the 
problem takes place in the ffplay sample too so I guess it is not related to my 
code.> > > > When I attempt to play this URL in ffplay sample:> > > > 
http://kcpr.vp.video.l.google.com/videodownload?version=2&secureurl=UAAAAAwaiS0rCqaVPDNBy5bXdfWaZsoBxsjXxrDMQb9nPFMnoXBubYLG5xZWxm8YX7aLbAKIY_u7xpm9iL3UpxRCL_kqhPJnsw9to9BsGt9Email&sigh=5-pjPwS7suGUUWaeoYyYKE76Cto&rdc=1>
 > > > as i have no problem playing this video, I guess r12338 has fixed it...> 
please update and retry> > > it works but very very slow. Playing real time is 
impossible. Initially I was thinking this is an Internet problem but it is not 
as other players like VLC for example handle it just fine. So I run a http 
sniffer and noticed that ffplay generates a huge number of HTTP GET range 
requests. VLC generates only one. So I guess the problem is coming from this 
huge number of requests which make the reading very slow. Is there any way this 
can be avoided for this kind of online media?> > > > -- > Benoit Fouet> Purple 
Labs S.A.> www.purplelabs.com
 
Thanks for your advice. I have updated and it initially works. The URL is 
played just fine for about a minute or so. At some point (after it has approx 
downloaded 4Mbs) it again starts making huge number of GET requests one after 
another and each one reads no more than 100K. As result the playing almost 
stops and gets very very slow. This happens in ffplay too ...
 
Regards,
Nick
> _______________________________________________> libav-user mailing list> 
> [email protected]> 
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to