Playing HLS streaming video with VLC player

*nix specific usage questions
sanjilyh
New Cone
New Cone
Posts: 4
Joined: 27 Aug 2013 20:33

Playing HLS streaming video with VLC player

Postby sanjilyh » 27 Aug 2013 20:41

(I hope i post on the right section of the forum)

Hey. I am encountering problem with playing HLS streaming video using VLC player.

I have generated a set of video segments (.ts files) and the required playlist (.m3u8) using ffmpeg. The following is a sample command i used to generate the video segments: (there is no sound to the video, hence no sound codec)

Code: Select all

ffmpeg -i test.m4v -vcodec libx264 -f mpegts output/test1.ts
After creating the necessary files, I tried to play the m3u8 playlist on ffplay, and it works smoothly.

When i try to play on VLC Player, the following are the error message i encounter:

Code: Select all

[0xb5104178] stream_filter_httplive stream: HTTP Live Streaming (/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts.m3u8) [0xb5104178] stream_filter_httplive stream: VOD Playlist HLS protocol version: 3 [0xb5104178] stream_filter_httplive stream: video on demand (vod) mode [0xb5104178] stream_filter_httplive stream: Choose segment 0/3 (sequence=0) [0xb5104178] stream_filter_httplive stream: downloaded segment 0 from stream 0 [0xb5104178] stream_filter_httplive stream: downloaded segment 1 from stream 0 [0xb5104178] stream_filter_httplive stream: playing segment 0 from stream 0 [0xb5104178] stream_filter_httplive stream: downloaded segment 2 from stream 0 [0xb5104178] stream_filter_httplive stream: playing segment 1 from stream 0 libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 3) for PID 17 libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 12) for PID 0 libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 12) for PID 4096 [0xb5111a10] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 300 ms) [0xb5111a10] main input error: ES_OUT_RESET_PCR called [0xb5104178] stream_filter_httplive stream: playing segment 2 from stream 0 libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 2) for PID 17 libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 6) for PID 0 libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 6) for PID 4096 [0xb5111a10] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 1800 ms) [0xb5111a10] main input error: ES_OUT_RESET_PCR called
The player version is VLC 2.0.5 TwoFlower

The player stuttered alot, jumping alot of frames, and eventually, stop playing the streaming. Can anyone advise what I could do to troubleshoot the issue? Thanks =)

sanjilyh
New Cone
New Cone
Posts: 4
Joined: 27 Aug 2013 20:33

Re: Playing HLS streaming video with VLC player

Postby sanjilyh » 27 Aug 2013 20:47

This is a more detailed log

"vlc -vvv"

Code: Select all

[0x8b556d0] stream_filter_httplive stream: HTTP Live Streaming (/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts.m3u8) [0x8b556d0] stream_filter_httplive stream debug: parse_M3U8 #EXTM3U #EXT-X-TARGETDURATION:2 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-VERSION:3 #EXTINF:2 test.ts_001.ts #EXTINF:2 test.ts_002.ts #EXTINF:1 test.ts_003.ts #EXT-X-ENDLIST [0x8b556d0] stream_filter_httplive stream: VOD Playlist HLS protocol version: 3 [0x8b556d0] stream_filter_httplive stream: video on demand (vod) mode [0x8b556d0] stream_filter_httplive stream: Choose segment 0/3 (sequence=0) [0x8b556d0] main stream debug: creating access 'file' location='/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_001.ts', path='/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_001.ts' [0x8d93f20] main access debug: looking for access module: 2 candidates [0x8d93f20] filesystem access debug: opening file `/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_001.ts' [0x8d93f20] main access debug: using access module "filesystem" [0x8d93f20] main access debug: TIMER module_need() : 0.210 ms - Total 0.210 ms / 1 intvls (Avg 0.210 ms) [0x8f7d3f0] main stream debug: Using stream method for AStream* [0x8f7d3f0] main stream debug: starting pre-buffering [0x8f7d3f0] main stream debug: received first data after 0 ms [0x8f7d3f0] main stream debug: pre-buffering done 1024 bytes in 0s - 4255 KiB/s [0x8d93f20] main access debug: removing module "filesystem" [0x8b556d0] stream_filter_httplive stream: downloaded segment 0 from stream 0 [0x8b556d0] main stream debug: creating access 'file' location='/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_002.ts', path='/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_002.ts' [0x8b55d80] main access debug: looking for access module: 2 candidates [0x8b55d80] filesystem access debug: opening file `/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_002.ts' [0x8b55d80] main access debug: using access module "filesystem" [0x8b55d80] main access debug: TIMER module_need() : 0.212 ms - Total 0.212 ms / 1 intvls (Avg 0.212 ms) [0x8b55b00] main stream debug: Using stream method for AStream* [0x8b55b00] main stream debug: starting pre-buffering [0x8b55b00] main stream debug: received first data after 0 ms [0x8b55b00] main stream debug: pre-buffering done 1024 bytes in 0s - 30303 KiB/s [0x8b55d80] main access debug: removing module "filesystem" [0x8b556d0] stream_filter_httplive stream: downloaded segment 1 from stream 0 [0x8b556d0] main stream debug: using stream_filter module "stream_filter_httplive" [0x8b556d0] main stream debug: TIMER module_need() : 10.373 ms - Total 10.373 ms / 1 intvls (Avg 10.373 ms) [0x8b556d0] main stream debug: Inserted a stream filter [0x8b55d80] main stream debug: looking for stream_filter module: 7 candidates [0x8b55d80] main stream debug: no stream_filter module matching "any" could be loaded [0x8b55d80] main stream debug: TIMER module_need() : 0.118 ms - Total 0.118 ms / 1 intvls (Avg 0.118 ms) [0x8b55d80] main stream debug: looking for stream_filter module: 1 candidate [0x8b55d80] main stream debug: no stream_filter module matching "stream_filter_dash" could be loaded [0x8b55d80] main stream debug: TIMER module_need() : 0.100 ms - Total 0.100 ms / 1 intvls (Avg 0.100 ms) [0x8b556d0] main stream warning: failed to insert stream filter stream_filter_dash [0x8b55d80] main stream debug: looking for stream_filter module: 1 candidate [0x8b55d80] main stream debug: using stream_filter module "stream_filter_record" [0x8b55d80] main stream debug: TIMER module_need() : 0.100 ms - Total 0.100 ms / 1 intvls (Avg 0.100 ms) [0xb5100e68] main input debug: creating demux: access='file' demux='' location='/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts.m3u8.ts' file='/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts.m3u8.ts' [0x8b55ff8] main demux debug: looking for demux module: 54 candidates [0x8b55ff8] mod demux debug: MOD validation failed (ext=ts) [0x8b556d0] stream_filter_httplive stream: playing segment 0 from stream 0 [0x8b55ff8] ts demux debug: PATCallBack called [0x8b55ff8] ts demux debug: new PAT ts_id=1 version=0 current_next=1 [0x8b55ff8] ts demux debug: * number=1 pid=4096 [0x8b55ff8] ts demux debug: PMTCallBack called [0x8b55ff8] ts demux debug: new PMT program number=1 version=0 pid_pcr=256 [0x8b55ff8] ts demux debug: * es pid=256 type=27 fcc=h264 [0xb5100e68] main input debug: selecting program id=1 [0x8b55ff8] main demux debug: using demux module "ts" [0x8b55ff8] main demux debug: TIMER module_need() : 0.879 ms - Total 0.879 ms / 1 intvls (Avg 0.879 ms) [0xb5100e68] main input debug: looking for a subtitle file in /home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/ [0x8f489b0] main decoder debug: looking for decoder module: 30 candidates [0x8b556d0] main stream debug: creating access 'file' location='/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_003.ts', path='/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_003.ts' [0xb3413570] main access debug: looking for access module: 2 candidates [0xb3413570] filesystem access debug: opening file `/home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts_003.ts' [0xb3413570] main access debug: using access module "filesystem" [0xb3413570] main access debug: TIMER module_need() : 0.229 ms - Total 0.229 ms / 1 intvls (Avg 0.229 ms) [0xb3413700] main stream debug: Using stream method for AStream* [0xb3413700] main stream debug: starting pre-buffering [0xb3413700] main stream debug: received first data after 0 ms [0xb3413700] main stream debug: pre-buffering done 1024 bytes in 0s - 30303 KiB/s [0xb3413570] main access debug: removing module "filesystem" [0x8b556d0] stream_filter_httplive stream: downloaded segment 2 from stream 0 [0x8b51e88] qt4 interface debug: IM: Setting an input [0x8f489b0] avcodec decoder debug: libavcodec initialized (interface 0x352300) [0x8f489b0] avcodec decoder debug: trying to use direct rendering [0x8f489b0] avcodec decoder debug: allowing 1 thread(s) for decoding [0x8f489b0] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started [0x8f489b0] main decoder debug: using decoder module "avcodec" [0x8f489b0] main decoder debug: TIMER module_need() : 33.122 ms - Total 33.122 ms / 1 intvls (Avg 33.122 ms) [0x8f4a2b8] main packetizer debug: looking for packetizer module: 21 candidates [0x8f4a2b8] main packetizer debug: using packetizer module "packetizer_h264" [0x8f4a2b8] main packetizer debug: TIMER module_need() : 1.493 ms - Total 1.493 ms / 1 intvls (Avg 1.493 ms) [0x8b55ff8] ts demux debug: DEMUX_SET_GROUP 0 (nil) [0x8f72e80] main demux meta debug: looking for meta reader module: 2 candidates [0x8f72e80] lua demux meta debug: Trying Lua scripts in /home/lokeyanhao/.local/share/vlc/lua/meta/reader [0x8f72e80] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [0x8f72e80] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [0x8f72e80] main demux meta debug: no meta reader module matching "any" could be loaded [0x8f72e80] main demux meta debug: TIMER module_need() : 0.316 ms - Total 0.316 ms / 1 intvls (Avg 0.316 ms) [0xb5100e68] main input debug: `file:///home/lokeyanhao/Desktop/HLSStream/HLS-Stream-Creator/output/test.ts.m3u8' successfully opened [0xb5100e68] main input debug: Buffering 0% [0xb5100e68] main input debug: Buffering 33% [0x8b55ff8] ts demux debug: PSINewTableCallBack: table 0x42(66) ext=0x1(1) [0x8b55ff8] ts demux debug: SDTCallBack called [0x8b55ff8] ts demux debug: new SDT ts_id=1 version=0 current_next=1 network_id=1 [0x8b55ff8] ts demux debug: * service id=1 eit schedule=0 present=0 running=4 free_ca=0 [0x8b55ff8] ts demux debug: - type=1 provider=Libav name=Service01 [0xb5100e68] main input debug: EsOutProgramMeta: number=1 [0xb5100e68] main input debug: Buffering 66% [0xb5100e68] main input debug: Buffering 100% [0xb5100e68] main input debug: Stream buffering done (400 ms in 1 ms) [0x8f4a2b8] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0) [0x8f4a2b8] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0) [0xb4f6aed8] main spu text debug: looking for text renderer module: 3 candidates [0xb4f6aed8] freetype spu text debug: Building font databases. [0xb4f6aed8] freetype spu text debug: Took 1 microseconds [0xb4f6aed8] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf [0xb4f6aed8] freetype spu text debug: using fontsize: 2 [0xb4f6aed8] main spu text debug: using text renderer module "freetype" [0xb4f6aed8] main spu text debug: TIMER module_need() : 2.082 ms - Total 2.082 ms / 1 intvls (Avg 2.082 ms) [0xb4f6b940] main scale debug: looking for video filter2 module: 18 candidates [0xb4f6b940] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality) [0xb4f6b940] main scale debug: using video filter2 module "swscale" [0xb4f6b940] main scale debug: TIMER module_need() : 1.861 ms - Total 1.861 ms / 1 intvls (Avg 1.861 ms) [0xb4f775a8] main scale debug: looking for video filter2 module: 18 candidates [0xb4f775a8] yuvp scale debug: YUVP to YUVA converter [0xb4f775a8] main scale debug: using video filter2 module "yuvp" [0xb4f775a8] main scale debug: TIMER module_need() : 1.979 ms - Total 1.979 ms / 1 intvls (Avg 1.979 ms) [0xb4f38498] main video output debug: Deinterlacing available [0xb4f38498] main video output debug: deinterlace 0, mode blend, is_needed 0 [0xb4f38498] main video output debug: Opening vout display wrapper [0xb5104ac8] main vout display debug: looking for vout display module: 6 candidates [0xb51080f8] main window debug: looking for vout window xid module: 4 candidates [0xb51080f8] qt4 window debug: requesting video... [0x8b51e88] qt4 interface debug: Video was requested 0, 0 [0xb51080f8] main window debug: using vout window xid module "qt4" [0xb51080f8] main window debug: TIMER module_need() : 83.991 ms - Total 83.991 ms / 1 intvls (Avg 83.991 ms) [0xb51082c8] main inhibit debug: looking for inhibit module: 2 candidates [0xb51082c8] main inhibit debug: using inhibit module "xdg_screensaver" [0xb51082c8] main inhibit debug: TIMER module_need() : 0.430 ms - Total 0.430 ms / 1 intvls (Avg 0.430 ms) [0xb51082c8] xdg_screensaver inhibit debug: started xdg-screensaver (PID = 17871) [0xb5104ac8] xcb_xv vout display debug: connected to X11.0 server [0xb5104ac8] xcb_xv vout display debug: vendor : The X.Org Foundation [0xb5104ac8] xcb_xv vout display debug: version: 11300000 [0xb5104ac8] xcb_xv vout display debug: using screen 0x165 [0xb5104ac8] xcb_xv vout display debug: using XVideo extension v2.2 [0xb5104ac8] xcb_xv vout display debug: using adaptor XA G3D Textured Video [0xb5104ac8] xcb_xv vout display debug: using port 98 [0xb5104ac8] xcb_xv vout display debug: using image format 0x32315659 [0xb5104ac8] xcb_xv vout display debug: using X11 visual ID 0x21 (depth: 24) [0xb5104ac8] xcb_xv vout display debug: using X11 window 0x04400000 [0xb5104ac8] xcb_xv vout display debug: using X11 graphic context 0x04400002 [0xb5104ac8] main vout display debug: VoutDisplayEvent 'fullscreen' 0 [0xb5104ac8] main vout display debug: VoutDisplayEvent 'resize' 439x288 window [0xb5104ac8] main vout display debug: using vout display module "xcb_xv" [0xb5104ac8] main vout display debug: TIMER module_need() : 113.700 ms - Total 113.700 ms / 1 intvls (Avg 113.700 ms) [0xb4f38498] main video output debug: original format sz 384x288, of (0,0), vsz 384x288, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0 [0xb4f6aed8] main spu text debug: removing module "freetype" [0xb4f6aed8] main spu text debug: looking for text renderer module: 3 candidates [0xb4f6aed8] freetype spu text debug: Building font databases. [0xb4f6aed8] freetype spu text debug: Took 1 microseconds [0xb4f6aed8] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf [0xb4f6aed8] freetype spu text debug: using fontsize: 2 [0xb4f6aed8] main spu text debug: using text renderer module "freetype" [0xb4f6aed8] main spu text debug: TIMER module_need() : 2.735 ms - Total 2.735 ms / 1 intvls (Avg 2.735 ms) [0x8f489b0] avcodec decoder warning: disabling direct rendering [0xb5104ac8] xcb_xv vout display debug: display is visible [0x8f489b0] main decoder debug: End of video preroll [0x8f489b0] main decoder debug: Received first picture [0xb5110400] main blend debug: looking for video blending module: 1 candidate [0xb5110400] main blend debug: using video blending module "blend" [0xb5110400] main blend debug: TIMER module_need() : 1.158 ms - Total 1.158 ms / 1 intvls (Avg 1.158 ms) [0xb4f38498] main video output debug: Post-processing available [0xb5100e68] main input debug: Decoder buffering done in 204 ms [0xb5104ac8] main vout display debug: auto hiding mouse cursor [0x8b556d0] stream_filter_httplive stream: playing segment 1 from stream 0 libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 3) for PID 17 [0x8b55ff8] ts demux debug: SDTCallBack called libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 12) for PID 0 [0x8b55ff8] ts demux debug: PATCallBack called libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 12) for PID 4096 [0x8b55ff8] ts demux debug: PMTCallBack called [0x8b55ff8] ts demux warning: discontinuity received 0x0 instead of 0x3 (pid=256) [0xb5100e68] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 300 ms) [0xb5100e68] main input error: ES_OUT_RESET_PCR called [0xb5100e68] main input debug: Buffering 0% [0xb5100e68] main input debug: Buffering 33% [0xb5100e68] main input debug: Buffering 66% [0xb5100e68] main input debug: Buffering 100% [0xb5100e68] main input debug: Stream buffering done (400 ms in 0 ms) [0x8f489b0] main decoder debug: End of video preroll [0x8f489b0] main decoder debug: Received first picture [0xb5100e68] main input debug: Decoder buffering done in 5 ms [0x8b556d0] stream_filter_httplive stream: playing segment 2 from stream 0 libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 2) for PID 17 [0x8b55ff8] ts demux debug: SDTCallBack called libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 6) for PID 0 [0x8b55ff8] ts demux debug: PATCallBack called libdvbpsi error (PSI decoder): TS discontinuity (received 0, expected 6) for PID 4096 [0x8b55ff8] ts demux debug: PMTCallBack called [0xb5100e68] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 1800 ms) [0xb5100e68] main input error: ES_OUT_RESET_PCR called [0xb5100e68] main input debug: Buffering 0% [0xb5100e68] main input debug: Buffering 5% [0xb5100e68] main input debug: Buffering 11% [0xb5100e68] main input debug: Buffering 16% [0xb5100e68] main input debug: Buffering 22% [0xb5100e68] main input debug: Buffering 27% [0xb5100e68] main input debug: Buffering 33% [0xb5100e68] main input debug: Buffering 38% [0xb5100e68] main input debug: Buffering 44% [0xb5100e68] main input debug: Buffering 49% [0xb5100e68] main input debug: Buffering 55% [0xb5100e68] main input debug: Buffering 61% [0xb5100e68] main input debug: Buffering 66% [0xb5100e68] main input debug: Buffering 72% [0xb5100e68] main input debug: Buffering 77% [0xb5100e68] main input debug: Buffering 83% [0xb5100e68] main input debug: Buffering 88% [0xb5100e68] main input debug: Buffering 94% [0xb5100e68] main input debug: Buffering 99% [0x8b55ff8] ts demux debug: eof ? [0xb5100e68] main input debug: EOF reached [0xb5100e68] main input debug: Stream buffering done (1800 ms in 0 ms) [0x8f489b0] main decoder debug: End of video preroll [0x8f489b0] main decoder debug: Received first picture [0xb5100e68] main input debug: Decoder buffering done in 6 ms [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0xb5100e68] main input debug: waiting decoder fifos to empty [0x8b5d448] main playlist debug: finished input [0x8f489b0] main decoder debug: removing module "avcodec" [0x8f489b0] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped [0x8f489b0] main decoder debug: killing decoder fourcc `h264', 0 PES in FIFO [0x8b5d448] main playlist debug: saving a free vout [0x8b5d448] main playlist debug: reusing provided vout [0x8f4a2b8] main packetizer debug: removing module "packetizer_h264" [0x8b55ff8] main demux debug: removing module "ts" [0x8b55ff8] ts demux debug: pid list: [0x8b55ff8] ts demux debug: - pid[0] seen [0x8b55ff8] ts demux debug: - pid[17] seen [0xb5100e68] main input debug: Program doesn't contain anymore ES [0x8b55ff8] ts demux debug: - pid[256] seen [0x8b55ff8] ts demux debug: - pid[4096] seen [0x8b55ff8] ts demux debug: - pid[8191] seen [0x8b55d80] main stream debug: removing module "stream_filter_record" [0x8b556d0] main stream debug: removing module "stream_filter_httplive" [0x8f77a78] main access debug: removing module "filesystem" [0x8b5d448] main playlist debug: dead input [0x8b5d448] main playlist debug: changing item without a request (current 0/1) [0x8b5d448] main playlist debug: nothing to play [0xb4f38498] main video output debug: destroying useless vout [0xb5110400] main blend debug: removing module "blend" [0xb5104ac8] main vout display debug: removing module "xcb_xv" [0x8b51e88] qt4 interface debug: IM: Deleting the input [0xb51082c8] xdg_screensaver inhibit debug: started xdg-screensaver (PID = 17907) [0xb51082c8] main inhibit debug: removing module "xdg_screensaver" [0xb51080f8] qt4 window debug: releasing video... [0x8b51e88] qt4 interface debug: Video is not needed anymore [0xb4f6aed8] main spu text debug: removing module "freetype" [0xb4f775a8] main scale debug: removing module "yuvp" [0xb4f6b940] main scale debug: removing module "swscale"

sanjilyh
New Cone
New Cone
Posts: 4
Joined: 27 Aug 2013 20:33

Re: Playing HLS streaming video with VLC player

Postby sanjilyh » 27 Aug 2013 21:51

I found out the cause of my problem.

When using -ss and -t option in ffmpeg to create video segments, the start time is reseted - to 1.4 or 0.0 instead of scaling up (based on the number of the created segements). Since VLC player does perform checking to the start time of the MPEGTS video segments, it will cause playback issues.

nkSharma
New Cone
New Cone
Posts: 1
Joined: 18 Jan 2016 12:22

Re: Playing HLS streaming video with VLC player

Postby nkSharma » 18 Jan 2016 13:03

Please let me Know fix these issues in vlc sdk 3.0


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 44 guests