Closed
Description
Describe the bug
WebRTC is unable to play video streams in the H265 format.
Version
The version of SRS is 6.0.48.
To Reproduce
Steps to reproduce the behavior:
- ./configure --gb28181=on --h265=on
- make
- /objs/srs -c conf/push.gb28181.conf
Expected behavior
The Safire browser is capable of playing H.265 format videos.
Additional context
Viewing the printed data in the console, the generated offer in the Safire browser's SDP includes H.265 format within the 'm=video' section. However, after receiving the answer, the selected format is still H.264.
Additional context
Add any other context about the problem here.
TRANS_BY_GPT4