{
"providerName": "Radio y Tv Mexiquense",
"lastUpdated": "2022-11-22T21:01:43+00:00"
, "language": "en"
, "liveFeeds": [{
"id": "1509428502952"
, "title":"Mexiquense Tv"
, "content": {
"dateAdded": "2022-05-23T17:20:46+00:00"
, "videos": [{
"url": "http://streamingcws20.com:1935/mexiquense/videomexiquense/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9..."
, "quality": "FHD"
, "videoType": "HLS"
}]
, "language": "en"
}
, "thumbnail": "https://s3.amazonaws.com/docs.radioytv/usuarios/Planeacion/roku/ROKU+MINIATURA+800X450.jpg"
, "shortDescription": "En vivo"
, "longDescription": "Radio y Television Mexiquense somos informacion y entretenimento. Noticias internacionales, nacionales y locales. Television y 6 estaciones de Radio"
, "tags": ["noticias", "live"]
, "rating": {
"rating": "UNRATED"
, "ratingSource": "USA_PR"
}
, "genres": ["news"]
}]
, "liveFeeds": [{
"id": "1509428502952"
, "title":"Mexiquense Tv"
, "content": {
"dateAdded": "2022-05-23T17:20:46+00:00"
, "videos": [{
"url": "http://streamingcws20.com:1935/mexiquense/videomexiquense/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9..."
, "quality": "FHD"
, "videoType": "HLS"
}]
, "language": "en"
}
, "thumbnail": "https://s3.amazonaws.com/docs.radioytv/usuarios/Planeacion/roku/ROKU+MINIATURA+800X450.jpg"
, "shortDescription": "En vivo"
, "longDescription": "Radio y Television Mexiquense somos informacion y entretenimento. Noticias internacionales, nacionales y locales. Television y 6 estaciones de Radio"
, "tags": ["noticias", "live"]
, "rating": {
"rating": "UNRATED"
, "ratingSource": "USA_PR"
}
, "genres": ["news"]
}]
, "categories": [{
"name": "Latest"
, "order": "most_recent"
, "query": "live OR ottfeed"
}]
}
The "Live feed" object is an array. You can't define more than one of them in your feed. Rather than defining a second "Live feed", add another array element. For more info, refer to the Roku JSON spec for examples.
If you are coding your feed file manually with an editor, please consider using one of the many third party solutions available on this forum.
Hi @Nube
Here is how you do it, and make sure your IDs are diffrent.
{ "providerName": "Radio y Tv Mexiquense", "lastUpdated": "2022-11-22T21:01:43+00:00", "language": "en", "liveFeeds": [ { "id": "1509428502952", "title": "Mexiquense Tv", "content": { "dateAdded": "2022-05-23T17:20:46+00:00", "videos": [ { "url": "http://streamingcws20.com:1935/mexiquense/videomexiquense/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9...", "quality": "FHD", "videoType": "HLS" } ], "language": "en" }, "thumbnail": "https://s3.amazonaws.com/docs.radioytv/usuarios/Planeacion/roku/ROKU+MINIATURA+800X450.jpg", "shortDescription": "En vivo", "longDescription": "Radio y Television Mexiquense somos informacion y entretenimento. Noticias internacionales, nacionales y locales. Television y 6 estaciones de Radio", "tags": [ "noticias", "live" ], "rating": { "rating": "UNRATED", "ratingSource": "USA_PR" }, "genres": [ "news" ] }, { "id": "15094285029523", "title": "Mexiquense Tv", "content": { "dateAdded": "2022-05-23T17:20:46+00:00", "videos": [ { "url": "http://streamingcws20.com:1935/mexiquense/videomexiquense/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9...", "quality": "FHD", "videoType": "HLS" } ], "language": "en" }, "thumbnail": "https://s3.amazonaws.com/docs.radioytv/usuarios/Planeacion/roku/ROKU+MINIATURA+800X450.jpg", "shortDescription": "En vivo", "longDescription": "Radio y Television Mexiquense somos informacion y entretenimento. Noticias internacionales, nacionales y locales. Television y 6 estaciones de Radio", "tags": [ "noticias", "live" ], "rating": { "rating": "UNRATED", "ratingSource": "USA_PR" }, "genres": [ "news" ] } ], "categories": [ { "name": "Latest", "order": "most_recent", "query": "live OR ottfeed" } ] }
If you are looking for a robust solution to manage your content feed, then check out our OTTfeed.com platform, it will save you a lot of time and frustration managing and debugging your feed.
Here are some of the features:
- Supports all types of content (Movie, Series, Episodic, TV specials, Short-form and Live)
- Create categories and playlists and organize by tags or titles
- Preview content before publishing your feed
- Specify ad breaks for each video in addition to global ad breaks
- Build a cast library and add credits to each video
- Connect and import video metadata from Vimeo account with access token
- Supports multi-images, trickplay, closed caption, subtitles and much more
- Content feed is secure and hosted on a CDN
If you are interested go to https://OTTfeed.com and click "Start 7-day free trial”.
Cheers