VLC plugin crashing
Added by ben barker almost 11 years ago
Hi - this may noty be a TVH issue, but maybe someone has some ideas...
I'm running Mint 16
I have tvheadend 3.5 installed from the repositories
I can view TV by running (from the command line)
vlc http://192.168.1.1:9981/stream/channelid/50
From chrome however, the VLC plugin crashes, with the following errorsa output on the terminal:
[0xb96c81f0] mkv demux error: unknown codec id=`S_DVBSUB'
[0xb96c81f0] mkv demux debug: Starting the UI Hook
[0xb96c81f0] main demux debug: using demux module "mkv"
[0xb97d3c70] main decoder debug: looking for decoder module: 31 candidates
[0xb97d3c70] avcodec decoder debug: libavcodec initialized (interface 0x352300)
[0xb97d3c70] avcodec decoder debug: trying to use direct rendering
[0xb97d3c70] avcodec decoder debug: allowing 3 thread(s) for decoding
[0xb97d3c70] avcodec decoder debug: ffmpeg codec (MPEG-1/2 Video) started
[0xb97d3c70] avcodec decoder debug: using slice thread mode with 3 threads
[0xb97d3c70] main decoder debug: using decoder module "avcodec"
[0xb97d3570] main decoder debug: looking for decoder module: 31 candidates
[0xb97d3570] main decoder debug: using decoder module "mpeg_audio"
[0xb97d38f0] main decoder debug: looking for decoder module: 31 candidates
[0xb97d38f0] main decoder debug: no decoder module matching "any" could be loaded
[0xb97d38f0] main decoder error: no suitable decoder module for fourcc `undf'. VLC probably does not support this sound or video format.
[0xb97d38f0] main decoder error: No suitable decoder module
[0xb97d38f0] main decoder error: VLC does not support the audio or video format "undf". Unfortunately there is no way for you to fix this.
[0xb97d38f0] main decoder debug: killing decoder fourcc `undf', 0 PES in FIFO
[0xb97b0930] main demux meta debug: looking for meta reader module: 2 candidates
[0xb97b0930] lua demux meta debug: Trying Lua scripts in /home/ben/.local/share/vlc/lua/meta/reader
[0xb97b0930] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0xb97b0930] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
Any ideas...?
Replies (1)
RE: VLC plugin crashing - Added by ben barker almost 11 years ago
I have solved this...after a fashion...by using the latest build from git
However, now clicking on a channel in the webUI no longer seems to give me a "play" option...
I can play the video by clicking "watch now" - but this only seems to allow for the transcoded stream to be viewed
It also has no audio...butthis is another issue altogether I suspect :-)
Is this by design?