Page 1 of 1

Hard script problem

Posted: 22 Jun 2006 12:32
by e6964822
I use VLC to transmit media to a web page (with VLC plugin...).

I use http inteface in VLC program for use controls of the transmition in the same web page.

All goes well. I push a button and the movie jump +10% and I press another button
and the movies jump -10%

But i want transmit two div3. First one and other at second time. Can we write an script for
when we push (in the web page) a button +10% or -10& move into the to movies like they
are one

I write this script but the first movie no is transmited:

/usr/bin/vlc --intf dummy --extraintf http --http-host 172.20.1.66:61324 {"A.div3",
"B.div3"} :sout='#duplicate{dst=std{access=rtp,mux=ts,ttl=64,url=228.1.1.1:1234}}'

----------------------------------------------------------------------------------------------------

I think a bad solution for me are concat the to movies. What is the script for do it?

Thank you very mush. I LOVE VLC.