1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #2403, fix padding packets for RTMP2RTC. 4.0.140.

Calculate the correct payload_size which pure padding data, in the process of rtc2rtmp, make Chrome happy (#2461)

* Calculate the correct payload_size which pure padding data, in the process of rtc2rtmp, make Chrome happy

* make clear for magic number

make clear for magic number

* Update srs_app_rtc_source.cpp
This commit is contained in:
Haibo Chen 2021-07-08 14:23:53 +08:00 committed by winlin
parent 10b9a81061
commit 90b7933dbb
3 changed files with 22 additions and 10 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 139
#define VERSION_REVISION 140
#endif