FAQ  •  Register  •  Login

Android BubbleUPNP Profile for playing WMA

<<

Esotic

Serviio newbie

Posts: 1

Joined: Thu Feb 20, 2014 2:23 am

Post Sat Feb 22, 2014 4:41 pm

Android BubbleUPNP Profile for playing WMA

Hi,

I was a little surprised that BubbleUPNP transcoding was not built in by default. After some trial and error and searching the forums I've settled on using this profile (for now):

<Profile id="Android" name="BubbleUPnP" extendsProfileId="1">
<Detection>
<UPnPSearch>
<FriendlyName>BubbleUPnP?.*</FriendlyName>
</UPnPSearch>
</Detection>
<Transcoding>
<!-- Transcode all h264 video with HIGH/MAIN > Level 4.1 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
<!-- expected profile MPEG_TS_SD_EU/MPEG_TS_SD_NA/MPEG_TS_SD_KO -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
<Matches container="*" vCodec="h264" profile="high_10" />
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.1" />
<Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.1" />
</Video>
<!-- Remux h264 video + AC3 audio to MPEG-TS stream without transcoding -->
<Video targetContainer="mpegts" forceInheritance="true">
<Matches container="mp4" vCodec="h264" aCodec="ac3" />
<Matches container="3gp" vCodec="h264" aCodec="ac3" />
</Video>
<!-- Remux h264 video + AAC audio to MPEG-TS stream with ac3 audio transcoding -->
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="mp4" vCodec="h264" aCodec="aac" />
<Matches container="3gp" vCodec="h264" aCodec="aac" />
</Video>
<!-- Transcode MPEG1, VC-1, DivX, AVI, MP4, WMV -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
<Matches container="mpegvideo" />
<Matches container="avi" vCodec="mpeg4" />
<Matches container="avi" vCodec="msmpeg4" />
<Matches container="mp4" />
<Matches container="3gp" />
<Matches container="asf" />
</Video>
<!-- Transcode WMA -->
<Audio targetContainer="lpcm" forceInheritance="true">
<!-- To allow "pause" then "resume" functions and album art for TVs that support it - transcode to mp3 instead -->
<Matches container="asf" />
</Audio>
</Transcoding>
</Profile>

I am mostly concerned with getting my WMA files streaming to all my tablets, so ymmv.

Cheers,

Dave\Esotic
<<

Dvalin21

Serviio newbie

Posts: 14

Joined: Tue Feb 25, 2014 6:44 am

Location: Midwest City, Oklahoma

Post Sat Apr 12, 2014 5:08 am

Re: Android BubbleUPNP Profile for playing WMA

That's for posting this. I'll try this with my OTT CS918S Android TV Box.

Sent from my BLU Life View using Tapatalk
Using Tapatalk

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 6 guests

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