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: 
hotwebideas
Channel Surfer

How to specify the LiveFeed URL

Hi, I see in the Direct Publisher JSON page how to add the liveFeed object, but where would I tell Roku the actual live feed URL. I have a live feed URL from my client which is ​http://wowza1.cdnstream.com:2000/, but I am not sure where to enter this URL with the username and password in my Roku settings. Please help.

WordPress Interface to Manage Roku Direct Publisher
TVChannelPress.com
0 Kudos
8 REPLIES 8
JohnLocke1
Channel Surfer

Re: How to specify the LiveFeed URL

Not easy for me. Can you give me a complete json example for the liveFeed please?

0 Kudos
sattun
Roku Guru

Re: How to specify the LiveFeed URL

Hi,

You need to provide a JSON feed where you add the live stream parameters.


Also, Roku Direct Publisher does not support authentication, so any link needs to be accessible without authentication.

Here is a sample JSON with liveFeeds:

{
    "providerName": "OTTfeed.com"
    , "lastUpdated": "2021-01-22T21:01:43+00:00"
    , "language": "en-US"
    , "liveFeeds": [{
        "id": "GCUGbgJZalE6XOuIzJVV"
        , "title": "OTTfeed"
        , "content": {
            "dateAdded": "2021-01-23T17:20:46+00:00"
            , "videos": [{
                "url": "https://playlist.ottfeed.com/live/master.m3u8?channel=GCUGbgJZalE6XOuIzJVV"
                , "quality": "FHD"
                , "videoType": "HLS"
            }]
            , "language": "en-US"
        }
        , "thumbnail": "https://ottfeed.com/GCUGbgJZalE6XOuIzJVV/OTTfeed-live-image.png"
        , "shortDescription": "All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps"
        , "longDescription": "OTTfeed: All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps. All Content Types, Management Tools & Advanced workflows. For more info go to https://OTTfeed.com"
        , "tags": ["ottfeed", "live"]
        , "rating": {
            "rating": "UNRATED"
            , "ratingSource": "USA_PR"
        }
        , "genres": ["technology"]
    }]
    , "categories": [{
        "name": "Latest"
        , "order": "most_recent"
        , "query": "live OR ottfeed"
    }]
}

Download the file: https://ottfeed.com/GCUGbgJZalE6XOuIzJVV/OTTfeed-RDP-liveFeed.json

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

Re: How to specify the LiveFeed URL

Thank you for the assistance! This is exactly what I needed to create a working LiveFeed without errors since Roku doesn't exactly give a full example feed. The "test" worked perfectly! Now it will be published.

I've not been able to figure out trickplay images on VOD. Some seem to show up automatically on Roku but when I add videos longer than 15 minutes (then required trickplay images) most of them do not show.

Is it in the json code that makes them appear? I do not understand how to create them.

0 Kudos
RonVanHerk
Reel Rookie

Re: How to specify the LiveFeed URL

Hi,

I spotted your example json file and tried to replicate but without any luck. The feed seems to get processed but on screen I only get the Search and the About items.

I have pasted my json file below, do you have any idea what is wrong? I think I am missing something...

Best regards,
Ron

 

{
    "providerName": "CYMTV.com", 
	"lastUpdated": "2021-01-22T21:01:43+00:00",
	"language": "en-US",
	"categories": [{
        "name": "Live",
		"order": "most_recent",
		"query": "live"
    }],
	"liveFeeds": [{
	"id": "9b582fabaa15432594d08fcb014f342e", 
	"title": "SignMe.TV",
	"content": {
            "dateAdded": "2021-01-23T17:20:46+00:00",
			"videos": [{
                "url": "https://streaming1.cymtv.com:30443/yourowntv/signme/playlist.m3u8",
				"quality": "FHD",
				"videoType": "HLS"
            }]
			}, 
		"thumbnail": "https://www.cymtv.com/graphics/signmetv_thumbnail_800x450.png",
        "brandedThumbnail": "https://www.cymtv.com/graphics/signmetv_thumbnail_800x450.png",
		"shortDescription": "SignMeTV gives unsigned artist global exposure!", 
		"longDescription": "SignMeTV gives unsigned artist global exposure! Signme Tv...is where unsigned artist display their music videos trying to get signed to a music label or a deal.", 
		"tags": ["music", "signmetv", "live", "signme.tv"], 
		"rating": {
            "rating": "UNRATED",
			"ratingSource": "USA_PR"
        }, 
		"genres": ["technology"]
    }]
	
}

 

 

0 Kudos
Baradanikto
Roku Guru

Re: How to specify the LiveFeed URL

If your feed is consumed without errors, you should report the problem to Roku Partner Succes.  You may also try searching this forum since lots of other users have reported the same symptoms.  I believe that Roku had to resolve the issue for each user.

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.
RonVanHerk
Reel Rookie

Re: How to specify the LiveFeed URL

Thanks, have done so now.

0 Kudos
JohnLocke1
Channel Surfer

Re: How to specify the LiveFeed URL

Usually it takes awhile for updates to show up. Give it a few hours then check it again.

0 Kudos
sattun
Roku Guru

Re: How to specify the LiveFeed URL

Hi,

Your feed is missing categories, login to roku developer site, go to your roku direct publisher channel  and do the following:

- select categories in the dropdown

- select "Custom"

- click "add category"

- give it a name and select based on "Tags"

- from the dropdown select the tag form your live feed 

- click save and save 

- it will take up to 4 hours for roku to update.

Screen Shot 2021-02-03 at 3.34.34 PM.png

 

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