-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem in Playing recorded streams #317
Comments
That url is not right. |
Okay so i tried to play file using recording id, it gives no error in console and do not play any video just display black screen var stream2 = Erizo.Stream({audio:true, video:true, recording: '751057150308042800',attributes: {name:"playing"}}); I use that code, and debug information which is shown in console is erizo.js:161 DEBUG: Event: stream-added erizo.js:116 Candidates to be added: 0 [] |
I am unable to play recorded videos. What we are are doing is we are recording videos on page "room.php" and save video name and url in DB. When user access recording.html then user play its videos. I am using that code for video playback
var createToken = function(userName, role, callback)
{
callback();
};
But it give an error in console which is
Uncaught TypeError: a.socket.emit is not a function. Plz help
The text was updated successfully, but these errors were encountered: