first frame freezing for several seconds when streaming with VP8 in real-time #2905
Unanswered
LazarenkoA
asked this question in
Q&A
Replies: 1 comment
-
I changed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, earlier I created a question regarding the delay in live streaming:
#2903
In that example, I was capturing video in H264, but I decided to try VP8 following this example: https://github.com/baiyufei/pion-h264-repro, and to my surprise, the delay was gone, and the video streaming indeed became real-time. However, for some reason, at the start of the stream, the first frame appears and freezes for a few seconds, then everything starts working as it should. Why might the first frame be freezing? According to the backend logs, data is being sent.
I’m using the following ffmpeg command for video capture with these parameters:
Beta Was this translation helpful? Give feedback.
All reactions