DLC
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2012
07:15 AM
Last update
Hello,
Is there a way to know what changed in the 4.8 release please? Videos that were once playing well are randomly stopping and starting again, so i wanted to know if it could be due to a modification to a component or of the video formats accepted.
Thank you.
Denis
Is there a way to know what changed in the 4.8 release please? Videos that were once playing well are randomly stopping and starting again, so i wanted to know if it could be due to a modification to a component or of the video formats accepted.
Thank you.
Denis
6 REPLIES 6

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2012
07:40 AM
Re: Last update
Not a whole lot there, but.. http://sdkdocs.roku.com/display/RokuSDK ... ease+Notes
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
DLC
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2012
09:33 AM
Re: Last update
That's not a lot but thanks.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2012
03:06 PM
Re: Last update
I'm not sure if msg.isPaused is firing, as well as msg.isResumed, and msg.isListItemInfo doesn't work. Also, SetMessagePort(port) and SetPort(port) appear to do the same thing and are equally accepted now for roscreen. - with the previous firmware or firmware prior to this one, only SetPort worked for roscreen. At least, I got an error with my current code when running it on a roku 2 that was on older firmware. 🙂
Also if you have a roku 1 - it appears the newest firmware was never pushed to the boxes, so you can manually force an update to the firmware from May, 2012 for roku 1's.
Also if you have a roku 1 - it appears the newest firmware was never pushed to the boxes, so you can manually force an update to the firmware from May, 2012 for roku 1's.

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2012
06:26 PM
Re: Last update
"destruk" wrote:
I'm not sure if msg.isPaused is firing, as well as msg.isResumed, and msg.isListItemInfo doesn't work
IsPaused and IsResumed are definitely firing for roVideoPlayer and roAudioPlayer. I have several channels that use those that are working fine. Not sure about IsListItemInfo as I've always used the IsRemoteKeyPressed event to check for the info button.
Also, if you look at the dashboard on the sdkdocs site, there's a list of recent updates on the right hand side that may be useful: http://sdkdocs.roku.com/dashboard.action
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2012
06:35 PM
Re: Last update
It could be an issue with my "elseif" code - where it is possible to show one event above, and miss the ispaused event as it's an 'else' which would be skipped. I haven't investigated too closely on that yet. Or some other coding error I created. lol
Thanks TheEndless.
Thanks TheEndless.
DLC
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2012
02:12 AM
Re: Last update
I'll take a look at the dashboard to see if i can find something.
Thank you.
Thank you.