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.... ???
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" />
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" />
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" />
Code: Select all
<vlc id="set" param1="sout" param2="string" />
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 6 guests