Oppo BDP-93 UMS 5.1.0, mkv shown as mpeg

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
redsandvb
Posts: 4
Joined: Tue Nov 18, 2014 4:42 pm

Oppo BDP-93 UMS 5.1.0, mkv shown as mpeg

Post by redsandvb »

I've had UMS 4.1.3 working fine with my Oppo BDP-93 for a while now but after installing 5.1.0 (and a few other versions past 4.1.3) my mkv files are showing up as mpeg. Is this because of a problem/change in the renderer config file?

Version 4.1.3 appears to use OPPOBDP93.conf

Code: Select all

#----------------------------------------------------------------------------
# Profile for OPPO BDPs.
# See PS3.conf for a description of all possible configuration options.
#

RendererName=OPPO BDP
RendererIcon=oppobdp93.png
UserAgentSearch=OPPO PLAYER
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGPS-MPEG2-AC3
TranscodeAudio=LPCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=1920
MaxVideoHeight=1080
H264Level41Limited=false
TranscodeExtensions=iso,vob
StreamExtensions= gif,jpg,png,aac,flac,m4a,mp3,pcm,wav,wma,avi,mkv,mp4,m2ts,ts,wmv
MediaInfo=true
and 5.1.0 OPPO-BDP.conf

Code: Select all

#----------------------------------------------------------------------------
# Profile for OPPO BDPs.
# See DefaultRenderer.conf for descriptions of all the available options.
#

RendererName = OPPO BDP
RendererIcon = oppobdp93.png
UserAgentSearch = OPPO PLAYER

DefaultVBVBufSize = true
TranscodeExtensions = iso,vob
StreamExtensions = gif,jpg,png,aac,flac,m4a,mp3,pcm,wav,wma,avi,mkv,mp4,m2ts,ts,wmv
MediaInfo = true
If it matters, in the Transcoding Settings tab I also put mkv in the Skip transcoding... section. Should it be .mkv instead?
The odd thing is that one or two or so mkvs show up as mkv, not mpeg. I can not tell what's different about those.

If this is actually a bug rather than just a renderer config problem, please let me know and I'll include logs if wanted.

Thanks!
redsandvb
Posts: 4
Joined: Tue Nov 18, 2014 4:42 pm

Re: Oppo BDP-93 UMS 5.1.0, mkv shown as mpeg

Post by redsandvb »

I don't know exactly what it does, but I changed MediaInfo = from 'true'
to 'false' and mkv's now show up as mkv. Things seem to be working...?

Any insight on this?

Thank you!
redsandvb
Posts: 4
Joined: Tue Nov 18, 2014 4:42 pm

Re: Oppo BDP-93 UMS 5.1.0, mkv shown as mpeg

Post by redsandvb »

After more searching, I think that if MediaInfo = true, then I have to have some Supported types in the OPPO-BDP.conf file. Is that correct?

I found this post, viewtopic.php?t=36&start=10#p5886, with some Supported formats for Oppo.

I put them in my OPPO-BDP.conf file so it looks like

Code: Select all

#----------------------------------------------------------------------------
# Profile for OPPO BDPs.
# See DefaultRenderer.conf for descriptions of all the available options.
#

RendererName = OPPO BDP
RendererIcon = oppobdp93.png
UserAgentSearch = OPPO PLAYER

DefaultVBVBufSize = true
TranscodeExtensions = iso,vob
StreamExtensions = gif,jpg,png,aac,flac,m4a,mp3,pcm,wav,wma,avi,mkv,mp4,m2ts,ts,wmv
MediaInfo = true

# --- video ---
Supported = f:mpegps|mpegts   v:mpeg1|mpeg2   a:ac3|dts|lpcm|mpa|mp3   m:video/mpeg
Supported = f:mpegts   v:h264|vc1   a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3   m:video/vnd.dlna.mpeg-tts
Supported = f:mp4|mov|QT v:mp4|h264   a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3   m:video/mp4
Supported = f:mpeg|mpg|dat|vob  v:mpeg1|mpeg2    a:ac3|dts|lpcm|mpa|mp3   m:video/mpeg
Supported = f:m2t|m2ts|ts  v:mp4|mpeg2|h264|vc1  a:aac|ac3|dts|lpcm|mpa|mp3   m:video/mpeg
Supported = f:ogm  v:mp4|mpeg2|h264|wmv    a:ac3|dts|lpcm|mpa|mp3   m:video/mpeg
######### NON-US MODELS: CHANGE THE FOLLOWING 2 MIME-TYPES TO m:video/divx
Supported = f:avi|divx|xvid v:divx|mp4|mpeg2|h264|vc1|wmv a:ac3|lpcm|mp2|mp3|dts|wma m:video/avi
Supported = f:mkv   v:mpeg2|mp4|divx|h264|vc1    a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3   m:video/x-matroska
Supported = f:wmv  v:mp4|wmv|vc1  a:ac3|wma|lpcm|mp3|mpa   m:video/x-ms-wmv
Supported = f:asf  v:mp4|wmv|vc1  a:ac3|wma|lpcm|mp3|mpa   m:video/x-ms-asf 
I also read the DefaultRenderer.conf that said the order matters so I tried with the 'Supported = f:mkv ...' line first. No matter what my mkv files show up on my Oppo as mpeg. Only setting MediaInfo = false lets the Oppo see mkv files as mkv.

The files actually play either way (don't know if it's being transcoded or not), I think, so I'm assuming this is a renderer config problem and not a bug?

Can anybody help?

Thank you!
Post Reply