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: 
ljunkie
Visitor

Re: roVideoPlayer and roVideoScreen timeout issues on 7.5 firmeware

"nwjon" wrote:
Yes, i still dont get it.

The workaround is to set the connection timeout manually to override the 5 second timeout 7.5 introduced. It sounds like this will be corrected in 7.5 4099, but I haven't received it yet to verify. Here is a code example.
videoPlayer = CreateObject("roVideoPlayer")
videoPlayer.SetConnectionTimeout(30)
0 Kudos