Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
saljaran
Visitor

Roku Live Stream from Wowza Server

I have set up Wowza as described and have been using it for moble streaming for several months. I can stream to mobile devices such as the iPhone, Androids, ect. But, following the directions for Roku, I cannot get the private channel to work. On the Wowza instructions, it says to uncomment the following:

' Big Buck Bunny test stream from Wowza
urls = ["http://184.72.239.149/vod/smil:BigBuckBunny.smil/playlist.m3u8"]
qualities = ["SD"]
streamformat = "hls"
title = "Big Buck Bunny"

However, the Url is a on-demand link and I am trying to stream a live video stream using Wirecast to encode (same system that streams our iPhone live stream). For the URL I have tried:

http://myserver.edu:1935/iphone_live/gmu/playlist.m3u8

and

http://myserver.edu:1935/iphone_live/gm ... ylist.m3u8

(server name changed for security)

Are these correct? If so, what else could be the issue. I have read the Wowza guide instructions and the Roku Encoder Guide

Any direction is appreciated.
0 Kudos
1 REPLY 1
TheEndless
Channel Surfer

Re: Roku Live Stream from Wowza Server

With HLS, it doesn't really matter if the source is live or on-demand, as far as playback is concerned, as long as there are a sufficient number of segments present in the M3U8.

We probably need more details to figure out what the issue is. Which SDK example are you using? Does the video start to buffer then fail? Are there any error messages, either on-screen or in the debugger? Are you able to view the BigBuckBunny stream?
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos