Hey all, I've been trying to use VLC as an HTTP Live Streaming client to watch hockey games. If I use 1.1.4 VLC and choose open network stream and point it to the m3u8 file, all it does is sequentially fetch each 3 second .ts file and play it one after the other (and so playback becomes choppy as it doesn't try to get the next file until after the first one is finished and it takes a few tenths of a second to get the next file).
After hearing VLC trunk has support for HTTP Live Streaming, I compiled 1.2.0, and the Live Streaming works flawlessly, but only for about two minutes and then stops. I can resume playback by pushing the play button again, but sometimes I have to push the button once or twice. Here's what the output looks like when pushing play doesn't work.
http://pastebin.com/YG5YRBWR
Here's the rest of the output from when it works till when it stops working unexpectedly (and I have to click play a bunch more times till it successfully restarts).
http://paste.ubuntu.com/563201/
I'm using Ubuntu 32 bit running compiled trunk as of the time of this posting. Any help would be greatly appreciated, and thanks for all the great work.