VLC streaming failed

About encoding, codec settings, muxers and filter usage
hce
Blank Cone
Blank Cone
Posts: 63
Joined: 30 Jun 2008 03:05

VLC streaming failed

Postby hce » 01 Jul 2008 06:31

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

Rémi Denis-Courmont
Developer
Developer
Posts: 15267
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC streaming failed

Postby Rémi Denis-Courmont » 01 Jul 2008 16:59

Did not compile the TS muxer, it seems.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

hce
Blank Cone
Blank Cone
Posts: 63
Joined: 30 Jun 2008 03:05

Re: VLC streaming failed

Postby hce » 02 Jul 2008 02:15

Did not compile the TS muxer, it seems.
Sorry, I am new to the VLC, I tried to search configure options from the vlc, but could not find options to compile it with TS muxer. Could you please elaborate more on how to compile the TS muxer?

Thank you.

Kind Regards,

Jim

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC streaming failed

Postby Jean-Baptiste Kempf » 02 Jul 2008 09:23

--enable-libdvbpsi ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

hce
Blank Cone
Blank Cone
Posts: 63
Joined: 30 Jun 2008 03:05

Re: VLC streaming failed

Postby hce » 03 Jul 2008 04:40

--enable-libdvbpsi ?
Thank you.

I have recompiled the VLC with added following options:

--enable-libdvbpsi --with-dvbpsi=/home/Tools/VLC/libdvbpsi-trunk --with-live555-tree=/home/Tools/VLC/live --enable-live555

But I've still got the same error of TS muxer after running from a GUI VLC where the Stream output MRL is automatically edited by the VLC to Target: :sout=#duplicate{dst=std{access=rtp,mux=ts,dst=192.168.2.3:1234}}. What else could be missing?

bin$ ./vlc
VLC media player 0.8.6h Janus
[00000468] main interface error: option dvdnav-caching does not exist
[00000468] main interface error: option dvdnav-caching does not exist
[00000476] main private error: no sout mux module matched "ts"
[00000473] stream_out_standard private error: no suitable sout mux module for `rtp/ts://192.168.2.3:1234'
[00000472] stream_out_duplicate private error: no destination given
[00000471] main stream output error: stream chain failed for `duplicate{dst=std{access=rtp,mux=ts,dst=192.168.2.3:1234}}'
[00000469] main input error: cannot start stream output instance, aborting
[00000464] main playlist: nothing to play

yuniara
New Cone
New Cone
Posts: 9
Joined: 08 Jul 2008 08:54

Re: VLC streaming failed

Postby yuniara » 08 Jul 2008 09:08

Hi..my name Yunia
I'm trying to stream video file with VLC from host with ip address 10.14.5.10 to host with ip address 10.14.5.60. I was success while streamed a .mp3 audio file, but i failed while streamed video file
i've got this error message in sender :

main error: cannot add this stream
main error: cannot create packetizer output
main error: cannot add this stream
main error: cannot create packetizer output

and i've got this error message in destination :

main debug: adding playlist item `udp://10.14.5.10' ( udp://10.14.5.10 )
ffmpeg debug: couldn't guess format
vobsub debug: this doesn't seem to be a vobsub file
ps warning: this does not look like an MPEG PS stream, continuing anyway
main debug: using demux2 module "ps"
access_udp warning: unimplemented query in control
main debug: `rtp://10.14.5.10' successfully opened
main debug: closing input
main debug: removing module "ps"
main debug: removing module "access_udp"
main debug: thread 2991790992 joined (input/input.c:412)
main debug: creating new input thread
main debug: waiting for thread completion
main debug: `udp://10.14.5.10' gives access `udp' demux `' path `10.14.5.10'
main debug: creating demux: access='udp' demux='' path='10.14.5.10'
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "udp"
main debug: creating access 'udp' path='10.14.5.10'
main debug: looking for access2 module: 5 candidates
access_udp debug: opening server=10.14.5.10:0 local=:1234
main debug: net: connecting to '[10.14.5.10]:0@[]:1234'
main debug: looking for network module: 1 candidate
ipv6 debug: 10.14.5.10: Address family for hostname not supported
main debug: using network module "ipv6"
main debug: removing module "ipv6"
main debug: looking for network module: 1 candidate
ipv4 debug: resolving :1234...
ipv4 debug: resolving 10.14.5.10:0...
main debug: using network module "ipv4"
main debug: removing module "ipv4"
main debug: using access2 module "access_udp"
main debug: pre buffering
main debug: thread 2991790992 (input) created at priority 0 (input/input.c:265)

i'm using some vlc's versions, in windows n ubuntu 8.04, but i'm still fail.
help me, please. thank you.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 14 guests