pion / rtwatch

Watch videos with friends using WebRTC, let the server do the pausing and seeking.
https://pion.ly/
302 stars 46 forks source link

Issue in playing video #52

Open ebala96 opened 2 years ago

ebala96 commented 2 years ago

I've set up the project for dev purposes on my local machine.

image I see only the loader and not the video stream. Command: go run main.go -container-path=/home/rtwatch/video4.mp4

Commandline output: Video file '/home/rtwatch/video4.mp4' is now available on ':8080', have fun!

I get 101 Switching Protocols for the WebSocket connection status code and the state is Pending.

Machine details: Ubuntu 18.04 Browser: Chrome

Am I missing anything in the setup?

ebala96 commented 2 years ago

I also tried the setup with https/wss but still get the same status code and pending state for the web socket connection

ponyo877 commented 1 year ago

Could you please try the latest solution provided in the following issue? https://github.com/pion/rtwatch/issues/38