mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
FLV: Reset has_audio or has_video if only sequence header. (#3310)
1. Reset has_audio if got some video frames but no audio frames. 2. Reset has_video if got some audio frames but no video frames. 3. Note that audio/video frames are not sequence header.
This commit is contained in:
@@ -8,6 +8,7 @@ The changelog for SRS.
|
||||
|
||||
## SRS 5.0 Changelog
|
||||
|
||||
* v5.0, 2022-12-13, For [#939](https://github.com/ossrs/srs/issues/939): FLV: Reset has_audio or has_video if only sequence header.
|
||||
* v5.0, 2022-12-12, Merge [#3301](https://github.com/ossrs/srs/pull/3301): DASH: Fix dash crash bug when writing file. v5.0.108
|
||||
* v5.0, 2022-12-09, Merge [#3296](https://github.com/ossrs/srs/pull/3296): SRT: Support SRT to RTMP to WebRTC. v5.0.107
|
||||
* v5.0, 2022-12-08, Merge [#3295](https://github.com/ossrs/srs/pull/3295): API: Parse fragment of URI. v5.0.106
|
||||
|
||||
Reference in New Issue
Block a user