-
Notifications
You must be signed in to change notification settings - Fork 192
How to view RTSP stream? #745
Description
First ensure you are using a camera that is currently supported by Open GoPro. Any other tickets will be rejected.
Component
What is the bug in? RTSP streaming
- SDKs (Python / Kotlin) None
- Other Demos
- Tutorials
- Documentation
- Specs (BLE, HTTP)
Describe the bug
A clear and concise description of what the bug is.
I am trying to start rtsp streaming on camera which starts the streaming but I can't play it neither with gstreamer nor any other media server like Mediamrtx/rtsp-server
To Reproduce
Steps to reproduce the behavior:
- Start rtsp streaming
- Pay it with I have got this latest Hero Pro 13 camera and I am trying to start the rtsp streaming on it but I am not getting anything?
Can someone plesae help?
This is my output from gst-launch command to display it
gst-launch-1.0 rtspsrc location=rtsp://172.24.112.51:554/live ! decodebin ! videoconvert ! autovideosink
Expected behavior
To be able to see video streaming
Logs
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Pipeline is PREROLLED ...
Prerolled, waiting for progress to finish...
Progress: (connect) Connecting to rtsp://172.24.112.51:554/live
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Redistribute latency...
Redistribute latency...
Progress: (request) Sending PLAY request
Redistribute latency...
Redistribute latency...
Progress: (request) Sent PLAY request
Redistribute latency...
Redistribute latency...
Redistribute latency...
Redistribute latency...
Screenshots
If applicable, add screenshots to help explain your problem.
Hardware
- Camera: Hero Pro 13 Black
- Desktop: Ubuntu 22.04
Additional context
Add any other context about the problem here.