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

demux/demux_lavf: adjust AVProbeData for HLS playback after recent FFmpeg changes #11691

Closed
wants to merge 3 commits into from

Commits on May 15, 2023

  1. Revert "demux/demux_lavf: pass dummy filename when an HLS mimetype is…

    … detected"
    
    This reverts commit acababe.
    
    Now it has been fixed upstream FFmpeg@6b1f68c.
    kasper93 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f0d493b View commit details
    Browse the repository at this point in the history
  2. demux/demux_lavf: pass-through filename for HLS

    Fixes local HLS playback.
    
    After FFmpeg@6b1f68c commit HLS is only processed if file extension
    matches RFC8216 requirement.
    kasper93 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f38a96b View commit details
    Browse the repository at this point in the history
  3. demux/demux_lavf: pass-through mime_type

    This fixes HLS playback. After FFmpeg@954d16f check is strict as per
    RFC8216 requirement and demuxer need to have this information to work
    properly.
    kasper93 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d723dcc View commit details
    Browse the repository at this point in the history