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
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.
Screenshots
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.
Screenshots
Additional context
Add any other context about the problem here.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered:
winlinvip
changed the title
WebRtc无法播放视频流格式为H265的视频
WebRTC is unable to play video streams in the H.265 format.
Dec 18, 2024
The interface method corresponding to 'got answer' appears to be '/rtc/v1/play'. I have not previously worked with C++ or Go languages. In the directory '\trunk\3rdparty\srs-bench\srs', does the file 'player.go' correspond to the '/rtc/v1/play' method? If so, regarding the 'import' section...
"github.com/pion/webrtc/v3/pkg/media/h264writer"
"github.com/pion/webrtc/v3/pkg/media/ivfwriter"
"github.com/pion/webrtc/v3/pkg/media/oggwriter"
Is it missing H.265 support?
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:
Expected behavior
The Safire browser is capable of playing H.265 format videos.
Screenshots
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.
Screenshots
Additional context
Add any other context about the problem here.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: