Unmodified M4A Stream from Youtube ? #737

Open
opened 2025-11-09 09:57:12 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @Shabinder on GitHub (Feb 27, 2025).

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). ### 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 2025-11-09 09:57:12 -06:00
Sign in to join this conversation.