HTML 5 Sub Second Streaming using EMS 2.0 not Playing in latest Mozilla and IE
Hello ,
I am using your EMS 2.0 for Sub Second streaming . I am using the following code to play the streaming through websocket .
var emsIp = document.getElementById(“IPAddress”).value;
var streamName = “mystream.sdp”; sessionID = document.getElementById(“HiddenFieldSessionID”).value; var opts = {
emsIp: emsIp,
streamName: streamName,
videoTagId: sessionID,
queueSize: 5
};
window[sessionID] = new EvoWsPlayer(opts); var obj = document.getElementById(“ObjectDiv”);
var html = “<video id=” + sessionID + ” controls autoplay class=’videoElement’ src=” + emsIp + “/> “; obj.innerHTML = html;
window[sessionID].play(); I am viewing this page from multiple PC . with chrome it works good means on all PC i am able to see the streaming . But when i use Mozilla or IE , I am able to get the stream only on first browser which has login first . On all other Mozilla or IE browser it only shows buffering icons .Also if i reload or refresh i still see only buffering image and no streaming on these browser . I have check the number of connected clients to the EMS using getConnectionCount it shows that client is connected .but i am not able to see the streaming . I am using the latest Mozilla Browser and IE browser and using the OS windows 8.1 pro . I have the webpage hosted at one place and i am accesing that webpage from different machine Could you please tell me the process how could i see the streaming in different mozilla and IE browser when login to see that webpage from different machine. Regards Avaneesh Srivastava
var streamName = “mystream.sdp”; sessionID = document.getElementById(“HiddenFieldSessionID”).value; var opts = {
emsIp: emsIp,
streamName: streamName,
videoTagId: sessionID,
queueSize: 5
};
window[sessionID] = new EvoWsPlayer(opts); var obj = document.getElementById(“ObjectDiv”);
var html = “<video id=” + sessionID + ” controls autoplay class=’videoElement’ src=” + emsIp + “/> “; obj.innerHTML = html;
window[sessionID].play(); I am viewing this page from multiple PC . with chrome it works good means on all PC i am able to see the streaming . But when i use Mozilla or IE , I am able to get the stream only on first browser which has login first . On all other Mozilla or IE browser it only shows buffering icons .Also if i reload or refresh i still see only buffering image and no streaming on these browser . I have check the number of connected clients to the EMS using getConnectionCount it shows that client is connected .but i am not able to see the streaming . I am using the latest Mozilla Browser and IE browser and using the OS windows 8.1 pro . I have the webpage hosted at one place and i am accesing that webpage from different machine Could you please tell me the process how could i see the streaming in different mozilla and IE browser when login to see that webpage from different machine. Regards Avaneesh Srivastava
6 Answers
Hi Erika,
Please respond to same thread when you find the solution to fix this issue. I will wait for your response .
Regards
Avaneesh Srivastava