Tue Jun 26, 2012 6:03 am by uchung
You don't really need another dlna client/media player. The Allshare player I think works decently if you give it the right profile.
This is the profile for Galaxy S2, which works for avi, flv, mkv files w/o transcoding. You might have to change the user agent to the one that your cellphone is sending out (You can check it out/change it in the All share Settings : Device name). This will allow Serviio to select the correct profile for your phone.
<Profile id="22" name="Android Samsung Galaxy S2" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>.*SGH-T989.*</User-Agent>
</HttpHeaders>
</Detection>
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SamsungDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.SamsungWiseLinkProtocolHandler</ResourceTransportProtocolHandler>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/avi" name="">AVI</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">MATROSKA</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">MPEG4_P2_3GPP_SP_L0B_AAC</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">MPEG4_P2_3GPP_SP_L0B_AMR</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_3GPP_BL_QCIF15_AAC</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">FLV</MediaFormatProfile>
</MediaFormatProfiles>
</Profile>