AVS › AVS Forum › Blu-ray & HD DVD › Blu-ray Players › Official OPPO BDP-93 Owner's Thread
New Posts  All Forums:Forum Nav:

Official OPPO BDP-93 Owner's Thread - Page 65

post #1921 of 25187
Quote:
Originally Posted by bharath23 View Post

I contacted Oppo regarding the playback for backed up Blu-ray. They officially dont support the playback of the backups. But since they support AVCHD which requires the BDMV directory be nested inside "AVCHD" directory. I will not complain about usability now. Luckily in this world there exists symlinks. I guess I will just use symlinks to create a directory structure that works with Oppo and other players.

Actually this AVCHD "feature" was discussed a few pages back, and same thing was reported by the beta testers.

As for the symlinks, have you tested them with the 93? I wouldn't assume that they work without actually trying them out.
post #1922 of 25187
Quote:
Originally Posted by chiptouz View Post


I bought an extended warranty. I havent heard of others doing the same.


I was wondering this too. I just sent an email to Oppo regarding the extended warranty.
post #1923 of 25187
Comment to Oppo: One suggestion for a USB attached devices. I noticed for my movies on my USB external hard drive, the actual listing shown is not in alphabetical order. I assume this maybe the same with Photos and Music. Can you address this with the next firmware release.

Oppo's response: In our testing Microsoft OS drives are showing alphabetical and numerical notation, while Unix/Linux may put the contents on the drive out of order. We are still trying to diagnose why there is a different in performance with the different operating systems.
post #1924 of 25187
Just reported this to Oppo, on The Mummy Blu-ray:

"Just wanted to report, when I stuck the BR in the first time, the Universal Studios "loading" logo popped up, then disappeared, and the player sat there with all zero's showing in it's display. Finally hit eject, then ran the movie back in and it did the same thing again. Third time, I hit stop instead of eject, then play, and it went straight to the movie menu, and played fine."
post #1925 of 25187
Quote:
Originally Posted by ThePrisoner View Post

I was wondering this too. I just sent an email to Oppo regarding the extended warranty.

I purchased an extended warranty when I ordered my 93... (which should arrive Thursday...)

What is the concern? I must have missed that post..
post #1926 of 25187
Quote:
Originally Posted by winkyyee View Post

Comment to Oppo: One suggestion for a USB attached devices. I noticed for my movies on my USB external hard drive, the actual listing shown is not in alphabetical order. I assume this maybe the same with Photos and Music. Can you address this with the next firmware release.

Oppo's response: In our testing Microsoft OS drives are showing alphabetical and numerical notation, while Unix/Linux may put the contents on the drive out of order. We are still trying to diagnose why there is a different in performance with the different operating systems.

So did you copy the files to your usb drive from a windows machine or linux machine? If it's the former then you should report it back to Oppo.

Files on my USB drive (copied from a windows machine) show up in correct alphanumeric order, though I have only about 10-15 files on it currently.
post #1927 of 25187
Quote:
Originally Posted by BobearQSI View Post

I did a very controlled test tonight, using the sharpness pattern on the Spears and Munsil disk. I used a high resolution DSLR camera on a tripod to take close up pictures a couple feet away from my 121 inch screen with everything manual so the exposure, focus, etc. were the same from shot to shot.

I took 4 photos:
1080p YCbCr 4:4:4
Source Direct
1080p YCbCr 4:2:2
1080p RGB Video Level

Each RAW picture I opened in Photoshop and disabled any sharpness processing. Every single picture looked absolutely identical.

The conclusion this leads to is that possibly on your display the handshaking is choosing a less than ideal format. Can you confirm when you're set to 1080p the resolution and color space that is being sent to your display? Also, you might try manually switching between the different color spaces on the Oppo when on 1080p to see if you can narrow the problem down to a particular color space. Maybe somehow your 1080p is getting RGB PC Level which would make the colors look muted.


I used the DVE blu ray calibration disc to calibrate the colors on my old 83, and with that, the most accurate color settings were "auto" for color space (4:4:4) and deep color at 30 bit. My panel supports 36 bit, but it's actually a 30 bit panel, so 30 bit looked the most accurate with regards to color to me.

So when I got my 93, I just used the same exact settings for each. Perhaps things are going to be just slightly different with the 93 than they were with the 83 in this regard.


Edit: I got out my DVE disc again, and those settings still stand as the most accurate. I didn't however notice any discernible difference with the color filter between 1080p and source direct. My eyes must have just been playing tricks on me with that particular scene.
post #1928 of 25187
Quote:
Originally Posted by Redbeemer View Post

Bill: That is the way the media player came "out of the box'. I did not set it up to transcode the WMA's to Mp3, it just did that. However, as you may recall, apparently there is an issue with the Oppo not being able to play WMA's (confirmed by Oppo to me) at the moment, so I guess it would have to transcode these files to something the 93 can currently play. Hopefully, this issue will be shortly rectified and we can play 'em the way they come off the HD.

Just because the the server is in its "out of the box" config, it doesn't mean it is doing the right thing. Most DLNA/UPNP servers have the default config of "auto" for transcoding, which means they try to identify the client device and use a "well-known" capability file for that client to decide what to transcode and what to not. Most likely your server will not recognize the 93 and fallback to some default capability. It would be best to explicitly turn off transcoding and then try your wma files. In all likelihood they should work unless they are wma lossless files (based on the reports in this thread).
post #1929 of 25187
Quote:
Originally Posted by NewPannyGuy View Post

So did you copy the files to your usb drive from a windows machine or linux machine? If it's the former then you should report it back to Oppo.

Files on my USB drive (copied from a windows machine) show up in correct alphanumeric order, though I have only about 10-15 files on it currently.

Good point. I just sent a clarification email to Oppo that my USB drive is from a Windows 7 based client.
post #1930 of 25187
Quote:
Originally Posted by NewPannyGuy View Post

So did you copy the files to your usb drive from a windows machine or linux machine? If it's the former then you should report it back to Oppo.

Files on my USB drive (copied from a windows machine) show up in correct alphanumeric order, though I have only about 10-15 files on it currently.

It shouldnt matter. Because files are not stored in their alphabetic order. It is left to the application to sort the file list or not.

If you are on *nix machine and if you type "ls -f" then you will see you listing which is unsorted and not the sorted list that "ls" produces normally. The "ls" command retrieves the directory listing from the inode table and sorts it and then displays it to you. I have feeling that Oppo's implementation is not sorting it before they display it. If they expect the filesystem to give them the sorted order that is incorrect.
post #1931 of 25187
Quote:
Originally Posted by bharath23 View Post

It shouldnt matter. Because files are not stored in their alphabetic order. It is left to the application to sort the file list or not.

If you are on *nix machine and if you type "ls -f" then you will see you listing which is unsorted and not the sorted list that "ls" produces normally. The "ls" command retrieves the directory listing from the inode table and sorts it and then displays it to you. I have feeling that Oppo's implementation is not sorting it before they display it. If they expect the filesystem to give them the sorted order that is incorrect.

You are absolutely right about the application having to sort it (and in fact it should provide different ways to sort which has been suggested before in this thread). However we don't know what the bug is in Oppo's implementation. May be they are trying to sort but it doesn't work correctly with some drives. So we can't pass judgement yet that they absolutely messed up this part of their fw .
post #1932 of 25187
Quote:
Originally Posted by NewPannyGuy View Post

You are absolutely right about the application having to sort it (and in fact it should provide different ways to sort which has been suggested before in this thread). However we don't know what the bug is in Oppo's implementation. May be they are trying to sort but it doesn't work correctly with some drives. So we can't pass judgement yet that they absolutely messed up this part of their fw .

It really shouldnt matter what the drive or the underlying filesystem is provided they have implemented the application correctly. If you start making assumptions about the underlying filesystem you have a buggy application right there. I guess since they have just included ntfs filesystem they still arent familiar with everything about the filesystem.
post #1933 of 25187
Quote:
Originally Posted by NewPannyGuy View Post

Just because the the server is in its "out of the box" config, it doesn't mean it is doing the right thing. Most DLNA/UPNP servers have the default config of "auto" for transcoding, which means they try to identify the client device and use a "well-known" capability file for that client to decide what to transcode and what to not. Most likely your server will not recognize the 93 and fallback to some default capability. It would be best to explicitly turn off transcoding and then try your wma files. In all likelihood they should work unless they are wma lossless files (based on the reports in this thread).

Thanks for your input; however, I think we are getting two things confused. I was asking about the transcoding of WMA files to MP3 over a media server as I am a noobie when it comes to DLNA servers. In a separate issue, I have reported to Oppo that my lossy WMA files will not play (at all) from a USB thumb drive. I have sent a sample file to Oppo and they have confirmed that it will not play and they did not know why and sent it on to their engineers for further study. Lossy WMA files are supposed to be a supported file format, but for me (and Grampa), they are not currently working on the 93. I was wondering if the fact that the Oppo won't play the WMA files directly was causing them to be transcoded to MP3 over the network since they do work that way. Sorry if I didn't make that clear.
post #1934 of 25187
Quote:
Originally Posted by Grampa View Post

I just logged into the WD drive, and it is a Twonky server. First time I fired up the Oppo, it found the server and the music and movies on it -- I didn't even know it had a server (I had loaded a few media files into the /music and /video folders, but never played with it. So at this point, it seems to work fine. And yes, my computers do go into suspend mode (saves a little energy). So maybe I'll just try loading a few more files on and see how it goes. The music is filtered by artist, album, track, etc., so it looks pretty usable to me.



I actually got it to work this afternoon on mine as well! It'd be somewhat nice to not have the media server on a pc, but the thing that makes it somewhat of a deal breaker to me is that if you use the twonky server on the WD drive, it's a public share, there is no way to restrict IP addresses. I like the way I can set it up on my wild media server, I have it so that literally only ONE IP address can even see wild media server, and that's the IP address of my oppo. No other IP address is even able to see my media server, let alone access and stream my content.
post #1935 of 25187
Quote:
Originally Posted by Redbeemer View Post

Lossy WMA files are supposed to be a supported file format, but for me (and Grampa), they are not currently working on the 93.

Actually, Redbeemer, I confirmed that the files that wouldn't play for me are WMA Lossless. Thanks for the tip about VLC.
post #1936 of 25187
Quote:
Originally Posted by Makaveli Tha Don View Post

I actually got it to work this afternoon on mine as well! It'd be somewhat nice to not have the media server on a pc, but the thing that makes it somewhat of a deal breaker to me is that if you use the twonky server on the WD drive, it's a public share, there is no way to restrict IP addresses. I like the way I can set it up on my wild media server, I have it so that literally only ONE IP address can even see wild media server, and that's the IP address of my oppo. No other IP address is even able to see my media server, let alone access and stream my content.

I believe you can do that with the software on the WD, but I haven't played with it enough to be sure. I'll take a look.

I used to use various computer hard drives on my network for things like backup, "digital filing" from my printer-scanner, etc., but I was always having problems accessing the drives. For one reason or another, the computer I needed to access might be in suspend mode or otherwise became invisible on the network. It was probably made worse by the fact that the computer I use most is a laptop. Since I got the network drive, I've never had that problem. That's why I want all storage on the network drive.
post #1937 of 25187
Quote:
Originally Posted by Redbeemer View Post

I was wondering if the fact that the Oppo won't play the WMA files directly was causing them to be transcoded to MP3 over the network since they do work that way. Sorry if I didn't make that clear.

Thanks for the clarification. I wasn't aware that your files won't play over the USB either. In any case, there is no dynamic way for the media server to know whether the client (i.e. 93) can play the file or not. It just goes by static profiles and surely there is no profile available for 93 yet. So if you do plan to use your dlna server with the 93, I would suggest making explicit settings for transcoding, else you may end up getting subpar quality for lot of your media (even if the 93 natively supports it). You'll probably have to do a bit more research for this particular server on the appropriate settings.
post #1938 of 25187
Quote:
Originally Posted by NewPannyGuy View Post

Thanks for the clarification. I wasn't aware that your files won't play over the USB either. In any case, there is no dynamic way for the media server to know whether the client (i.e. 93) can play the file or not. It just goes by static profiles and surely there is no profile available for 93 yet. So if you do plan to use your dlna server with the 93, I would suggest making explicit settings for transcoding, else you may end up getting subpar quality for lot of your media (even if the 93 natively supports it). You'll probably have to do a bit more research for this particular server on the appropriate settings.

Since Grampa just informed me that his WMA files are lossless, I haven't found anyone who has tried to play lossy (but high bit rate) WMA files on the 93 directly to see if they also are unable to get them to work or if it is something specific to my WMA files that is preventing them from working. Oppo did confirm that they too were unable to play MY WMA files, but have not commented on whether the problem is with the 93 or my files.
post #1939 of 25187
Quote:
Originally Posted by Makaveli Tha Don View Post

I actually got it to work this afternoon on mine as well! It'd be somewhat nice to not have the media server on a pc, but the thing that makes it somewhat of a deal breaker to me is that if you use the twonky server on the WD drive, it's a public share, there is no way to restrict IP addresses. I like the way I can set it up on my wild media server, I have it so that literally only ONE IP address can even see wild media server, and that's the IP address of my oppo. No other IP address is even able to see my media server, let alone access and stream my content.

If you open "WD Discovery," click "Configure," click "Advanced Mode," click the Media tab, click "Media Server" button, click "Twonky Media Settings," then click "Media Receivers" under "Advanced Setup," it looks like you can specify the media receivers by MAC address. Confirm that the Oppo's MAC address is listed, and be sure to uncheck "Enable sharing for new media receivers automatically." That should keep any other device from playing the media on the server.

To limit who can see the drive and its contents, go to Configure/Advanced Mode/Users tab, and click on the Folder Share Permissions. You will see the standard Windows share dialog.

I believe that this server is pretty flexible. For example, I saw that it supports dvr-ms, which is the format/container used for Windows MCE recordings. I know this came up before in the thread, and I don't know whether the 93 supports this format, but I will request that if they don't because I often record TV using that format.
post #1940 of 25187
Quote:
Originally Posted by Redbeemer View Post

Since Grampa just informed me that his WMA files are lossless, I haven't found anyone who has tried to play lossy (but high bit rate) WMA files on the 93 directly to see if they also are unable to get them to work or if it is something specific to my WMA files that is preventing them from working. Oppo did confirm that they too were unable to play MY WMA files, but have not commented on whether the problem is with the 93 or my files.

Have you tried recording something new using high bit rate WMA? If I get a chance, I'll try it. Is it possible something got corrupted when copying or recording those particular files? See whether you can reproduce the error with a new file.
post #1941 of 25187
Quote:
Originally Posted by Grampa View Post

If you open "WD Discovery," click "Configure," click "Advanced Mode," click the Media tab, click "Media Server" button, click "Twonky Media Settings," then click "Media Receivers" under "Advanced Setup," it looks like you can specify the media receivers by MAC address. Confirm that the Oppo's MAC address is listed, and be sure to uncheck "Enable sharing for new media receivers automatically." That should keep any other device from playing the media on the server.

To limit who can see the drive and its contents, go to Configure/Advanced Mode/Users tab, and click on the Folder Share Permissions. You will see the standard Windows share dialog.

I believe that this server is pretty flexible. For example, I saw that it supports dvr-ms, which is the format/container used for Windows MCE recordings. I know this came up before in the thread, and I don't know whether the 93 supports this format, but I will request that if they don't because I often record TV using that format.


Thanks Grampa. That seems to work. Now I'm a bit nervous about using WD's folder move program to move all 1.3 TB of my movies over from my regular folder to the "video shares" folder, lol
post #1942 of 25187
Quote:
Originally Posted by NewPannyGuy View Post

Make sure that on your phone under Settings->Applications->Development USB debugging is turned off (probably good to have all options under it turned off).

I tried that. My phone has rebooted twice. I am going to try it with the 360 and maybe reconnect the PS3 after that.
post #1943 of 25187
Quote:
Originally Posted by Makaveli Tha Don View Post

Thanks Grampa. That seems to work. Now I'm a bit nervous about using WD's folder move program to move all 1.3 TB of my movies over from my regular folder to the "video shares" folder, lol

Oy!!

Let me know how it goes. I haven't seen the folder move program, but I have a lot of music on one hard drive that I was planning to move. I was just going to drag and drop it. I did see some flexibility in how the folders can be structured, but the default is that music has to go into the music folder, and has to have a tree structure of Artist/Album/Track (I think).
post #1944 of 25187
Quote:
Originally Posted by DouglasCleary View Post

I tried that. My phone has rebooted twice. I am going to try it with the 360 and maybe reconnect the PS3 after that.

You said you had a Droid, is it the Incredible by HTC or a Motorola Droid? I'm wondering if it's an issue with the phone itself as each company does droid a little differently.
post #1945 of 25187
Quote:
Originally Posted by Redbeemer View Post

Thanks for your input; however, I think we are getting two things confused. I was asking about the transcoding of WMA files to MP3 over a media server as I am a noobie when it comes to DLNA servers. In a separate issue, I have reported to Oppo that my lossy WMA files will not play (at all) from a USB thumb drive. I have sent a sample file to Oppo and they have confirmed that it will not play and they did not know why and sent it on to their engineers for further study. Lossy WMA files are supposed to be a supported file format, but for me (and Grampa), they are not currently working on the 93. I was wondering if the fact that the Oppo won't play the WMA files directly was causing them to be transcoded to MP3 over the network since they do work that way. Sorry if I didn't make that clear.

Not all lossy WMA files are supported either. WMA PRO files are lossy (they use a technology similar to SBR to provide enhanced quality in the upper freqs at lower bitrates), and I'm pretty sure PRO is also available in high bitrate encoding. The format has been around for the better part of a decade...I guess MS is pricing it out of range for most manufacturers to support.
post #1946 of 25187
I was secretly hoping that I could plug an old, otherwise mostly unused, 30 GB video iPod into the 93's USB port and browse it like a disk. Sadly, this doesn't work - neither the native tunes library nor files manually stored in iPod's disk mode are seen. It must be one of those incompatible devices the 93's manual mentions in passing on page 42.
post #1947 of 25187
Quote:
Originally Posted by Grampa View Post

For example, I saw that it supports dvr-ms, which is the format/container used for Windows MCE recordings. I know this came up before in the thread, and I don't know whether the 93 supports this format, but I will request that if they don't because I often record TV using that format.

MCE now uses the wtv format. Vista used it after one of the TV pack upgrades and Windows 7 used it from day 1. I don't know how different the actual formats are or if they more or less just changed the extension.
post #1948 of 25187
I've been playing around with the 93's analog out's to my Onkyo's 5.1 analog in's with Multi Ch selected. I've been testing SACD, DVD-A, HDCD and redbook CD. Very nice. Tonight I switched from Speaker Size "Large" to Speaker Size "Small" with Sub Woofer "On" of course. Redbook XTC - Black Sea. Yikes! This 93's a monster.
post #1949 of 25187
The BDP-83 does not support it, will the 93 support it?
post #1950 of 25187
Quote:
Originally Posted by vp4lifehva View Post

The BDP-83 does not support it, will the 93 support it?

First post of the thread is your friend. Lists all supported file systems.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Blu-ray Players
AVS › AVS Forum › Blu-ray & HD DVD › Blu-ray Players › Official OPPO BDP-93 Owner's Thread