First, thanks for the fantastic work, I am very excited to use Janus!!
I have a Pi Zero + Pi camera attempting to streaming video to a Janus gateway on a remote NGinx web server.
When I visit the page, I see a 'start' button, and when I click it I see a video player with a white area where the video should be, and a play icon. When I hit play, no video shows up.
FWIW, I read your 'Deploying Janus' page, then did the following. I copied the demo folder to my server and visited videoroomtest.html, which loads fine. But I click 'Start', I get a popup saying: Error: is the gateway down? I've gone to videoroomtest.js and changed the port to 8004, as that is my video port. I wasn't sure if I should change the API path, as I don't really know what that means or what it should be. I haven't altered anything else in the file. I then just ran my command on my Pi, restarted my server, and visited videoroomtest.html.
Hi,
First, thanks for the fantastic work, I am very excited to use Janus!!
I have a Pi Zero + Pi camera attempting to streaming video to a Janus gateway on a remote NGinx web server.
When I visit the page, I see a 'start' button, and when I click it I see a video player with a white area where the video should be, and a play icon. When I hit play, no video shows up.
Here is my Pi command and output
Here is what I run on the server, and the output:
Here is how I created the janus config (this is configured for video+audio, just testing the video right now)
Here is the html for the Janus page I created (credit to https://planb.nicecupoftea.org/2015/10/17/hackspace-hat-quick-install-or-audio-and-video-streaming-from-a-raspberry-pi-to-a-remote-or-local-webrtc-compatible-browser/): http://vpaste.net/ST74j
I've updated to the latest Firefox, 52.0.2.
FWIW, I read your 'Deploying Janus' page, then did the following. I copied the demo folder to my server and visited videoroomtest.html, which loads fine. But I click 'Start', I get a popup saying: Error: is the gateway down? I've gone to videoroomtest.js and changed the port to 8004, as that is my video port. I wasn't sure if I should change the API path, as I don't really know what that means or what it should be. I haven't altered anything else in the file. I then just ran my command on my Pi, restarted my server, and visited videoroomtest.html.
Can you help me diagnose the issue(s)?