Open joaoantoniocardoso opened 1 year ago
Hi @aihamshikhomicro, thanks for reaching out, we indeed lack documentation, but it is doable:
Let's say we want to receive an RTSP stream from an IP camera on QGC.
For this example, we are going to consider that the QGC is running on a computer at the user's computer (localhost
), where its local network IP is 192.168.0.10
, and both Mavlink server and MCM are running on a second computer, the 192.68.0.87
, and the camera is also on the same local network, at 192.168.0.201
.
For that, we'd need:
192.168.0.10:14550
127.0.0.1:5777
rtsp://192.168.0.201:554/video/0
Now, the setup should be quite straightforward:
mavlink-camera-manager --mavlink tcpout:127.0.0.1:5777 --verbose
192.168.0.87:6020
), create a Redirect stream using the RTSP address from the camera, let's say, rtsp://192.168.0.201:554/video/0
. Make sure to leave Disable Mavlink
unchecked:If anything different happens, check on the console, and upload the logs here on this issue.
In case your network or setup is different, let us know how it is so I can adapt the guide if you need it,
Hope it helps, thanks
FWIW sounds like a good topic to add to a docs library.
I would suggest to just upgrade the interface to be more user friendly :laughing:
Originally posted by @aihamshikhomicro in https://github.com/mavlink/mavlink-camera-manager/issues/213#issuecomment-1682032408