Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DLC
Visitor

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
0 Kudos
6 REPLIES 6
TheEndless
Channel Surfer

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)
0 Kudos
DLC
Visitor

Re: Last update

That's not a lot but thanks.
0 Kudos
destruk
Streaming Star

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.
0 Kudos
TheEndless
Channel Surfer

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)
0 Kudos
destruk
Streaming Star

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.
0 Kudos
DLC
Visitor

Re: Last update

I'll take a look at the dashboard to see if i can find something.
Thank you.
0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.