Bug 270437

Summary: multimedia/mpv: import patch to fix sound with yt-dlp
Product: Ports & Packages Reporter: Ivan Rozhuk <rozhuk.im>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed FIXED    
Severity: Affects Many People CC: jbeich, rozhuk.im
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

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(-)