-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Bug description
I can't seem to get the Video Streams in 1.5.0-beta8 to work. I'm unsure if I've messed up some configuration or if the latest beta has broken it but I'm sure I had it working about a month ago when I wrote this AP blog post (search for "Setup Cockpit Video Streaming")
Now the Video Manager always says "Not running" and the little thumbnail is not appearing
This also doesn't work on an RPI4 but the behaviour is different. What happens is I get a timeout message 1000ms when I try to setup the redirect source so I can never actually create it.
Steps to reproduce
Install BlueOS 1.5.0-beta8 on an RPI5 as described in this AP blog post
Connect a Siyi A8 to the RPI5 via Ethernet
Set the RPI5's IP address to 192.168.144.20
Open BlueOS's Video Streams:
- select, “ADD STREAM”
- Stream nickname: “Siyi A8”
- Select “RTSP” from drop-down on bottom left
- Stream endpoint: rtsp://192.168.144.25:8554/main.264
- Press Create
after a few seconds the live video thumbnail should be displayed (but it doesn't)
Primary pain point(s)
Unable to view live video from an IP camera in cockpit
Prerequisites
- I have checked to make sure that a similar request has not already been filed or fixed.