I am trying to stream from VLC Player (Capture Device) to the Roku box. It there any thing that I need to set on the VLC HTTP streaming to have It pickup on the player. I may using the customerplayer in the SDK to test it out and keep receiving “9,-3: An unexpected problem (but not server timeout or HTTP error) has been detected.”
What format is VLC outputting in? The Roku supports a specific set of formats. Look at section 3.1 of the Developer Guide document in the SDK. It lists the supported formats. I believe there have been reports in the forums that some other combinations can work based on what the hardware actually supports, but I haven’t done anything with that and am unsure whether it is theoretical but requires changes from Roku or if you can get it to work.
I don’t think the Roku box supports VLC’s http streaming - you’ll have to use HLS via the new livehttp VLC module. I think you’ll have to install a nightly build to get it.
The last time I messed with it my params looked like this:
OK, With the code you listed, do I need to recompile VLC or can I just use somthing else like apache?
Also where can I find the nightly builds. I am now willing to try it in windows just to see if it works.(Currently using Gentoo) I just got the update to 1.1.2. Will it be in there?
OK just realized that it is calling the livehttp module. Anyone know where I can get a nightly build (Linux or Windows)?
When I do get the nightly build install do I need a web server or will VLC use the built-in one?
Got it semi-working. It will stream if it is in the first 10 segments of the stream. After that if I try to connect is will give me a blank screen with audio. Any one know what may be causing this?