I successfuly ran echotest-jsonrpc in a local environment so now I wanted to try to connect this to my actual server.
I deployed ion-sfu to my VPS using the command provided in the readme.
I changed localhost in index.html to my server IP address. It seems that something works because I see successful WS connection but I can't see the video.
I tried to look for differences in local setup logs vs VPS setup logs. I noticed that in local environment ion logs these 2 lines when I press "Start":
Summary
I successfuly ran
echotest-jsonrpc
in a local environment so now I wanted to try to connect this to my actual server.I deployed
ion-sfu
to my VPS using the command provided in the readme. I changedlocalhost
inindex.html
to my server IP address. It seems that something works because I see successful WS connection but I can't see the video.I tried to look for differences in local setup logs vs VPS setup logs. I noticed that in local environment ion logs these 2 lines when I press "Start":
In container logs on my VPS I can still see
PerrLocal trickle
,Send offer
,PerrLocal got answer
, etc... but these 2 particular lines are missing.Am I missing something?