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
{{ message }}
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
I'm trying to run a WebRTC Sample and experiencing an issue with the player. I'm running the server and can go to the localhost:3001 and see some debug player playing a video. I was able to compile both the server and player successfully. However, I'm trying to run a player which points to localhost:3001 player is receiving the session token and crashing with an unclear error
[error] handle_read_http_response error: websocketpp.transport:7 (End of File)
My guess will that player is unable to create a web socket connection however I'm not sure why. Is there any hidden requirement that is undocumented? I can guess that maybe WebSocket requires SSL up and running.
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to run a WebRTC Sample and experiencing an issue with the player. I'm running the server and can go to the localhost:3001 and see some debug player playing a video. I was able to compile both the server and player successfully. However, I'm trying to run a player which points to localhost:3001 player is receiving the session token and crashing with an unclear error
My guess will that player is unable to create a web socket connection however I'm not sure why. Is there any hidden requirement that is undocumented? I can guess that maybe WebSocket requires SSL up and running.
The text was updated successfully, but these errors were encountered: