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
Why does SRS need to cache this frame of data? Can it be not cached? Because if we use srs_audio_raw_publish to push G711U stream, the encoding information will change. The player will first receive a frame of AAC data, and the subsequent data will be G711U. This will cause decoding issues.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered:
I replied in issue 301: In this situation, if we use the rtmp protocol, the first frame dumped is always cache_sh_audio, which will affect the decoding afterwards. Now, I have fixed it.
This is the cache for the sequence header, which can be cleared when stopping the streaming. Take some time to check if it is well compatible with the browser.
Why does SRS need to cache this frame of data? Can it be not cached? Because if we use srs_audio_raw_publish to push G711U stream, the encoding information will change. The player will first receive a frame of AAC data, and the subsequent data will be G711U. This will cause decoding issues.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: