Hi,
I tried to set up a streaming server from GUI VLC (vlc-0.8.6h) after following the document of VideoLAN Streaming Howto , but failed at following errors. What was I missing?
[00000244] main playlist debug: creating new input thread
[00000267] main input debug: waiting for thread completion
[00000267] main input debug: thread 3017624464 (input) created at priority 0 (input/input.c:265)
[00000268] main stream output debug: stream=`duplicate'
[00000269] main private debug: looking for sout stream module: 1 candidate
[00000269] stream_out_duplicate private debug: creating 'duplicate'
[00000269] stream_out_duplicate private debug: * adding `std{access=rtp,mux=ts,dst=192.168.2.3:10000}'
[00000268] main stream output debug: stream=`std'
[00000270] main private debug: looking for sout stream module: 1 candidate
[00000270] main private debug: set sout option: sout-standard-access to rtp
[00000270] main private debug: set sout option: sout-standard-mux to ts
[00000270] main private debug: set sout option: sout-standard-dst to 192.168.2.3:10000
[00000270] stream_out_standard private debug: creating `rtp/ts://192.168.2.3:10000'
[00000270] stream_out_standard private debug: extension is 3:10000
[00000270] stream_out_standard private debug: extension -> mux=(null)
[00000270] stream_out_standard private debug: using `rtp/ts://192.168.2.3:10000'
[00000271] main private debug: looking for sout access module: 1 candidate
[00000271] main private debug: net: connecting to 192.168.2.3 port 10000
[00000272] main private debug: thread 3006659472 (sout write thread) created at priority 0 (udp.c:268)
[00000271] access_output_udp private debug: udp access output opened(192.168.2.3:10000)
[00000271] main private debug: using sout access module "access_output_udp"
[00000270] stream_out_standard private debug: access opened
[00000273] main private debug: looking for sout mux module: 0 candidates
[00000273] main private error: no sout mux module matched "ts"
[00000270] stream_out_standard private error: no suitable sout mux module for `rtp/ts://192.168.2.3:10000'
[00000272] main private debug: thread 3006659472 joined (udp.c:316)
[00000271] access_output_udp private debug: udp access output closed
[00000271] main private debug: removing module "access_output_udp"
[00000270] main private warning: no sout stream module matching "std" could be loaded
[00000270] main private debug: destroying chain... (name=std)
[00000270] main private debug: destroying chain done
[00000269] stream_out_duplicate private error: no destination given
[00000269] main private warning: no sout stream module matching "duplicate" could be loaded
[00000269] main private debug: destroying chain... (name=duplicate)
[00000269] main private debug: destroying chain done
[00000268] main stream output error: stream chain failed for `duplicate{dst=std{access=rtp,mux=ts,dst=192.168.2.3:10000}}'
[00000267] main input error: cannot start stream output instance, aborting
[00000267] main input debug: thread 3017624464 joined (input/input.c:412)
[00000244] main playlist: nothing to play
Thank you.
Kind Regards,
Jim