Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support FFmpeg timecode, fix AMF0 parsing failed. v5.0.179 v6.0.77 #3804

Merged
merged 4 commits into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. Support FFmpeg timecode, fix AMF0 parsing failed.

    1. When using FFmpeg with the `-map 0` option, there may be a 4-byte timecode in the AMF0 Data.
    2. SRS should be able to handle this packet without causing a parsing error, as it's generally expected to be an AMF0 string, not a 4-byte timecode.
    3. Disregard the timecode since SRS doesn't utilize it.
    winlinvip committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    caf9463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10767ca View commit details
    Browse the repository at this point in the history
  3. Fix build fail.

    winlinvip committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f9b2f32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cbbc89 View commit details
    Browse the repository at this point in the history