FAQ  •  Register  •  Login

Lower audio bitrate for steaming

<<

Jazy5552

Serviio newbie

Posts: 2

Joined: Tue Jan 28, 2014 3:58 pm

Post Tue Jan 28, 2014 4:02 pm

Lower audio bitrate for steaming

I need help with lowering the audio bitrate that the MediaBrowser is streaming. I can't seem to find the correct field nor do I know which profile I am supposed to edit.
If I could lower the bitrate on all the songs that are streamed through MediaBrowser then I'd be golden!
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Tue Jan 28, 2014 4:18 pm

Re: Lower audio bitrate for steaming

The bit rate is set by the streaming server. You cannot lower it. You can of course transcode it after you receive it but what would be the point.
<<

Jazy5552

Serviio newbie

Posts: 2

Joined: Tue Jan 28, 2014 3:58 pm

Post Tue Jan 28, 2014 4:29 pm

Re: Lower audio bitrate for steaming

I mean't that I have the music on my server and I am listening to it through the internet using the MediaBrowser. Is there somewhere on the server's config files where I can change the audio bitrate to be lower because my internet upload speed is really low...
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Tue Jan 28, 2014 4:47 pm

Re: Lower audio bitrate for steaming

Edit C:\Program Files\Serviio\config\application-profiles.xml

Find the profile called flv_player (right at the top) and replace

  Code:
<Audio targetContainer="mp3">
                <Matches container="mp4" />
                <Matches container="flac" />
                <Matches container="ogg" />
                <Matches container="lpcm" />
                <Matches container="adts" />
                <Matches container="asf" />
                <Matches container="wavpack" />
                <Matches container="mpc" />
                <Matches container="ape" />
</Audio>

with
  Code:
<Audio targetContainer="mp3" aBitrate="64">
                <Matches container="*" />
</Audio>
Will

ServiiDroid (Android Console) Developer: Download | Home | Support
ServiiGo (Android 3G/4G/WiFi Playback App) Developer: Download | Home | Support

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 4 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.