VLC fails to play DVB-T h264/mp2 broadcast (mplayer can)
Posted: 26 Oct 2017 11:38
I have two DVB-T USB TV dongles.
VLC has never been able to play TV with them.
VLC can scan and generate a frequency playlist. But not 'play' any stations.
If I load the playlist and click on one of the stations it will display the current program in VLC title bar but no picture or sound.
So I tried mplayer.
It too couldn't play until I got it to use 'lavf'
So this works:
It stutters a bit when watching live but, here's the thing, if I save the stream from mplayer and then encapsulate as an .MKV (or .MPEG) with ffmpeg VLC can then play it no problem!
Interestingly VLC can't play the captured mplayer .TS file, only the ffmpeg processed file.
Any one any ideas whats going on?
On another computer running Debian 8 the same thing happend: VLC wouldn't play but Me-Tv did.
The DVB-T broadcast system is Saorview and uses h264 video and MP2 audio.
Ubuntu 17.10
VLC 2.2.6 Umbrella
VLC has never been able to play TV with them.
VLC can scan and generate a frequency playlist. But not 'play' any stations.
If I load the playlist and click on one of the stations it will display the current program in VLC title bar but no picture or sound.
So I tried mplayer.
It too couldn't play until I got it to use 'lavf'
So this works:
Code: Select all
$ mplayer dvb://"TV3" -demuxer lavf
Code: Select all
$ ffmpeg -i mplayer_capture.ts -c:v copy -c:a copy ffpmeg.mkv
Any one any ideas whats going on?
On another computer running Debian 8 the same thing happend: VLC wouldn't play but Me-Tv did.
The DVB-T broadcast system is Saorview and uses h264 video and MP2 audio.
Ubuntu 17.10
VLC 2.2.6 Umbrella