-
Notifications
You must be signed in to change notification settings - Fork 85
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
Ask for support to create a obs encoder #148
Comments
i think the parameter are wrong. can u tell me what the minimum parameter require the encoder need? |
I also have no experience with ffmpeg-rockchip in obs-studio. You can turn on ffmpeg logging and track what is causing the 1fps. |
There are no special parameters that need to be set. Therefore I think the error is in obs-ffmpeg rather than ffmpeg-rockchip. |
Hi, you helped me to got running this ffmpeg on my radxa zero 3w
now i try to create a obs encoder. Obs work fine with the panfrost driver for send the stream obs need a encoder
i have copy the nvenc encode and change to use the rkmpp eincoder but if the stream try to init the encoder it failed.
the cops ffmpeg-video-encoder calls the avcodec_open2 function. this function return -542398533 but i don know why.
maybe you have a idea?
i have already start a thread in obs forum and discord https://obsproject.com/forum/threads/is-there-a-esay-way-to-add-ffmpeg-with-a-videocodec-as-a-streaming-encoder.182707/
the call of avcidec_open2 are in https://github.com/obsproject/obs-studio/blob/master/plugins/obs-ffmpeg/obs-ffmpeg-video-encoders.c line 13
the value of the settings
The text was updated successfully, but these errors were encountered: