[vlc-devel] missing ts mux module on vlc-0.8.6h
hce
webmail.hce at gmail.com
Fri Jul 25 06:36:05 CEST 2008
On Thu, Jul 24, 2008 at 4:28 AM, Christophe Mutricy <xtophe at chewa.net> wrote:
>>
>> Running vlc streaming server with mux=ts:
>>
>> [00000257] main private error: no sout mux module matched "ts"
>
> Check vlc --vvv --color --no-plugins-cache --list |grep ts
> and config.log
Rebuilding the libdvbpsi fixed that problem. The streaming server is
now able to transmit package in TS muxer, but the client side had
following errors. What was missing?
$ vlc rtsp://192.168.2.2:8080/test.sdp
VLC media player 0.8.6h Janus
Remote control interface initialized. Type `help' for help.
status change: ( new input: rtsp://192.168.2.2:8080/test.sdp )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000253] live555 demuxer error: SETUP of'video/MP2T' failed SETUP:
cannot handle response: RTSP/1.0 404 Not found
[00000253] live555 demuxer error: Nothing to play for
rtsp://192.168.2.2:8080/test.sdp
[00000251] main input error: no suitable access module for
`rtsp://192.168.2.2:8080/test.sdp'
[00000243] main playlist: nothing to play
status change: ( stop state: 0 )
signal 2 received, terminating vlc - do it again in case it gets stuck
status change: ( stop state: 0 )
status change: ( quit )
[00000243] main playlist: stopping playback
Thank you.
Kind Regards,
Jim
More information about the vlc-devel
mailing list