FAQ  •  Register  •  Login

transcoding WMA for IOS

<<

vanmanda

Serviio newbie

Posts: 5

Joined: Mon Feb 17, 2014 10:25 pm

Post Mon Mar 10, 2014 11:38 am

transcoding WMA for IOS

Hello,

I'm using Serviio as mediaserver.
I have a music collection in 16bit WMA lossless and want to stream it to any media device.
On all my IOS devices I have media:connect installed. This DLNA-player does not support WMA.
Therefore I would like to configure Serviio to always transcode online to MP3.
In profiles.xml Generic DLNA profile is configured as follows in the onlinetranscoding tag:

<Audio targetContainer="mp3" aBitrate="384" forceInheritance="true">
<Matches container="flv"/>
<Matches container="asf"/>
<Matches container="rtp"/>
<Matches container="rtsp"/>
<Matches container="mp3"/>
<Matches container="mp4"/>
</Audio>
All my IOS-players have the generic DLNA profile assigned (as default). media:connect however can not play my music.
Airplayer does play my files and supports WMA.
So I think nothing is being transcoded.

Can someone help me configuring Serviio in order to transcode to MP3?

Thanks !

David
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Mar 10, 2014 11:00 pm

Re: transcoding WMA for IOS

Try this.

  Code:
<Profile id="test" name="iOS Audio test" extendsProfileId="1">
      <Transcoding>
         <Audio targetContainer="mp3">
               <Matches container="asf" />
               </Audio>
      </Transcoding>
<<

vanmanda

Serviio newbie

Posts: 5

Joined: Mon Feb 17, 2014 10:25 pm

Post Thu Apr 17, 2014 2:21 pm

Re: transcoding WMA for IOS

Hi Zip,

sorry for my late reaction. I've been very busy lately.
The solution you suggests works fine !

Thanks for the great help.

kind regards

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 44 guests

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