Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Some HLS streams are not working #198

Open
mrcatman opened this issue Oct 2, 2019 · 0 comments
Open

Some HLS streams are not working #198

mrcatman opened this issue Oct 2, 2019 · 0 comments

Comments

@mrcatman
Copy link

mrcatman commented Oct 2, 2019

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant