
HTTP-Streaming with VLC, JW Player not working
Hello all.
I am streaming from a webcamera, with the help of VLC (www.videolan.org). I have chosen to stream via http, which is something both Windows Media Player, and VLC Player can handle.
This is "proper" streaming, so there is no media-file whatsoever, just a raw stream of bytes.
Can JW Player show this, and if it can, how do I configure my webpage?
I guess all configurations go into the "flashvars"-parameter, but what exactly should I use? All my attempts have failed, this is the latest one to fail:
s1.addParam("flashvars","streamer=http://127.0.0.1:8081&autostart=true");