-
Notifications
You must be signed in to change notification settings - Fork 499
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
Some questions about rtmp server channels #32
Comments
And does joy4 support |
I'm fairly new to video decoding, so somebody correct me if I get anything wrong. If you know what GOP is, then the meaning of those variables will make more sense. GOP (Group of pictures) is a collection of video frames. It starts with a key frame, which is a frame that doesn't need other frames in order to be decoded. Other non-key frames make up the changes between the key frames and rely on other frames to be decoded. Given that description of GOP, this is what I think they mean:
|
Hi, acls .Firstly,Thanks for your explanation about the |
As far as I know |
hmmm .. I finally use FFmpeg to do a forwarding via |
I read the example code in
example > rtmp_server_channels > main.go
, but I am really confused about the meaning ofdelaygop
waitkey
framedrop
delayskip
cachegop
,could U add some explanation about this words ? BTW, Thanks for developing such a wonderful streaming lib ~The text was updated successfully, but these errors were encountered: