-
Notifications
You must be signed in to change notification settings - Fork 75
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
live-kit-cli: vp8 TCP input gives "error"="IVF signature mismatch" #251
Comments
Shit. Duplicate of #104 No solution :( |
OK, found it. I have to be incredibly fast between launching the GST pipeline and starting the livekit-cli. Otherwise obviously the header buffer gets lost due to an internal buffer overflow in GST. This pipeline works, but the client needs to be started within one second after the launch of this:
Client:
Anyway, quality is bad, latency is high. 720p @ 30fps, but just 400 kBbs. Maybe there is an additional setting for the bitrate at vp8enc. EDIT: Latency decreases over time EDIT2: Perfect results with this:
|
Hi folks,
as shown in this thread it is perfectly possible to publish H.264 NAL units from a GStreamer pipeline to livekit-server via livekit-cli:
https://livekit-users.slack.com/archives/C01KVTJH6BX/p1700642085369689?thread_ts=1700500341.249709&cid=C01KVTJH6BX
The same seems to be not possible, since livekit-cli fires
Gstreamer Pipeline:
livekit-cli call:
The text was updated successfully, but these errors were encountered: