Roku Direct Publisher

Roku Direct Publisher - the easiest way to create a great TV experience. Learn more about how to create a Roku channel and share your experiences with others.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Nube
Reel Rookie

in my Live Feeds ¿ how to configure two url stringing?

{
"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"
}]

}

0 Kudos
2 REPLIES 2
Baradanikto
Roku Guru

Re: in my Live Feeds ¿ how to configure two url stringing?

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.

FREE Windows desktop software for converting Direct Publisher channels to SceneGraph (SDK), for creating BIF (Trick Play) files, Roku (MRSS, JSON) feed files, and FireTV feed files @ GitHub/rrirower.
0 Kudos
sattun
Roku Guru

Re: in my Live Feeds ¿ how to configure two url stringing?

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

OTTfeed: Lease a custom Roku SDK for $99/month go to https://OTTfeed.com/lease
0 Kudos