wma transcoding profile for SK17i (Sony Xperia mini pro)
Hi,
my Sony android phone doesn't play wma audio files natively. Using skifta/rockplay works to stream wma files but isn't usable, there are no playlists.
So I tried BubbleUPnP or UPnPlay and having a special profile in Serviio to transcode on the fly wma into mp3. But when assigning this profile to the client in Serviio, the handshake doesn't work and Serviio isn't available any more in BubbleUPnP/UPnPlay. As soon as I switch back to Generic DLNA profile Serviio is available again ... but I can't play my wma files. I've attached the protocol info of my Sony via BubbleUPnP.
The profile I tried (already in different variations) looks like that:
What is wrong with the profile? Thanks for helping.
my Sony android phone doesn't play wma audio files natively. Using skifta/rockplay works to stream wma files but isn't usable, there are no playlists.
So I tried BubbleUPnP or UPnPlay and having a special profile in Serviio to transcode on the fly wma into mp3. But when assigning this profile to the client in Serviio, the handshake doesn't work and Serviio isn't available any more in BubbleUPnP/UPnPlay. As soon as I switch back to Generic DLNA profile Serviio is available again ... but I can't play my wma files. I've attached the protocol info of my Sony via BubbleUPnP.
The profile I tried (already in different variations) looks like that:
- Code:
...
<Profile id="XPERIAPro" name="Sony Xperia mini pro" extendsProfileId="1">
<Detection>
<UPnPSearch>
<FriendlyName>SK17i</FriendlyName>
</UPnPSearch>
</Detection>
<Transcoding>
<!-- Transcode WMA -->
<Audio targetContainer="mp3" forceInheritance="true">
<!-- To allow "pause" then "resume" functions and album art for TVs that support it - transcode to mp3 instead lpcm -->
<Matches container="asf" />
</Audio>
</Transcoding>
</Profile>
</Profiles>
What is wrong with the profile? Thanks for helping.