Page 1 of 1
how to add destination ip while send stream?
Posted: 03 Apr 2006 11:44
by YUTING
I know that (from Streaming-how-to.doc)
Display the stream and send it to two unicast IP addresses:
% vlc -vvv input_stream --sout '#duplicate{dst=display,dst=standard{access=udp,mux=ts,url=192.168.1.12},dst=standard{access=udp,mux=ts,url=192.168.1.42}}'
Could someone tell me how to add one more destination ip during streaming to 192.168.1.12 and 192.168.1.42 ?
thanks very much!!
Use web-interface for reconfiguring the VLC
Posted: 03 Apr 2006 13:31
by Adamus
Hi YUTING!
You can simply use the web interface and reconfigute the vlc during streaming by seting new sout and restarting (stop and play) the vlc. This process require a short introduction (about 1 sec) of the streaming process.
Bye
Adamus
Do I need to recompile the source?
Posted: 04 Apr 2006 07:31
by YUTING
Thanks a lot to Adamus!!
The vlc I use is under debian, and I just apt-get install vlc, so I did not compile the source,
in order to use web interface, Do I need to recompile the sourcecodec?
Is there some reference docs you suggest me to read?
Wish your reply!
Http interface
Posted: 04 Apr 2006 09:20
by Adamus
Hi YUTING!
You can run the VLC with the http interface by: 'vlc ---extraintf http' with the gui, or without gui by: 'vlc -I http'.
Using a standard browser you can access the http interface on by the address: '
http://localhost:8080'.
When you enter a new sout during the streaming by adding it, you will need to activate the playlist (by clicking on a playlist item) to submit the new sout, this is importand.
Have fun.
I have also a question for you. Have you ever used the RTP module to steram (not the standard module)? I used it but I could not receive the stream. I put already a post here, maybe you have an answer:
viewtopic.php?t=18969
Bye
Adam