Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Running Video Stream #24

Open
ekwilinski opened this issue May 27, 2022 · 5 comments
Open

Issue Running Video Stream #24

ekwilinski opened this issue May 27, 2022 · 5 comments

Comments

@ekwilinski
Copy link

Hello,

I am having trouble connecting to the video stream of the typhoon h480. I ran the command in the readme to get a video feed, but when I try to connect to localhost:8554 in vncviewer, nothing happens.

Thank you,
Elliot

@Sitin
Copy link
Contributor

Sitin commented Jun 29, 2022

I experience the same problem. It seems that the stream should be available at rtsp://127.0.0.1:8554/live but my QGroundControl fails to get any video.

@Sitin
Copy link
Contributor

Sitin commented Jul 9, 2022

@ekwilinski I can open video stream with (you need to install VLC):

vlc rtsp://127.0.0.1:8554/live 

Still can't configure QGroundControl to receive this stream.

@julianoes
Copy link
Collaborator

The problem might be that PX4 automatically sends the video stream parameters via mavlink but since there is an additional RTSP server this does not actually work as expected.

It's as if there should be a setting named "Auto MAVLink" in QGC and then a setting to manually set it.

@JonasVautherin
Copy link
Owner

Yeah right, px4-gazebo-headless does not change the VIDEO_STREAM_INFORMATION message, so QGC won't auto-detect it.

It's as if there should be a setting named "Auto MAVLink" in QGC and then a setting to manually set it.

Wasn't there a way to manually specify the video URL in QGC in the past? 🤔

@stevehenderson
Copy link

I was able to enter the uri in @Sitin vlc start cmd directly into QGC:

rtsp1
rtsp2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants