I use the Bond HTTP Interface with VLC 7 under Windows XP.
I stream my webcam and i want to add streaming output ( RTP unicast to another machine ) with the web interface.
So i have add in the "streaming output" :
#transcode{vcodec=mp4v,vb=256,scale=1}:duplicate{dst=std{access=rtp,mux=ts,url=10.0.0.5:8080}}
When i use this line directly to VLC it's works fine, but don't works with the web interface and nothing is added to the list.
When the page is submitted i view a message, but i have change the refresh 0 of the page (meta http-equiv) to 10 for read it :
*!-- control param(sout) unsuported --!*
So i suppose the line is not good, i have also try with the "sout=" before the line.
What's wrong ?
Thanks