I should like to view the stream multicast from my provider (IPTV) on a unix box with VLC.
I got some URL but there is a strange behavior in VLC on Linux and the same on Windows
I try to open the stream network like this URL :
udp://@232.0.10.88:8200
I get 4 stream : 3 for audio and 1 for video
But nothing happens
Im message console I have :
Code: Select all
ts info: MPEG-4 descriptor not found for pid 0x12f type 0x11
ts info: MPEG-4 descriptor not found for pid 0x193 type 0x11
ts info: MPEG-4 descriptor not found for pid 0x1f7 type 0x11
ts error: libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 11) for PID 18
ts error: libdvbpsi error (PSI decoder): TS discontinuity (received 11, expected 10) for PID 0
ts error: libdvbpsi error (PSI decoder): TS discontinuity (received 14, expected 13) for PID 0
Tools > Preferences > Input/Codecs > Demuxers > MPEG-TS:
- Disable 'Trust in-stream PCR'
- Check Seek based on percent not time
With this both options, m3u8 plays successfully with both sound and video
But in the VLC 2.2.4 I cannot try this workaround because there isn't this option.
Any idea to solve the problem ?
Thanks .