You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally, certain videos will appear, such as the built-in Avatar flv in SRS.
From the observation, it appears that the timestamp of the pulled stream elapses faster than the timestamp of the pushed stream. In other words, if the stream is pushed for 10 seconds, the playback has already advanced to around 18 seconds.
Upon analyzing the code, it was found that the lack of proper interleaving of audio and video timestamps resulted in jitter correction.
After analysis, it was found that SRT streaming uses MPEG-TS payload, where audio is combined and sent in multiple packets. From this problematic video, it can be observed that 16 audio frames are combined to form a single PES packet.
* SRT: print warning log when audio duration too large
* Fix#3164: SRT: Choppy when audio ts gap is too large. v5.0.65
Co-authored-by: winlin <winlin@vip.126.com>
winlinvip
changed the title
SRT: Stutter/Choppy/Glitch covert to RTMP. 转RTMP后抖动。
SRT: Stutter/Choppy/Glitch covert to RTMP. After converting to RTMP, there is jitter.
Jul 29, 2023
SRS 5.0, after coverting SRT to RTMP, the streaming is stuttering/choppy/glitch.
Replay:
doc/source.flv
.TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: