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

feat: Allow LIVE UDP WebVTT input #1349

Merged
merged 4 commits into from
Feb 24, 2024
Merged

Commits on Feb 22, 2024

  1. - fix(subtitles): allow to receive LIVE WebVTT through UDP without th…

    …e strict formatting VOD files require.
    
    - feat(stream selector): allow to explicitly set the input format, in case autodetection is faulty (as is the case with LIVE WebVTT).
    Daniel Cantarín committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    57406ff View commit details
    Browse the repository at this point in the history
  2. fix: lint for webvtt parser file.

    Daniel Cantarín committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    11b5116 View commit details
    Browse the repository at this point in the history
  3. fix: adapted webvtt unit tests.

    The newer, more tolerant header check, allows to ingest webvtt without properly detecting header.
    Even in such case, the format autodetection procedure later fails to detect webvtt, so the output for the unit test is still "no streams".
    So the only needed change is the failure to parse to a successful parse, but mantaining the empty streams assert.
    Daniel Cantarín committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2c00434 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix(docs): updated stream descriptor doc and command line usage strin…

    …g with a mention to the new "input_format" selector option.
    Daniel Cantarín committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8df489a View commit details
    Browse the repository at this point in the history