Bug 270437 - multimedia/mpv: import patch to fix sound with yt-dlp
Summary: multimedia/mpv: import patch to fix sound with yt-dlp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-24 21:59 UTC by Ivan Rozhuk
Modified: 2023-03-25 00:02 UTC (History)
2 users (show)

See Also:


Attachments
patch (2.30 KB, patch)
2023-03-24 21:59 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2023-03-24 21:59:01 UTC
Created attachment 241094 [details]
patch

https://github.com/mpv-player/mpv/issues/11392
yt-dlp sound fix, merged, keep until release 0.35.2
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-03-24 23:57:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab92b4f2e04872d9c850ec48c89ade33a99501e4

commit ab92b4f2e04872d9c850ec48c89ade33a99501e4
Author:     Ivan Rozhuk <rozhuk.im@gmail.com>
AuthorDate: 2023-03-24 21:59:01 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-24 23:55:23 +0000

    multimedia/mpv: unbreak audio with YTDLP=on after 35a7667ec445

    [ytdl_hook] EDL doesn't support fragmentswithout duration with MP4 DASH
    EDL specifies no segments.'
    EDL parsing failed.
    Error in EDL.
    EDL: source file 'edl://!mp4_dash,init=%910%https://...' has unknown duration.

    PR:             270437

 multimedia/mpv/Makefile | 4 +++-
 multimedia/mpv/distinfo | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)