Page 1 of 1

Is it a bug on HTTP Interface (Bond) ?

Posted: 10 Jan 2004 23:29
by NeoKoD
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

Posted: 12 Jan 2004 18:42
by Guest
I have same problem with the streaming output and HTTP interface. Also, I tried to add (using HTTP interface) my WebCam as a MRL to the playlist, to play locally – didn’t work either…I use VLC 0.7.0 and Win XP OS

any help will be truly appreciated

thank you

Posted: 29 Jan 2004 20:33
by SKill
When I turn on http interface, anyone can get access to it. Can I specify access IPs?

Posted: 29 Jan 2004 20:45
by The DJ
in the prefs (modules->interface->http) you can specify on which address and port VLC should run. You can then easily restricts access with a firewall for instance. there are however no build in options for access control.

The admin interface has a password though. I suspect that if you change the main interface page, you could also get that to be under that same protection.