You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Even with the fixes i suggested in Issue #5 , live (hls) videos won't play when served from an https source.
Reason:
Roku does not appear to handle hls https streams correctly in roVideoScreen even if SetCertificatesFile and InitClientCertificates are called.
Solution:
This "kludge" seems to do the trick:
In video.brs in the getMP4Url function, insert the following code after video.SwitchingStrategy = "minimum-adaptation":
Problem:
Even with the fixes i suggested in Issue #5 , live (hls) videos won't play when served from an https source.
Reason:
Roku does not appear to handle hls https streams correctly in roVideoScreen even if SetCertificatesFile and InitClientCertificates are called.
Solution:
This "kludge" seems to do the trick:
In video.brs in the getMP4Url function, insert the following code after video.SwitchingStrategy = "minimum-adaptation":
Unrelated, but I also spotted another problem in the getMP4Url function:
After:
the line:
should read:
The text was updated successfully, but these errors were encountered: