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

Could not start writing - "IVF signature mismatc" #104

Open
afgarcia86 opened this issue Oct 9, 2022 · 3 comments
Open

Could not start writing - "IVF signature mismatc" #104

afgarcia86 opened this issue Oct 9, 2022 · 3 comments

Comments

@afgarcia86
Copy link

I apologize if this is user error, but I have been trying to convert an rtsp feed to vp8 using gstreamer. I have tried several different pipelines out and while they seem to work, when I attempt to join a room I get the following error and the video does not stream.

"msg"="Could not start writing" "error"="IVF signature mismatch"

Steps to reproduce:

gst-launch-1.0 videotestsrc is-live=true pattern=ball ! videoconvert ! vp8enc ! tcpserversink port=16400
livekit-cli join-room --room my-first-room --identity bot  \
  --publish vp8://localhost:16400 \
  --api-key devkey --api-secret secret
@spigelli
Copy link

@afgarcia86 Did you ever find a solution here?

@afgarcia86
Copy link
Author

@spigelli I did not, I gave up on VP8 and have just been using h264 like:

gst-launch-1.0 autovideosrc ! video/x-raw,framerate=30/1,width=1280,height=720 ! x264enc ! tcpserversink host=localhost port=16106

However lately I have been trying to change to udpsink because there seem to be audio issues with tcpserversink

@neilyoung
Copy link

Found it:

#251

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

3 participants