pion / rtwatch

Watch videos with friends using WebRTC, let the server do the pausing and seeking.

Home Page:https://pion.ly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in playing video

ebala96 opened this issue · comments

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?

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

Could you please try the latest solution provided in the following issue?
#38