Tell Live TV use different audio stream instead of default - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Tell Live TV use different audio stream instead of default (/t-tell-live-tv-use-different-audio-stream-instead-of-default) |
Tell Live TV use different audio stream instead of default - degly - 2024-02-15 Hello, I hope somebody could help me . I couldn't find answer on internet so i will try my luck here. I have m3u IPTV file which looks like this: EXTM3U #EXTINF:0 group-title="channel" tvg-id="country" tvg-logo="http://logo.com" tvg-rec="7",Channel HD http://Channel.com/k/12345/samplechannel.m3u8 If open this on VLC, i have option to choose between 4 audio streams but Jellyfin Live TV using only default track. Question is - Is there any way to tell Jellyfin to use audio stream 2 or 3 ? Add something to m3u file ? Tried adding ?audio_track=3 at the link end and #EXTVLCOPT:audio-track=3 When i open log, i can see that it detected all streams: Input #0, hls, from ' http://Channel.com/k/12345/samplechannel.m3u8 ': Duration: N/A, start: 64048.730333, bitrate: N/A Program 0 Metadata: variant_bitrate : 0 Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn Metadata: variant_bitrate : 0 Stream #0:1: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp Metadata: variant_bitrate : 0 Stream #0:2: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp Metadata: variant_bitrate : 0 Stream #0:3: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp Metadata: variant_bitrate : 0 Stream #0:4: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp Metadata: variant_bitrate : 0 Output #0, hls, to 'C:\ProgramData\Jellyfin\Server\transcodes\d05145d08e93623c0cammdsc937758.m3u8': Metadata: encoder : Lavf59.27.100 Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 25 tbr, 90k tbn Stream #0:1: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp RE: Tell Live TV use different audio stream instead of default - TheDreadPirate - 2024-02-15 I will do some testing when I get home and get back to you. RE: Tell Live TV use different audio stream instead of default - TheDreadPirate - 2024-02-16 Turns out my live TV doesn't have multiple audio tracks. Check out this post. https://stackoverflow.com/questions/63043744/multiple-audio-tracks-in-m3u8-manifest-file RE: Tell Live TV use different audio stream instead of default - degly - 2024-02-16 hi (2024-02-16, 05:35 AM)TheDreadPirate Wrote: Turns out my live TV doesn't have multiple audio tracks. Check out this post. Hi, thanks for helping I already tried something similar, but my knowledge is not so good in this. Maybe I can PM you m3u file with couple of channels where all have at least 2 audio streams for testing ? RE: Tell Live TV use different audio stream instead of default - TheDreadPirate - 2024-02-16 Sure. |