You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OBS 29.1 will have proper support for additional codecs in RTMP, following a recently published spec called Enhanced RTMP notably AV1, VP9, HEVC (H265?). The OBS Pull Request has more details.
Maybe its technically a bug as the README.md here mentions H265 support for OBS, but seems that was a feature/bug where OBS send HEVC over RTMP with codecid=7, which is for H.264/AVC github comment this I don't fully understand.
But I can confirm that rtmp-simple-server 0.21.6 doesn't like the nightly OBS sending H265/HEVC
2023/03/28 09:19:18 INF [RTMP] [conn 127.0.0.1:54939] closed (unsupported video codec: 0)
The text was updated successfully, but these errors were encountered:
This issue is being automatically closed because it does not follow the issue template.
Please reopen the issue and make sure to include all sections of the template.
This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.
Describe the feature
Description follows the needful
OBS 29.1 will have proper support for additional codecs in RTMP, following a recently published spec called Enhanced RTMP notably AV1, VP9, HEVC (H265?). The OBS Pull Request has more details.
Maybe its technically a bug as the README.md here mentions H265 support for OBS, but seems that was a feature/bug where OBS send HEVC over RTMP with codecid=7, which is for H.264/AVC github comment this I don't fully understand.
But I can confirm that rtmp-simple-server 0.21.6 doesn't like the nightly OBS sending H265/HEVC
![image](https://user-images.githubusercontent.com/190571/228308379-d029bca0-162e-4110-b882-1d8043eecaf4.png)
2023/03/28 09:19:18 INF [RTMP] [conn 127.0.0.1:54939] closed (unsupported video codec: 0)
The text was updated successfully, but these errors were encountered: