flv.js update#2
Open
linuxsch wants to merge 24 commits into
Open
Conversation
* Using AbortController in fetch-stream-loader.js * create pull-request
* Update fetch-stream-loader.js 修复在进入请求_pump前调用abort请求没中断的问题 * Update fetch-stream-loader.js 修复在进入请求_pump前调用abort请求没中断的问题
* use a new silent frame insert algorithm for audio remux. the old algorithm cannot cover some common situation, like: 1. audio frame dts does not increase by a standard duration, sometimes it increase for a large duration(more than 1.5 * refSampleDuration), sometimes it increase for a small duration. But the average duration is more or less to refSampleDuration. the old algorithm would insert silent frames which result into video/audio unsync. 2. for network living stream, because of network jitter or frame lost, the encoder would generate the audio frames whose dts is not correct. but if the gap between two adjacent frame is not over 1.5 * refSampleDuration and the accumulate gap would become larger and larger. the old algorithm never insert silent frames for this case. * initialize _audioNextRefDts when seeking * fix: lint error * test * fix a curRefDts update mistake * reuse some original variable which has the same meaning * fix some variable mistake * bug fix: incorrect byte length Co-authored-by: xiaosong <kunkkaco@gmail.com> Co-authored-by: wangjiankai <wangjiankai@cmhi.chinamobile.com>
This reverts commit 3cd67b3.
This reverts commit 09982ef.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2019-09-25 by sch.