Page 1 of 1

Which Profile for Oppo BDP 93

PostPosted: Wed Feb 29, 2012 12:20 am
by wotg
I didn't see a tailored made profile for Oppo BDP 93 in the profiles.xml file. Which one should I use?

Also any verdicts for streaming Blu-ray ripps in m2ts containers through LAN so far?

Re: Which Profile for Oppo BDP 93

PostPosted: Wed Feb 29, 2012 12:37 am
by Cerberus
please use the search box before posting as these have both been answered in the past.

oppo - does not require profile it work fine with generic one.

bluray rips - viewtopic.php?f=10&t=5490&p=39618&hilit=blu+ray+rip#p39619

Re: Which Profile for Oppo BDP 93

PostPosted: Thu Mar 01, 2012 2:03 am
by wotg
Cerberus wrote:please use the search box before posting as these have both been answered in the past.

oppo - does not require profile it work fine with generic one.

bluray rips - viewtopic.php?f=10&t=5490&p=39618&hilit=blu+ray+rip#p39619


I will try the generic profile when my Oppo arrives. Thanks.

Regarding your link, I don't see how it relate to my questions. I am asking user comments on streaming m2ts files ripped from Blu-ray to Oppo 93. Your link is about Samsung :roll: ???

Re: Which Profile for Oppo BDP 93

PostPosted: Thu Mar 01, 2012 2:21 am
by Cerberus
wotg wrote:
Cerberus wrote:please use the search box before posting as these have both been answered in the past.

oppo - does not require profile it work fine with generic one.

bluray rips - viewtopic.php?f=10&t=5490&p=39618&hilit=blu+ray+rip#p39619


I will try the generic profile when my Oppo arrives. Thanks.

Regarding your link, I don't see how it relate to my questions. I am asking user comments on streaming m2ts files ripped from Blu-ray to Oppo 93. Your link is about Samsung :roll: ???


oh for god sake i wish people would read posts. Follow the guide to rip them correctly then they will play fine.

cerberus wrote:Rip BD same as u do DVD and you still have very little loss in quality, with that in mind there is absolutely no reason to have any file bugger than 5gb, so the notion that a 15gb file is acceptable is total rubbish.

one of the many posts on web on how to do it properly
http://forum.videohelp.com/threads/2961 ... -or-MKV-HD

Re: Which Profile for Oppo BDP 93

PostPosted: Thu Mar 01, 2012 3:11 am
by wotg
Cerberus wrote:
wotg wrote:
Cerberus wrote:please use the search box before posting as these have both been answered in the past.
oh for god sake i wish people would read posts. Follow the guide to rip them correctly then they will play fine.


You mean all types of Bluray's audio/video formats can be streamed natively without converstion, right? If that is true, I am pleased.

Re: Which Profile for Oppo BDP 93

PostPosted: Thu Mar 01, 2012 3:50 am
by Cerberus
no they have to be converted read the guide i have now posted twice for you.

Re: Which Profile for Oppo BDP 93

PostPosted: Sun May 20, 2012 4:06 pm
by mmstos
I am trying to use Serviio with an Oppo 93, video plays fine, but I can not see the external srt subtitles, just if there is one muxed into the MKV.

Have you got any idea on what should I do?

Thanks and regards

Re: Which Profile for Oppo BDP 93

PostPosted: Mon May 21, 2012 11:46 am
by mmstos
Can anybody help?

Re: Which Profile for Oppo BDP 93

PostPosted: Thu May 24, 2012 4:48 pm
by zip
Generic profile doesn't support subtitles. Dos the device support it?

Re: Which Profile for Oppo BDP 93

PostPosted: Sat May 26, 2012 3:47 pm
by DVI
Here's the profile I made for my Oppo BDP-83. You could start with it and see if it does the job. Let me know if you improve it.

D.

  Code:
        <!-- Oppo BDP-83 Profile -->
        <Profile id="22" name="Oppo BDP-83" extendsProfileId="1">
                <Detection>
                        <HttpHeaders>
                                <User-Agent>OPPO PLAYER</User-Agent>
                        </HttpHeaders>
                        <UPnPSearch>
                                <FriendlyName>Oppo Blu-Ray</FriendlyName>
                                <ModelName>OPPO Player</ModelName>
                        </UPnPSearch>
                </Detection>
                <MediaFormatProfiles>
                        <MediaFormatProfile mime-type="audio/flac">LPCM16_48_STEREO</MediaFormatProfile>
                </MediaFormatProfiles>
                <Transcoding>

                        <Video targetContainer="mpegts">
                                <Matches container="avi" vCodec="h264" aCodec="ac3"/>
                                <Matches container="avi" vCodec="h264" aCodec="dca"/>
                                <Matches container="avi" vCodec="h264" aCodec="lpcm"/>

                                <Matches container="mp4" vCodec="h264" aCodec="ac3"/>
                                <Matches container="mp4" vCodec="h264" aCodec="dca"/>
                                <Matches container="mp4" vCodec="h264" aCodec="lpcm"/>
                        </Video>
                        <Video targetContainer="mpegts" targetVCodec="mpeg2video">
                                <Matches container="avi" vCodec="mjpeg" aCodec="ac3"/>
                                <Matches container="avi" vCodec="mjpeg" aCodec="dca"/>
                                <Matches container="avi" vCodec="mjpeg" aCodec="lpcm"/>

                                <Matches container="avi" vCodec="mpeg4" aCodec="ac3"/>
                                <Matches container="avi" vCodec="mpeg4" aCodec="dca"/>
                                <Matches container="avi" vCodec="mpeg4" aCodec="lpcm"/>

                                <Matches container="mp4" vCodec="mpeg4" aCodec="ac3"/>
                                <Matches container="mp4" vCodec="mpeg4" aCodec="dca"/>
                                <Matches container="mp4" vCodec="mpeg4" aCodec="lpcm"/>

                        </Video>
                        <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
                                <Matches container="avi" vCodec="h264" aCodec="aac"/>
                                <Matches container="avi" vCodec="h264" aCodec="mp3"/>
                                <Matches container="avi" vCodec="h264" aCodec="vorbis"/>

                                <Matches container="avi" vCodec="mpeg4" aCodec="aac"/>
                                <Matches container="avi" vCodec="mpeg4" aCodec="vorbis"/>

                                <Matches container="mp4" vCodec="h264" aCodec="aac"/>
                                <Matches container="mp4" vCodec="h264" aCodec="mp3"/>
                                <Matches container="mp4" vCodec="h264" aCodec="vorbis"/>

                                <Matches container="mp4" vCodec="mpeg4" aCodec="aac"/>
                                <Matches container="mp4" vCodec="mpeg4" aCodec="vorbis"/>

                        </Video>
                        <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
                                <Matches container="avi" vCodec="mjpeg" aCodec="aac"/>
                                <Matches container="avi" vCodec="mjpeg" aCodec="vorbis"/>

                                <Matches container="avi" vCodec="mpeg4" aCodec="mp3"/>

                                <Matches container="mp4" vCodec="mpeg4" aCodec="mp3"/>

                                <Matches container="ogg" vCodec="mpeg4" aCodec="aac"/>
                                <Matches container="ogg" vCodec="mpeg4" aCodec="mp3"/>
                                <Matches container="ogg" vCodec="mpeg4" aCodec="vorbis"/>

                                <Matches container="mpegvideo"/>
                        </Video>
                        <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
                                <Matches container="flv"/>
                        </Video>
                        <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
                                <Matches container="mpegts" aCodec="aac"/>
                        </Video>

                        <Audio targetContainer="lpcm" aBitrate="10240">
                                <Matches container="asf" />
                                <Matches container="flac" />
                                <Matches container="flv" />
                                <Matches container="mp4" />
                                <Matches container="ogg" />
                        </Audio>

                </Transcoding>
        </Profile>