noa
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2011
02:37 PM
HLS mrss feed format
Hi,
I what to create a channel with live stream video from akamai.
If I understood correctly, I need to provide in config.opml file a url to mrss feed with metadata to my live entry. Right?
so, i am trying to build a feed with my live entry, but how should it be?
This is how I managed to publish a VOD movie to my roku box.
<item>
<title>My VOD Movie</title>
<link>http://www.kaltura.com</link>
<media:content url=http://cdnbakmi.kaltura.com/p/349821/sp/34982100/serveFlavor/flavorId/1_vrdth197/name/1_vrdth197.mp4/>
<media:title>Sample Animated Logo</media:title>
<media:description>this is my description</media:description>
<media:keywords>logo,sample</media:keywords>
<media:thumbnail url="http://cdnbakmi.kaltura.com/p/349821/sp/34982100/thumbnail/entry_id/1_xzgw6ua6/version/100000"></media:thumbnail>
<media:player url="http://www.kaltura.com/kwidget/wid/_349821/entry_id/1_xzgw6ua6/ui_conf_id/48410"></media:player>
</item>
But how should it be with HLS (live streaming, rtmp)? What is the exact mrss format that I should do?
I would really appreciate your help
Thanks!
Noa
I what to create a channel with live stream video from akamai.
If I understood correctly, I need to provide in config.opml file a url to mrss feed with metadata to my live entry. Right?
so, i am trying to build a feed with my live entry, but how should it be?
This is how I managed to publish a VOD movie to my roku box.
<item>
<title>My VOD Movie</title>
<link>http://www.kaltura.com</link>
<media:content url=http://cdnbakmi.kaltura.com/p/349821/sp/34982100/serveFlavor/flavorId/1_vrdth197/name/1_vrdth197.mp4/>
<media:title>Sample Animated Logo</media:title>
<media:description>this is my description</media:description>
<media:keywords>logo,sample</media:keywords>
<media:thumbnail url="http://cdnbakmi.kaltura.com/p/349821/sp/34982100/thumbnail/entry_id/1_xzgw6ua6/version/100000"></media:thumbnail>
<media:player url="http://www.kaltura.com/kwidget/wid/_349821/entry_id/1_xzgw6ua6/ui_conf_id/48410"></media:player>
</item>
But how should it be with HLS (live streaming, rtmp)? What is the exact mrss format that I should do?
I would really appreciate your help
Thanks!
Noa
1 REPLY 1

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2011
03:30 PM
Re: HLS mrss feed format
If you already have a channel parsing this mrss feed (sounds like you do since VOD is working), try replacing the url in this line:
With an url to your top level .m3u8 file. You may need to set the StreamFormat in the mrss as well (and be sure your channel is picking it up) as the value needs to be "hls". If it was not specified, StreamFormat defaults to "mp4", which matches your VOD url above.
--Kevin
<media:content url=http://cdnbakmi.kaltura.com/p/349821/sp/34982100/serveFlavor/flavorId/1_vrdth197/name/1_vrdth197.mp4/>
With an url to your top level .m3u8 file. You may need to set the StreamFormat in the mrss as well (and be sure your channel is picking it up) as the value needs to be "hls". If it was not specified, StreamFormat defaults to "mp4", which matches your VOD url above.
--Kevin