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

Mpegts - parser for metadata from NALs #90

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Mpegts - parser for metadata from NALs #90

wants to merge 9 commits into from

Commits on Apr 30, 2024

  1. don't send to kafka for every stream pid

    reduce traffic to kafka, only send our summary not each iteration.
    ltn-chriskennedy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6b34644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf04e55 View commit details
    Browse the repository at this point in the history
  3. remove caption decoder use

    is buggy/needs more work, may drop...
    ltn-chriskennedy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d0ac89e View commit details
    Browse the repository at this point in the history
  4. add in mpegts/h264/scte35 reader cargo support

    WIP: TODO assemble and implement in main loop for detailed
    stream information from SPS/PPS + other NAL data.
    ltn-chriskennedy committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4384231 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c317c86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a056cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a552224 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    8c37599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e14e1dd View commit details
    Browse the repository at this point in the history