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: 
hugetv
Visitor

help Caption Support

work me on my sdk that I'm creating with video example

channel.xml


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<feed>


<item sdImg="http://ejemplo.com/live.png" hdImg="http://ejemplo.com/live.png">
<title>Ejemplo 1</title>
<contentId>1</contentId>
<contentType>episode</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>hls</streamFormat>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>rtmp://stream.com:9095/live/stream1</streamUrl>
</media>
</item>

</feed>



but I put the link in page's create channel http://www.instanttvchannel.com and works


that I'm doing wrong
Our system http://www.rokumanager.com
0 Kudos
1 REPLY 1
RokuJoel
Binge Watcher

Re: help Caption Support

Hi,

Roku does not support RTMP urls, only HLS.

- Joel
0 Kudos