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
What version of Streaming-Meda-Cordova-Plugin are you using?
2.2.0 What version of Cordova are you using?
8.1.2 (cordova-lib@8.1.1) What devices are affected?
Android TVs (in my case - Android TV 7.0 emulator) Please describe the issue in detail, with relevant code samples
I can't get to work some of my HLS streams. When I install the app on my Android phone (which also has Android 7), it plays my streams without errors, but on Android TV these streams cause errors. Some of other streams (also HLS) are working normally.
My code: window.plugins.streamingMedia.playVideo(url, { successCallback: function () { alert('Video was closed without error.') }, errorCallback: function (errMsg) { alert('Error! ' + errMsg) }, shouldAutoClose: false, controls: true }) What did you expect to happen?
A working HLS player. What actually happened?
A strange error, I can't find any information about it:
Error: Unknown (1) -22
The text was updated successfully, but these errors were encountered:
What version of Streaming-Meda-Cordova-Plugin are you using?
2.2.0
What version of Cordova are you using?
8.1.2 (cordova-lib@8.1.1)
What devices are affected?
Android TVs (in my case - Android TV 7.0 emulator)
Please describe the issue in detail, with relevant code samples
I can't get to work some of my HLS streams. When I install the app on my Android phone (which also has Android 7), it plays my streams without errors, but on Android TV these streams cause errors. Some of other streams (also HLS) are working normally.
My code:
window.plugins.streamingMedia.playVideo(url, { successCallback: function () { alert('Video was closed without error.') }, errorCallback: function (errMsg) { alert('Error! ' + errMsg) }, shouldAutoClose: false, controls: true })
What did you expect to happen?
A working HLS player.
What actually happened?
A strange error, I can't find any information about it:
The text was updated successfully, but these errors were encountered: