Creating profile for Oppo BDP-93 questions
Hi all,
Very happy to say this works a treat with my Oppo, it works properly with m2ts which Twonky didn't.
I want to setup a profile for it for MKV + HD audio tracks. In the Status tab it shows as 'Unrecognized device' so is being served the 'Generic DLNA profile' which is fine. I currently have transcoding turned off as I want nothing else but these transcoding.
I think I need the following as a profile? I take it I need to turn on transcoding, but how do I stop it doing all the Generic transcoding?
Any thoughts/help greatly appreciated
I take it I just add this to profiles.xml and restart Serviio?
Thanks again,
Paul.
Very happy to say this works a treat with my Oppo, it works properly with m2ts which Twonky didn't.
I want to setup a profile for it for MKV + HD audio tracks. In the Status tab it shows as 'Unrecognized device' so is being served the 'Generic DLNA profile' which is fine. I currently have transcoding turned off as I want nothing else but these transcoding.
I think I need the following as a profile? I take it I need to turn on transcoding, but how do I stop it doing all the Generic transcoding?
- Code:
<Profile id="oppobdp93" name="Oppo BDP-93" extendsProfileId="1">
<!-- Oppo BDP93, only MKV+HDaudio need transcoding
<Transcoding>
<!-- Transcode MKV with HD soundtracks -->
<Video targetContainer="mpegts" targetACodec="LPCM">
<Matches container="mkv" aCodec="truehd" />
<Matches container="mkv" aCodec="dca" />
</Video>
</Transcoding>
</Profile>
Any thoughts/help greatly appreciated

I take it I just add this to profiles.xml and restart Serviio?
Thanks again,
Paul.