1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/trunk/src
Winlin f9bba0a9b0
WebRTC: Support WHEP for play. v5.0.182 v6.0.80 (#3404)
RFC for WHIP: https://datatracker.ietf.org/doc/draft-ietf-wish-whip/

RFC for WHEP: https://datatracker.ietf.org/doc/draft-murillo-whep/

Please note that SRS 5.0 already had WHIP support. I didn't write a
document about WHIP, because WHIP is not a RFC right now, but there are
clues in
[srs-unity](https://github.com/ossrs/srs-unity#usage-publisher). SRS
WHIP url for publisher:
`http://localhost:1985/rtc/v1/whip/?app=live&stream=livestream`

This PR is for WHEP, the url for player is
`http://localhost:1985/rtc/v1/whep/?app=live&stream=livestream`

PS: There is a great PR for OBS to have WHIP support, see
https://github.com/obsproject/obs-studio/pull/7926 and #3581

PS: WHIP for FFmpeg https://github.com/ossrs/ffmpeg-webrtc/pull/1

See #3170


---------

Co-authored-by: Haibo Chen <495810242@qq.com>
Co-authored-by: john <hondaxiao@tencent.com>
Co-authored-by: ChenGH <chengh_math@126.com>
2023-09-21 18:41:33 +08:00
..
app WebRTC: Support WHEP for play. v5.0.182 v6.0.80 (#3404) 2023-09-21 18:41:33 +08:00
core WebRTC: Support WHEP for play. v5.0.182 v6.0.80 (#3404) 2023-09-21 18:41:33 +08:00
kernel Bugfix: HEVC SRT stream supports multiple PPS fields. v6.0.76 (#3722) 2023-09-18 10:58:05 +08:00
main Remove unreachable issues in code (#3793) 2023-09-04 16:31:54 +08:00
protocol Support FFmpeg timecode, fix AMF0 parsing failed. v5.0.179 v6.0.77 (#3804) 2023-09-18 13:48:07 +08:00
utest Prevent the output of srt logs in utest. v5.0.181 v6.0.79 (#3807) 2023-09-21 15:37:24 +08:00