GNOME Bugzilla – Bug 628052
[playbin2] Stuttering when reading TS stream by http
Last modified: 2011-01-03 01:59:40 UTC
I got a problem when i read TS stream by http, the video launch then hangs every 5 seconds. I got no problem when i read the video from a mount point that point to the same server. I can read MP4 stream by http without problems too: gst-launch -v playbin2 uri=http://192.168.1.65/Aliens.ts => stutterings gst-launch -v playbin2 uri=/mnt/smb/Aliens.ts => OK gst-launch -v playbin2 uri=http://192.168.1.65/60.mp4 => OK i got the problems with all my ts streams that contain high bitrate H264 tracks (>4MB/S) Thank you Pacopad
It sounds like the http connection isn't fast enough, and that's why it's rebuffering all the time? What about: gst-launch -v playbin2 uri=pushfile:///mnt/smb/Aliens.ts (the pushfile:// uri support is in gst-plugins-good's "debug" plugin) Moving to playbin2 for now, but issue is probably something else (though arguably playbin2's' buffering should be smarter anyway in cases like this, ie. increase the buffer time if it constantly has to rebuffer, so one can see more in one go than just a few seconds?).
any news?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!