mitchstein
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2018
04:32 AM
a great idea for direct publisher.....
In the old sdk I put in a single line in the brightscript that everytime someone started watching a video that basically called up an html page on my server and sent the video ID to the page.. this way I was able to keep track of what videos were being played by roku users.. it's a simple url call ...
http://www.yourdomain.com/rokutrack.asp?videoid=xxxx
Would be a simple add on for the developers at roku for direct publisher and would be invaluable to us!!
the player doesn't even have to pause for the url to load as there would be nothing to display to the user so it shouldn't have any significant impact on performance of the channel..
http://www.yourdomain.com/rokutrack.asp?videoid=xxxx
Would be a simple add on for the developers at roku for direct publisher and would be invaluable to us!!
the player doesn't even have to pause for the url to load as there would be nothing to display to the user so it shouldn't have any significant impact on performance of the channel..
http://www.TVByDemand.com
4 REPLIES 4
rovidx_media
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2018
07:12 AM
Re: a great idea for direct publisher.....
There should be no reason you couldn't do the same thing. Just replace your video file URL with http://www.yourdomain.com/rokutrack.asp?videoid=xxxx and redirect it to the the HLS/MP4/etc file.
It's something I'm toying around with for the WP Smart TV, but I haven't tested with DP yet.
It's something I'm toying around with for the WP Smart TV, but I haven't tested with DP yet.
Use Wordpress to power your Roku Direct Publisher (& other platforms) -> https://rovidx.com
Baradanikto
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2018
08:33 AM
Re: a great idea for direct publisher.....
Are you aware that the Developer Portal contains channel stats? They include video viewing and performance.
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.
mitchstein
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018
03:30 PM
Re: a great idea for direct publisher.....
"rovidx_media" wrote:
There should be no reason you couldn't do the same thing. Just replace your video file URL with http://www.yourdomain.com/rokutrack.asp?videoid=xxxx and redirect it to the the HLS/MP4/etc file.
It's something I'm toying around with for the WP Smart TV, but I haven't tested with DP yet.
I wasn't aware you could do that, I thought the video url field had to contain a video... Learn something new everyday...
I had done this with old sdk just by adding one line of brightscript that called up the page, and then when they exited the video it called up another url to remove the video from the list of active videos..
Basically I keep a running stat of videos playing now, and what not..
http://www.TVByDemand.com
mitchstein
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018
03:33 PM
Re: a great idea for direct publisher.....
"Baradanikto" wrote:
Are you aware that the Developer Portal contains channel stats? They include video viewing and performance.
Yeah, but it's not real time.. Right now I have a page that displays who is on my webpage and what they are doing on the website in real time (or so). But the stats do not include roku traffic. Since roku is now doing as well as the webpages I'd like to include those views in the stats, plus each video has a views total, minutes total etc etc.. I like it in real time and not have to run a manual script or a real elaborate one that will eventually fail and require me to have to do more work...
I work hard at being lazy.. lol
http://www.TVByDemand.com