Page 1 of 1

2nd Post: Setting SOUT using the WebInterface

Posted: 09 Nov 2010 22:33
by mokim
Hi there.

This is my second try to get a solution for my problem.

I want to set the SOUT settings using the VLC WebInterface. In older versions it worked by just pasting this into the browser:

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

This doesnt work in the current VLC version.

I am working on a streaming project and this featuere is mandatory to finish my project.

Does anybody has an idea about this?

Thanks in advance and sorry for the double posting.

MO

Re: 2nd Post: Setting SOUT using the WebInterface

Posted: 10 Nov 2010 11:11
by mokim
this is what i have tried already:

http://localhost:8080/

?sout=#transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:duplicate{dst=std{access=http,mux=ts,url=:8888}}
?sout_mrl=#transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:duplicate{dst=std{access=http,mux=ts,url=:8888}}
?sout=%23transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:duplicate{dst=std{access=http,mux=ts,url=:8888}}
?sout_mrl=%23transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:duplicate{dst=std{access=http,mux=ts,url=:8888}}

?sout=#transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:http{mux=ts,dst=:8888/}
?sout_mrl=#transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1,samplerate=44100}:http{mux=ts,dst=:8888/}
?sout=%23transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1,samplerate=44100}:http{mux=ts,dst=:8888/}
?sout_mrl=%23transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1,samplerate=44100}:http{mux=ts,dst=:8888/}

?sout=#duplicate{dst="transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:std{access=http,mux=ts,dst=:8888}"}
?sout_mrl=#duplicate{dst="transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:std{access=http,mux=ts,dst=:8888}"}
?sout=%23duplicate{dst="transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:std{access=http,mux=ts,dst=:8888}"}
?sout_mrl=%23duplicate{dst="transcode{vcodec=h264,vb=768,fps=25,scale=0.75,acodec=mp4a,ab=64,channels=1}:std{access=http,mux=ts,dst=:8888}"}

Any idea about this? I have read in this forum that using the %23 instead of the # might work, but as you can see, it did not work.

Any help would be much appreciated.

MO

Re: 2nd Post: Setting SOUT using the WebInterface

Posted: 12 Nov 2010 14:16
by mokim
no ideas? please help a desperate man ;)