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

WebRTC: Fix no audio and video issue for Firefox. (#3079) v4.0.268

* Remove extern SrsPps* duplicate declarations

* fix(rtmp2rtc): fix video payload type for rtmp to rtc bridge (#3041)

* Revert changes not belongs to this PR.

* Fix naming issue, follow SRS style.

* Use srs_assert instead of assert.

* Fix firefox no audio issue.

Co-authored-by: winlin <winlin@vip.126.com>
This commit is contained in:
johzzy 2022-11-21 22:01:01 +08:00 committed by winlin
parent 7d782ee8c9
commit e529536563
4 changed files with 14 additions and 7 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 267
#define VERSION_REVISION 268
#endif