You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also tried the following on the Pi, which confirms the desktop has connected to the Pi:
pi@raspberrypi:~ $ raspivid -t 0 -w 1920 -h 1080 -fps 30 -l -o tcp://0.0.0.0:5001
Waiting for a TCP connection on 0.0.0.0:5001...Client connected from 10.0.0.12:39705
I have used wirehark, and that shows traffic flowing from pi:5001 to the server and sever:8080 traffic to the desktop. So the data is getting to the browser, but it is not being displayed.
This is odd, because the same browser happily shows video from server-rpi.js, running on the Pi.
What have I failed to understand?
The text was updated successfully, but these errors were encountered:
server-rpi.js works fine, when run on the RasPi. So I know my browser (latest Firefox) and camera are fine.
I've amended the IP address in server-tcp.js but it doesn't show any video.
On the desktop I get:
and on the Pi, just:
I've also tried the following on the Pi, which confirms the desktop has connected to the Pi:
I have used wirehark, and that shows traffic flowing from pi:5001 to the server and sever:8080 traffic to the desktop. So the data is getting to the browser, but it is not being displayed.
This is odd, because the same browser happily shows video from server-rpi.js, running on the Pi.
What have I failed to understand?
The text was updated successfully, but these errors were encountered: