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
 
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?
 
Thanks!
 
Regards,
Nick
_________________________________________________________________
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