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

RTSP error #226

Open
JIA-HONG-CHU opened this issue Nov 20, 2024 · 0 comments
Open

RTSP error #226

JIA-HONG-CHU opened this issue Nov 20, 2024 · 0 comments

Comments

@JIA-HONG-CHU
Copy link

i'm are trying to create an RTSP stream using the following command:

video-viewer /dev/video0 rtsp://0.0.0.0:1234/my_output --width=640 --height=480 --input-codec=mjpeg --input-decoder=v4l2 --output-codec=mjpeg --output-encoder=v4l2

Then, when attempting to view it in another terminal using:
ffplay -loglevel debug rtsp://127.0.0.1:1234/my_output

I encounter a 503 error. How can this issue be resolved?

Initialized opengl renderer.
[tcp @ 0xffff48003ac0] No default whitelist set
[tcp @ 0xffff48003ac0] Original list of addresses:
[tcp @ 0xffff48003ac0] Address 127.0.0.1 port 1234
[tcp @ 0xffff48003ac0] Interleaved list of addresses:
[tcp @ 0xffff48003ac0] Address 127.0.0.1 port 1234
[tcp @ 0xffff48003ac0] Starting connection attempt to 127.0.0.1 port 1234
[tcp @ 0xffff48003ac0] Successfully connected to 127.0.0.1 port 1234
[rtsp @ 0xffff48000c10] method DESCRIBE failed: 503 Service Unavailable
[rtsp @ 0xffff48000c10] CSeq: 2
Server: GStreamer RTSP server
Date: Wed, 20 Nov 2024 07:57:52 GMT

rtsp://127.0.0.1:1234/my_output: Server returned 5XX Server Error reply

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

1 participant