[GH-ISSUE #1134] Unmodified M4A Stream from Youtube ? #9579

Open
opened 2026-04-24 15:46:42 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Shabinder on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1134

describe the feature you'd like to see

Using below config, I expect a m4a stream, but I get a mp3 one, How to get a unprocessed stream just proxied from YT ?

{
    "url": "SOME_URL",
    "downloadMode": "audio",
    "youtubeVideoCodec": "h264",
    "youtubeHLS": false,
    "disableMetadata": true,
    "filenameStyle": "nerdy"
}

OR

{
    "url": "SOME_URL",
    "downloadMode": "audio",
    "filenameStyle": "nerdy"
}
Originally created by @Shabinder on GitHub (Feb 27, 2025). Original GitHub issue: https://github.com/imputnet/cobalt/issues/1134 ### describe the feature you'd like to see Using below config, I expect a m4a stream, but I get a mp3 one, How to get a unprocessed stream just proxied from YT ? ``` { "url": "SOME_URL", "downloadMode": "audio", "youtubeVideoCodec": "h264", "youtubeHLS": false, "disableMetadata": true, "filenameStyle": "nerdy" } OR { "url": "SOME_URL", "downloadMode": "audio", "filenameStyle": "nerdy" } ```
GiteaMirror added the feature request label 2026-04-24 15:46:43 -05:00
Sign in to join this conversation.