Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I have vlc setup to stream and transcode to h.264 for video and mp4 for audio at 720x480 I have it set to stream on port 80. so on the roku I took the simple video player app and made this change. urls = ["http://192.168.1.10"] qualities = ["SD"] StreamFormat = "mp4" title = "a stream test" srt = "file://pkg:/source/craigventer.srt" did the make and uploaded it to the roku. when I try to play it on the roku I get the title text for a split second then it says receiving and then immediately goes back to the sample screen. I also tried it on HD and it didnt work. What am I missing?
not a file, a stream. I am streaming a file through vlc. I can stream with just the url using vlc as the client. so I know its working, I just need to know what to adjust the settings on the stream to.
I would also like to able to stream live content, because to vlc it doesnt matter, the same settings I use to stream a live stream I can use to stream a file and vice versa. I just need to know what the roku is expecting on the other end.
as I said, your code is telling the Roku to look for an mp4 file.. You'd either have to use an mp4 file and specify it in the path, or as was said above the only live streaming is via an HLS stream and, for example, point the Roku to a .m3u8 playlist location
think I figured it out. you have get a copy of vlc that can handle live http or hls streaming. then I should be able to setup a hls stream and stream it to the roku.
I had problems using the VLC nightly build with the HLS mod. If you set the number of files to 10, he will drop them even if Roku hadn't read them yet. There is no synchronization between the streamer and the end program. Plus he outputs the index to a xxxxx.m3u8.tmp file. That is the reason I had to write my own spliter for Chaneru, so I could control the files.