We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我正在尝试使用此播放器播放rtmp与webrtc文件
1、无法使用6.0版本中的mediacodec特性 2、无法使用flv、rtmp中HEVC、AV1 编解码器 3、根据libdatachannel添加ffmpeg 实现whep
我根据参考资料1发现好多api不支持,通过构建ffmpeg6.1版本后redplay不支持 问题1可以先不解决 问题2目前可以通过patch的方式支持hevc 问题3是完全不支持
参考资料 1、这个pr可以在ffmeg中实现whep与whip 2、srs组织实现的ffmpeg-whip 3、obs 实现whep跟whip 原理也是通过libdatachannel进行交换rtsp ffmpeg进行解码
The text was updated successfully, but these errors were encountered:
We will soon open-source all modules. Regarding the FFmpeg-related functionalities, you are free to modify them. Stay tuned.
Sorry, something went wrong.
No branches or pull requests
我正在尝试使用此播放器播放rtmp与webrtc文件
1、无法使用6.0版本中的mediacodec特性
2、无法使用flv、rtmp中HEVC、AV1 编解码器
3、根据libdatachannel添加ffmpeg 实现whep
我根据参考资料1发现好多api不支持,通过构建ffmpeg6.1版本后redplay不支持
问题1可以先不解决
问题2目前可以通过patch的方式支持hevc
问题3是完全不支持
参考资料
1、这个pr可以在ffmeg中实现whep与whip
2、srs组织实现的ffmpeg-whip
3、obs 实现whep跟whip 原理也是通过libdatachannel进行交换rtsp ffmpeg进行解码
The text was updated successfully, but these errors were encountered: