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 fails with ug_input #433

Open
Xoffio opened this issue Mar 4, 2025 · 0 comments
Open

rtsp fails with ug_input #433

Xoffio opened this issue Mar 4, 2025 · 0 comments

Comments

@Xoffio
Copy link

Xoffio commented Mar 4, 2025

I am trying to send the data from uv sender to uv receiver. I want the uv receiver to start the rtsp server, but it seems to fail.
This is what I am doing:

# Sender
./uv -t testcard2 -c libavcodec:codec=VP9:subs=420 -P 6004 TARGET_ip

# Receiver
./uv -t ug_input:6004:codec=VP9 -x rtsp

I get an output like this:

[lavc] Setting codec parameter crf to 22.000000
[lavc] Setting CRF to 22.00.
[lavc] Setting codec parameter preset to veryfast
[lavc] Setting codec parameter tune to zerolatency,fastdecode
[lavc] Setting thread count to 0, type: (other)
[lavc libx264 @ 000001d3fc42ad00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[lavc libx264 @ 000001d3fc42ad00] profile High, level 4.0, 4:2:0, 8-bit
[lavc] Selected pixfmt: yuv420p
[lavc] Failed to find a way to convert VP9 to yuv420p
[lavc] Attempting to use swscale to convert from vaapi to yuv420p.
Could not allocate raw picture buffer
[lavc] Failed to get sws input conversion.
[lavc] Using codec: H.264, encoder: libx264
[lavc] No direct decoder format for: VP9. Trying to convert with swscale instead.

Is there any way to do something like this?

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