Page 1 of 1

ask a question:vlc multicast?

Posted: 10 Jun 2008 08:58
by dragon-pk
vlc multicast can realize multicast many films Simultaneously ?Now i know that vlc multicast can realize to multicast one film for many ip?
thanks for your replies!

Re: ask a question:vlc multicast?

Posted: 10 Jun 2008 21:13
by Rémi Denis-Courmont
I cannot parse your question.

Re: ask a question:vlc multicast?

Posted: 11 Jun 2008 03:05
by dragon-pk
I cannot parse your question.
sorry,first forgive my bad english!
my question is if vlc multicast many films to many ips?
Now i know that vlc multicast can multicast one film to many ips,for example command:
./vlc -vvv "/ONSRA/movies/xx.mp4" --sout '#transcode{vcodec="mp4v",vb="1024",scale="1",acodec="mp4a",ab="192",channels="2",deinterlace}:duplicate{dst=standard{access=udp,mux=ts,dst=239.0.0.1:2500},dst=standard{access=udp,mux=ts,dst=239.0.0.2:5000}}'

Re: ask a question:vlc multicast?

Posted: 11 Jun 2008 17:15
by Rémi Denis-Courmont
You need to use VLM to send multiple streams at the same time. See the online documentation.

Re: ask a question:vlc multicast?

Posted: 12 Jun 2008 03:11
by dragon-pk
You need to sue VLM to send multiple streams at the same time. See the online documentation.
thanks very much!denis!
but i think you don't understand what i say
Now I want to konw if vlc has the command which can realize multicast two films for two ips by vlc multicasting?

Re: ask a question:vlc multicast?

Posted: 16 Jun 2008 03:53
by dragon-pk
You need to sue VLM to send multiple streams at the same time. See the online documentation.
thanks very much!denis!
but i think you don't understand what i say
Now I want to konw if vlc has the command which can realize multicast two films for two ips by vlc multicasting?
who can help me?nobody?

Re: ask a question:vlc multicast?

Posted: 16 Jun 2008 17:24
by Rémi Denis-Courmont

Re: ask a question:vlc multicast?

Posted: 17 Jun 2008 03:47
by dragon-pk
Rémi Denis-Courmont,thanks a lots!

Re: ask a question:vlc multicast?

Posted: 17 Jun 2008 06:33
by dragon-pk
I red http://www.videolan.org/doc/streaming-h ... /ch05.html carefully ,but i don't understand "
new my_media broadcast enabled
setup my_media input my_video.mpeg input my_other_movie.mpeg
setup my_media output #standard{mux=ts,access=udp,dst=239.255.1.1,sap,name="My Media"}
"
why input two films but have only dst=239.255.1.1?
I can multicast sh.mpg by "./vlc -vvv "/ONSRA/movies/sh.mpg" :sout='#duplicate{dst=std{access=udp,mux=ts,dst=239.0.0.1:2500}}'"
but I test multicast two films by"
./vlc -vvv "/ONSRA/movies/sh.mpg" "/ONSRA/movies/legend.mpg" :sout='#duplicate{dst=std{access=udp,mux=ts,dst=239.0.0.1:2500}}'" ,but it can multicast normally the first film,why?
thanks for your replies!