mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For WebRTC, SRS expect the h.264 codec is: ``` a=rtpmap:106 H264/90000 a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f ``` But sometimes, the device does not support the profile, for example only bellow: ``` a=fmtp:123 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e033 a=fmtp:122 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=420033 a=fmtp:121 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640033 a=fmtp:120 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d0033 ``` So we should warning user about the profile missmatch, because it might not work. ---------- Co-authored-by: chundonglinlin <chundonglinlin@163.com> Co-authored-by: LiPeng <lipeng19811218@gmail.com> |
||
|---|---|---|
| .. | ||
| Architecture.md | ||
| CHANGELOG.md | ||
| Dockers.md | ||
| Features.md | ||
| ffmpeg-logo.png | ||
| ffmpeg-min.png | ||
| PERFORMANCE.md | ||
| README.md | ||
| readme.txt | ||
| Resources.md | ||
| source.200kbps.768x320.flv | ||
| source.flv | ||
| srs-logo.ico | ||
| srs-logo.png | ||