vdalex25 / rtsp-to-web-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play Webrtc video on local network

gtirth opened this issue · comments

i am trying to get the video streaming on another computer which is on the same network. Is there a way to do it with this player. I was able to get the video working in RTSPtoWEB project's GUI.

I assume that i might need to change the webrtc config which I tried but it did not work. Can you please help or suggest if it is possible to do with this player?

check that you set server address in the link correctly, this should be the address of the server like 192.168... not localhost or 127.0.0.1
and are there any errors in the console?

I have put in the server address and not the localhost. Also there is no error message in the console. I am sorry I forgot to mention that there is no internet. I have a specific use case where i would not be able to connect to internet, could it be the reason that it does not work?