Page 1 of 1

output configuring using http remote interface

Posted: 15 Nov 2017 21:55
by SebasLed
Hi:

I can sucesfully select the input stream to play using the http remote interface, ie:

Code: Select all

http://127.0.0.1:8080/requests/status.xml?command=in_play&input=myfile.mp3
or

Code: Select all

http://127.0.0.1:8080/requests/status.xml?command=in_play&input=alsa://pulse
but I wasn't able to configure the stream out, something like this:

Code: Select all

http://127.0.0.1:8080/requests/status.xml?command=in_play&input=alsa://pulse&output="sout://#transcode{vcodec=none,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{mux=ts,dst=239.255.12.42,sdp=sap,name=Hello_world}"
There is any way to configure the stream out module using the http interface?

Thanks in advance.
Sebas

Re: output configuring using http remote interface

Posted: 28 Nov 2017 13:56
by Jean-Baptiste Kempf
I am not sure those options are allowed through the HTTP command line for security reasons.