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?
version 2.3.0 What version of Cordova are you using?
10.0.0 What devices are affected?
mi8SE Please describe the issue in detail, with relevant code samples
when i play .m3u8 live channel link , application is auto exit.
Here is sample code,
function playchannel7() {
var videoUrl = "http://104275ooyala-lh.akamaihd.net/i/forevergroup_03@449367/master.m3u8";
var options = {
successCallback: function() {
console.log("Video was closed without error.");
},
errorCallback: function(errMsg) {
console.log("Error! " + errMsg);
},
orientation: 'landscape',
shouldAutoClose: true, // true(default)/false
controls: true // true(default)/false. Used to hide controls on fullscreen
};
window.plugins.streamingMedia.playVideo(videoUrl, options);
} What did you expect to happen?
What actually happened?
when i alert error log , it showed 'Error! MediaPlayer Error:Unknown(1) -1004
The text was updated successfully, but these errors were encountered:
What version of Streaming-Meda-Cordova-Plugin are you using?
version 2.3.0
What version of Cordova are you using?
10.0.0
What devices are affected?
mi8SE
Please describe the issue in detail, with relevant code samples
when i play .m3u8 live channel link , application is auto exit.
Here is sample code,
function playchannel7() {
var videoUrl = "http://104275ooyala-lh.akamaihd.net/i/forevergroup_03@449367/master.m3u8";
var options = {
successCallback: function() {
console.log("Video was closed without error.");
},
errorCallback: function(errMsg) {
console.log("Error! " + errMsg);
},
orientation: 'landscape',
shouldAutoClose: true, // true(default)/false
controls: true // true(default)/false. Used to hide controls on fullscreen
};
window.plugins.streamingMedia.playVideo(videoUrl, options);
}
What did you expect to happen?
What actually happened?
when i alert error log , it showed 'Error! MediaPlayer Error:Unknown(1) -1004
The text was updated successfully, but these errors were encountered: