Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oppo Player Shows All Files As MPEG Types #245

Closed
AYColumbia opened this issue Feb 22, 2014 · 22 comments
Closed

Oppo Player Shows All Files As MPEG Types #245

AYColumbia opened this issue Feb 22, 2014 · 22 comments

Comments

@AYColumbia
Copy link

Everything was fine through version 3.3.0. Once updated to 3.4.0 and 3.4.1, I started having this issue. For now, I reverted back to 3.3.0.

My DLNA device to play content is an Oppo BDP-103 blu-ray player. After updating to 3.4.x, all files are now listed as "mpeg" file types as opposed to their native types, i.e., MKV as MKV, AVI as AVI, etc. This causes the player not to play certain files because it thinks they're in one container, e.g., M2TS when the file is actually an MKV.

What steps will reproduce the problem?
1 You need the Oppo BDP-103 I guess (or BDP-83 or BDP-93)
2 Set up UMS to:

  • NOT: hide file extensions nor transcode files of type mkv,m2ts,ts,avi,mpg,mp4
  • NOT show #transcode# folder
  • pass DTS track as is

3 Use player to pull up server files

I set up another UMS on my other server to run 3.4.x for testing/comparison and both UMS settings are identical. Both my servers are running Windows 7 Ultimate 64bit. I set one up with 3.4.x so I can show you (in the attached images) how the player sees the files from the two servers. The image file names have the UMS version. You can see on the one that works fine, all the file types show the proper icon/type and play all the files.

Also, you can see in the images that the file info (left side) for the same file is recognized when served from 3.3.0 but not recognized when from 3.4.x.

Note that the images attached are from the same issue that cropped back between versions 2.1.2 and 2.2.0. So the 2.1.2 image shows what 3.3.0 shows and 2.2.0 is to 3.4.x.

If I left out anything you need, please ask and I'll provide any additional information. Thank you very much.

ums 2 1 2 works-s
ums 2 2 0 does not work-s

@Slanggurka
Copy link

I also have problems with my Oppo BDP-105. I have made a lot of testing with the Oppo93 render file.
What I have found is to avoid all files to be presented as mpeg, add MediaInfo=true to the render file. Also remove any file extensions from "TranscodeExtensions", i.e. iso and vob.

If you like me can't play movies with external subtitles add SupportedSubtitlesType = SUBRIP,ASS,MICRODVD
Now external subtitles will work. For some reason some movies only for about 30 minutes in to the movie.
Note, if SupportedSubtitlesType = SUBRIP,ASS,MICRODVD are added mkv files with built in subtitles will disappear when browsing in the Oppo.
But if you add an empty srt file with the same name as the movie in the same folder it will work.
Strange, but it works.
So in the OPPOBDP93.conf add:
MediaInfo=true
TranscodeExtensions=
SupportedSubtitlesType = SUBRIP,ASS,MICRODVD (only if you want external subtitles to work).

Please let me know if your Oppo behaves the same.

@AYColumbia
Copy link
Author

Wow, thanks for posting this info. You are right on the money. I just tested the MediaInfo=true and voila! Everything's showing up properly. I didn't even know about that setting. I must have missed it when I was reading about custom renderers. Can't thank you enough. I'm going to quote your post in the UMS forum thread as I'm sure others will be helped by it as well.

@AYColumbia
Copy link
Author

Latest pics showing what I'm seeing.

These are m2ts files with AVC video and DTS-HD or DTS audio:
oppo103-ums-allbadfiles

These all look good:
oppo103-ums-goodfiles

These are mixed. The one showing correctly has VC-1 video and the others have AVC video:
oppo103-ums-somebadfiles

I also attached the custom Oppo BDP-103 renderer image that I'm using.
oppobdp103

Here's the content of the OPPOBDP103.conf file since I couldn't attach it here:

RendererName=OPPO BDP-103
RendererIcon=OppoBDP103.png
UserAgentSearch=OPPO PLAYER
Video=true
Audio=true
Image=true
MediaInfo=true
SeekByTime=false
TranscodeVideo=MPEGPSAC3
TranscodeAudio=LPCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=false
TranscodeExtensions=
StreamExtensions= gif,jpg,png,aac,flac,m4a,mp3,pcm,wav,wma,avi,mkv,mp4,m2ts,ts,wmv,vob

@AYColumbia
Copy link
Author

Where are we with this? Do you need a new bug created for the M2TS files issue above?

@DeFlanko
Copy link
Contributor

@AYColumbia I created a PR for this to be added. #265

I just have to transfer the Image into its spot...

@AYColumbia
Copy link
Author

Thanks a lot DeFlanko. I was actually wondering about the issue with the M2TS files with AVC video showing as MP4 icons. :) I worked with SubJunk for a while but I think he's busy with other stuff so no biggie. It's not a big issue since the files play and it's just a cosmetic thing.

@DeFlanko
Copy link
Contributor

No worries. @SubJunk when you have a chance can you check out this issue? I also had an issue where i couldn't add an image to the PR. ( i need to find an easy way to do that...thats why the PNG is really a txt file right now.)

@Slanggurka
Copy link

I had similar problems as AYColombia before but with version 3.5.0 things are much better.
I still must have MediaInfo=true in the render file but I don't need "SupportedSubtitlesType = SUBRIP,ASS,MICRODVD" anymore.
I have not tested all file format but so far everything is working, inkluding external subtitles.
Except if I have external subtitles and a movie with already built in subtitles then the built in will override the external.
I think it should be the other way around.

@DeFlanko
Copy link
Contributor

DeFlanko commented Apr 1, 2014

Subtitles should be a whole other topic not related to this.

  • have you tried Hand Breaking your videos to remove the internal Subtitles?

@SubJunk
Copy link
Member

SubJunk commented May 1, 2014

I just committed the mediainfo=true thing so you guys don't have to do that manually anymore
b91f68a

@jonghs
Copy link

jonghs commented Feb 13, 2016

So sorry to ask a novice question - where do i find the oppobdp105.conf file and what tool do i use to edit it. I encountered the same problem that my oppo 105D sees all MVK files as MPEG file and the AVR shows audio input as PCM zero, no sound at all. I thought was my new Denon problem. Desperate and tried changing wires, etc, served the web for three days and finally googled this site. Thankful and excited but i need the basics to be able to know how to apply the solution here. Hope someone can point me to the basic stuff and on one get offended. thanks. Jonghs from Singapore

@jonghs
Copy link

jonghs commented Feb 13, 2016

Just to add that my media files are stored on a Synology NAS. The Oppo 105D access the NAS and the output sent to a Denon AVR. I do not have a PC running a Universal Media Server software. Again, i hope i am not too 'off'. Is there a way to correct this problem where the file is in a commercial NAS. the same setup played perfectly before. only recently the MKV files becomes MPEG file on the Oppo.

@Nadahar
Copy link
Contributor

Nadahar commented Feb 13, 2016

@jonghs Do you run Universal Media Server at all? If not, none of the above is relevant for you.

@Slanggurka
Copy link

jonghs, unfortunately, in my expiries is Oppo and UMS not suited for each
other. I have tried to get it to work but never succeeded. Besides problem
with mkv turns up as mpeg there is problems with external subs.
I think there is something with the Oppo causing the problems, not UMS.
However, I run oShare media server and that works perfectly. No issues at
all. oShare is not as versatile as UMS but it works. I have tried a bunch
of media servers (such as Serviio) and the Oppo have the same problem with
all of them but oShare.

On Sat, Feb 13, 2016 at 2:37 PM, Nadar notifications@github.com wrote:

@jonghs https://github.com/jonghs Do you run Universal Media Server at
all? If not, none of the above is relevant for you.


Reply to this email directly or view it on GitHub
#245 (comment)
.

@Sami32
Copy link
Contributor

Sami32 commented Jul 25, 2016

@AYColumbia @DeFlanko @SubJunk Did the latest UMS version solved this issue ?

@AYColumbia
Copy link
Author

AYColumbia commented Jul 26, 2016

@Sami32 I haven't used UMS for a few months as I got a new TV that has the PLEX app built in so been using PLEX now. If I have time over the weekend, I can check the latest UMS and see how things look on the Oppo.

@Sami32
Copy link
Contributor

Sami32 commented Jul 26, 2016

@AYColumbia It would be nice, thank you ;-)

@SubJunk
Copy link
Member

SubJunk commented Sep 28, 2018

@AYColumbia did you get around to checking or could you?

@AYColumbia
Copy link
Author

Sorry I never got around to checking this issue. I'll try to make time this weekend to do that. I'll need to install the latest UMS first.

@AYColumbia
Copy link
Author

Had a chance to look at this today. Looks like the Oppo UDP-203 shows everything correctly but the BDP-103 still isn't quite there.

203 list:
20181006_112125

103 list (shows the "night shuttle..." TS as MPEG:
20181006_112039

This one from above is still the same on the 103 (fine on the 203):
image

One other thing I happen to notice is that turning on/off Show options like "Media Library" or "TRANSCODE" doesn't work right away. Refreshing the server list on either Oppo doesn't always show the current state. Turning the players off then on does then show the correct state. This snapshot is where "Media Library" option was off (unchecked) and UMS was restarted but still shows on the 103:
20181006_112000

@SubJunk
Copy link
Member

SubJunk commented Oct 7, 2018

Thanks for these @AYColumbia
Could you please make logs for this so we can see what the difference is, and see which configs each renderer is using?

@polygirl
Copy link

polygirl commented Feb 9, 2020

Closing as TRACE logs never arrived.

@polygirl polygirl closed this as completed Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants