Page 1 of 1

Android BubbleUPNP Profile for playing WMA

PostPosted: Sat Feb 22, 2014 4:41 pm
by Esotic
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

Re: Android BubbleUPNP Profile for playing WMA

PostPosted: Sat Apr 12, 2014 5:08 am
by Dvalin21
That's for posting this. I'll try this with my OTT CS918S Android TV Box.

Sent from my BLU Life View using Tapatalk