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

在bmf中如何实现与ffmpeg命令行 -re 选项相同的功能 #134

Open
KkemChen opened this issue Oct 15, 2024 · 1 comment
Open

在bmf中如何实现与ffmpeg命令行 -re 选项相同的功能 #134

KkemChen opened this issue Oct 15, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@KkemChen
Copy link

我想要将一个本地文件以实际速率使用bmf处理后推送到rtmp服务器,有没有类似 -re 和-stream_loop -1的选项可以使用

@JackLau1222 JackLau1222 added the help wanted Extra attention is needed label Nov 28, 2024
@JackLau1222
Copy link
Collaborator

JackLau1222 commented Nov 28, 2024

可以先参考一下encode的参数 https://babitmf.github.io/docs/bmf/api/api_in_cpp/encode_module/
包括可以看一下https://github.com/BabitMF/bmf/tree/master/bmf/demo/broadcaster 这个demo 里面用到了rtsp 看一看有没有需要的
最后看一看encoder代码 如果还是没有相关实现代码 我mark一下 保留issue 后面会考虑添加相关实现

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants