• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access API HSL stream without remuxed audio

     
    • 0 Vote(s) - 0 Average

    API HSL stream without remuxed audio

    Rhiss
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2025 Sep
    Reputation: 0
    #1
    5 hours ago
    I'm getting an hls stream with these parameters

    Code:
        
        var url = service.host + '/Videos/' + id + '/master.m3u8';

        var params = paramsToString({
            api_key: service.access_token,
            VideoCodec: 'h264',
            VideoCodec: 'av1,h264,vp9',
            // AudioCodec: 'aac,opus,flac',
            AudioCodec: 'mp3',
            MediaSourceId: id,
            RequireAvc: false,
            EnableAudioVbrEncoding: true,
            TranscodingMaxAudioChannels: 2,
            AudioStreamIndex: 1,
            SegmentContainer: 'mp4',
            MinSegments:1,
            BreakOnNonKeyFrames: true,
            'hevc-level': 120,
            'hevc-videobitdepth': 8
        })

    But I'm getting this error from my client app when fetching the stream

    Code:
    09:44:52.153: fMP4-MAP-V [I]  Video: h264 (avc1 / 0x31637661), none, 1920x1080
    09:44:52.153: fMP4-MAP-V [E]  Stream contains muxed audio (not supported)

    Am I missing something? Shouldn't the AudioStreamIndex=1 be returning the non-remuxed version of the audio already?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    API HSL stream without remuxed audio - by Rhiss - 5 hours ago

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode