On Sun, Jan 10, 2016 at 15:53:27 -0500, chovy wrote: > I'm running this command and it starts ffmpeg, creates an index.m3u8 with a > single video.ts file...however when I open the stream in VLC it does not play > properly. > > It skips around and in other players it just stops. > > Did I mess something up in my ffmpeg arguments?
Thanks for not showing us YOUR complete console output. You do realize that it contains information which may help in identifying issues? So I won't show mine, which could help (you) with comparing. I will tell you though that it "works for me" with latest ffmpeg. This is what VLC says before playing very smoothly: [barsnick@host ~]$ vlc index.m3u8 VLC media player 2.2.2 Weatherwax (revision 2.2.1-161-g360f42e) [000000000165c118] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [00007f4118c01548] httplive stream: HTTP Live Streaming (/home/barsnick/index.m3u8) [00007f4118c01548] httplive stream error: #EXT-X-VERSION should be version 1, 2 or 3 iso 4 [000000000172c688] core playlist: stopping playback [00007f4118c03388] ts demux: MPEG-4 descriptor not found for pid 0x101 type 0xf [00007f4118c05a48] core demux error: option sub-original-fps does not exist [00007f4130005f98] core input error: no suitable demux module for `file/subtitle:///home/barsnick//blabla.txt' [00007f4118f05738] packetizer_mpeg4audio packetizer: AAC channels: 2 samplerate: 48000 Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
