Page 1 of 1

Setting SOUT via the new WebIf

Posted: 22 Jul 2006 09:52
by mordikay
Hi,
how can I set the SOUT Parameters through the new HTTP WebInterface? Its only possible with the OLD interface ?

http://localhost:8080/old/?sout=#transcode.... ???

Posted: 22 Jul 2006 18:34
by dionoea
sure ... (best way to know is to try)

Posted: 27 Jul 2006 14:43
by Guest
I tried, of course. And the "old" way is still activ. But I want to know if there is a chance to set this via the new WebIf, then :

With the new WebIf I´ve tried following, but it doesnt usually works

http://localhost:8080/?sout_mrl=....

neither

http://localhost:8080/?sout=....

Posted: 28 Jul 2006 23:31
by dionoea
It might work because i kept this in the index.html code:

Code: Select all

<!-- in case people had scripts that sent commands to the default index.html page --> <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort,move" />
Once again, best way to know for sure is to try :)

Posted: 28 Jul 2006 23:34
by jockyw2001
Well, I have tried since the last couple of weeks and I can tell you it doesn't work, unless you changed something in svn in the past 48 hours

Posted: 31 Jul 2006 23:03
by Guest
may be one line is missing in the index.html code of the new webif.

in the old index.html:

Code: Select all

<vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort,move" /> <vlc id="set" param1="sout" param2="string" />
but in the new one only this:

Code: Select all

<!-- in case people had scripts that sent commands to the default index.html page --> <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort,move" />
I think this line is missing in the new one

Code: Select all

<vlc id="set" param1="sout" param2="string" />
after I added the missed line to the index.html it's work again (for me)

Posted: 31 Jul 2006 23:07
by dionoea
Thanks for noticing that :) i added it to the source code.

Re: Setting SOUT via the new WebIf

Posted: 11 Oct 2010 15:12
by mokim
hi there.

i know this topic is years old but i was wondering if someone knows how this works in the current 1.1.x versions of vlc.

i am trying for weeks now without success.

your help would be greatly appreciated.

thanks,
MO

Re: Setting SOUT via the new WebIf

Posted: 13 Oct 2010 18:59
by mokim
also, in the new vlc version, the sout function of the web interface does not work at all. anyone else experience the same issues?