Will Warner support Blu-ray?

Status
Not open for further replies.
aaaaa00 said:
To be fair iHD is also a lot more lightweight and a lot easier to wrap your head around.

iHD has about 200 methods and 250 properties.
BDJ has roughly 10,000 methods.

That's 10,000 methods that every single player is going to have to implement and test.

No, that is not how it works, the 10,000 methods claim (I saw the same MS FUD) is completely misleading. People who embed Java VMs don't implement the VM themselves or the core API (the majority of those 10,000 methods are in CORE packages like java.lang, java.io, etc, simialr to ANSI standard library)

There are few VM vendors on the market who produce VMs and implementations of the core API. In turn, the VM implementation and API implementation have to pass the Java TCK which ensures that the core APIs are correct.

The only thing that player vendors would have to implement is the org.bluray (and maybe the DVB/java.tv.*) packages which is the glue from the JavaVM to BR specific features. The rest of the code base cited above is portable and has no dependency on the player itself. The most likely scenario is to license the CDC HotSpot VM from Sun, or the J9 VM from IBM, or maybe Esmertec's. Get the PBP code from Sun. And the DVB/GEM code from an existing player, like MHP vendors.

This is the same as today with DVD. Most DVD firmware is outsourced. I happened to know the CEO of PlanetWeb (his wife is my wife's partner on the local tennis team), and they make the majority of firmware code that goes into those cheapo Chinese DVDs, from framebuffer management, menuing, MPEG-2 codec, etc. They also made the firmware in Sega DreamCast for web browsing. :)

BTW, isn't it interesting that HP has a big interest in Windows CE, and that initial versions of iHD are implemented with CE + .NET + JScript? How many methods and bugs are in Windows CE, .NET? :)


(carmack quotes deleted)

With all due respect, Carmack is very ignorant on the subject of the mobile space and many of his suggestions would be completely shot down by the operators of mobile networks. I've been working with mobile companies and operators since 2001, in fact, I sit on W3C and IETF working groups for mobile standards. Trying to get a mobile operator to even enable long-lived port 143 (IMAP) connections on mobile networks is an exercise in pain. Expert in 3D yes. Expert Experience in mobile? No.

Carmack's complaints about J2ME have nothing to really do with Java. He'd face the same problem with C. The fact is, mobile devices differ in input, differ by screen orientation, bit depth, differ by processor speed greatly. All of this greatly complicates any game of cross platform game development for mobile devices. For example, I can tell you right now, that if you write code for Motorola, Nokia, and Sanyo phones, you will get a different keycode value returned for the "select" button on the phone. That means you have to have 3 different branches for those three platforms. The Symbian, CE Smartphone, BREW, PalmOS, and Linux based phones different so much in how they deal with input, rendering, scheduling, allocation of processing power, that writing a cross platform phone app is a bitch in ANY language. Java actually solves many of the problems by interposing a layer between the OS and application, but it doesn't solve all problems, since the MIDP1.0 spec was flawed, that's why there is MIDP2.0.

That said, Carmack doesn't understand all the issues, because he just dabbles. There are MIDP2.0 applications on OMAP processor based phones which software render 3D using Java. The fact that a crippled processor phone with a interpreter based VM is so slow is not Java's fault, nor is the portability issue.


This is being solved in the mobile market data by trying to require minimal standards that all phones must adhere to, but getting manufacturers to restrict their innovation by agreeing to a lowest common denominator is hard.

For bluray, it is a completely different issue. BD doesn't have the form factor, input, and resolution issues that mobile phones do. They also won't have battery life and processing speed to contain with, which are big constraints.

HDMV is a very basic menuing system.

This is not true. HDMV has significant functionality over DVD Menuing, and the programmability is alot fuller.

Both BDJ and iHD completely destroy HDMV in terms of sophistication and feature set.

Care to list iHD specifics, API calls, XML tag types, that can't be done in HDMV?
 
Last edited by a moderator:
DemoCoder said:
No, that is not how it works, the 10,000 methods claim (I saw the same MS FUD) is completely misleading. People who embed Java VMs don't implement the VM themselves or the core API (the majority of those 10,000 methods are in CORE packages like java.lang, java.io, etc, simialr to ANSI standard library)

There are few VM vendors on the market who produce VMs and implementations of the core API. In turn, the VM implementation and API implementation have to pass the Java TCK which ensures that the core APIs are correct.

The only thing that player vendors would have to implement is the org.bluray (and maybe the DVB/java.tv.*) packages which is the glue from the JavaVM to BR specific features. The rest of the code base cited above is portable and has no dependency on the player itself. The most likely scenario is to license the CDC HotSpot VM from Sun, or the J9 VM from IBM, or maybe Esmertec's. Get the PBP code from Sun. And the DVB/GEM code from an existing player, like MHP vendors.

Good points, all. Still even if you assemble a player environment from other people's components, you still have to do integration testing and verify that all the pieces function correctly together. Lots of bugs happen when different versions of different people's components interact in unexpected ways.

BTW, isn't it interesting that HP has a big interest in Windows CE, and that initial versions of iHD are implemented with CE + .NET + JScript? How many methods and bugs are in Windows CE, .NET? :)

Touche. :) Though I'm sure someone will come up with firmware that doesn't sit on top of CE.
 
It's true that someone may implement iHD without CE/.NET/JScript (but given time constraints to market for first players?). However, they'd face similar integration issues.

Not many player vendors are going to try to write their own javascript engine. That would be even more buggy. Rather, they'd try to use an existing one, like Mozilla Firefox's open source one. But Firefox's JavaScript engine is not architectured for embedded environments, and relies on a Mozilla XPCOM layer. That means significant refactoring to shoe horn it into an existing environment.

Then they need an XML parser, plus layout engine/renderer.

I don't see it being significantly easier.

All in all, neither are a piece of cake to author, test, and debug. That's why I think the first couple of HD-DVD players will end up stuck with the MS implementation, just so they can get to market quicker.

After all, if you've got a working reference implementation, why risk a rewrite?
 
Excellent post DemoCoder. There is so much nonsense that goes in this forum and every once in a while you get to read a gem.
 
NucNavST3 said:
You would make no concessions for the likes of Harry Potter and Lord of the Rings? I somehow see both of those franchises trumping Alien and Aliens and Star Wars, and as far as Star Wars goes, I don't see Star Wars (the real ones) being released for years (as usual) and the prequels, well who gives a damn about those sorry excuses...

While those two are huge franchises, in the end people will want to see more than Warner and Universal films. I just went to Apple's trailer page to check out a (rough) breakdown of the studios. The numbers pile up on Blu-ray studios.

BTW, you missed a big fanchise on Warner's side -- The Matrix. (Although I'm not sure if that's going anywhere.) But with my dearest Tarantino firmly sitting in the Miramax (Disney) /Blu-ray camp, I'm not going anywhere. :)
 
expletive said:
How about this?

http://www.cdfreaks.com/news2.php?ID=12392

/me throws a wrench in to the topic

Nah no way, I would be utterly shocked if MS actually threw it's weight behind Forward Versatile. Not to mention, Forward Versatile has more or less nothing to do with Hollywood.

That's not to say one of the homegrown Chinese/Taiwanese formats may not gain traction in China/Taiwan - and that market is all a format needs to survive - but I don't think it'll be too important as far as the studios are concerned.

That's dated September 10th also, and we've seen all sorts of moves by Microsoft since then.
 
Yeah it's only common sense that content has way more leverage than a PC maker who's going to ship boxes priced well over $1000 with blue-laser drives.

But all these HTPC geeks think HP has leverage and that MMC is something the masses want. Movie selection moves hardware, not the ability to copy movies to expensive media servers.

MMC would be one way MS would get HD movie content over to the X360 by streaming it. Only problem is, without an HDMI output, the resolution would have to be constricted if the studios don't want their movies displayed on unprotected outputs.

So much for the high-definition console.
 
I think it could be more of a concern if MS somehow manages get Dell to do this too but Michael Dell's been a stoic supporter of Blu-Ray so I think that'll be a tough one.

In any case; neutrality of the OEMs is not going to really affect the outcome.
 
Surely BRD's ideal for PC though because it's writeable? I think there's really two different PC markets : workstations and MCEPCs. Obviously those selling MCEPC's are contending with the CE space and so what something that helps them, like MMC. Those selling workstations will probably prefer writeability. Movie makers will likely prefer security, and EC manufacturers will want affordability.

All sorts of conflicting interests and some people are bound to come out unhappy, but they'll just have to go where the rest force them. Like Sony making VHS video recorders. It bites, but they had to do it if they wanted any share of the video market.
 
wco81 said:
Hmm, who does the BDA say goodbye to, Fox or HP?

Studio or PC box maker?
Nice spin. If someone was threatening to go neutral from the HD-DVD camp (say, random pick, Warner), we'd get a new thread about how HD-DVD is doomed. But as long as we're into the heads-I-win, tails-you-lose news reporting...
 
Inane_Dork said:
Nice spin. If someone was threatening to go neutral from the HD-DVD camp (say, random pick, Warner), we'd get a new thread about how HD-DVD is doomed. But as long as we're into the heads-I-win, tails-you-lose news reporting...

How was that spin? wco simply asked a question that the BDA group might have to ask themselves. No where in his post does it mention, BDA uber alles despite HP leaving. There was such a marked lack of commentary in his post, I'm wondering what you have issues with.
 
Inane_Dork said:
Nice spin. If someone was threatening to go neutral from the HD-DVD camp (say, random pick, Warner), we'd get a new thread about how HD-DVD is doomed. But as long as we're into the heads-I-win, tails-you-lose news reporting...


hahaha

I tell y'what, why don't we all just become cannibals here because it sounds to me like you want to get something off your mind, no offense.
 
Ty said:
How was that spin? wco simply asked a question that the BDA group might have to ask themselves. No where in his post does it mention, BDA uber alles despite HP leaving. There was such a marked lack of commentary in his post, I'm wondering what you have issues with.
Did we read the same post? He said they may be leaving, and then discredited their worth. I don't recall reading any comments from people saying how little HP mattered when they were sticking up for BD. I do not think it coincidence that the first I hear such comments comes now, after HP has changed stance.


Spidermate said:
hahaha

I tell y'what, why don't we all just become cannibals here because it sounds to me like you want to get something off your mind, no offense.
I don't have the slightest idea what you are talking about.
 
Inane_Dork said:
Did we read the same post? He said they may be leaving, and then discredited their worth. I don't recall reading any comments from people saying how little HP mattered when they were sticking up for BD. I do not think it coincidence that the first I hear such comments comes now, after HP has changed stance.


I don't have the slightest idea what you are talking about.


Ok, well let's put it this way: Ken gets demoted, people assume Sony is doomed. We see a cause but we don't see an effect. We see a choice, but are we sure there will be a choice? There is really nothing to discuss here unless one makes the switch, but it doesn't look that way from your ballpark. I'm not saying you are, but it seems to me like you are looking for a reason to seize and attack away at something that really isn't that important unless we see some action.

I'm not even sure if you would agree with me on this, but an entirely new topic of such does not sound constructive at all; it's sounds like bait - flamebait. A debate like this will only end in one way: a circle of useless discussion, and you know this just as well as I. But like I said, I'm not saying you were out to do these things, but it does seem to infer to the case.
 
Last edited by a moderator:
While Microsoft and HP push HD-DVD, Warner ousted 2 top execs responsible for HD-DVD.
http://www.variety.com/article/VR1117931601?categoryid=18&cs=1
The new Warner Bros. Home Entertainment Group will be headed by biz development and strategy exec Kevin Tsujihara. He will report directly to Warners chairman-CEO Barry Meyer and prexy-chief operating officer Alan HornA.

Longtime Warner vid exec Ron Sanders was named to replace 22-year vet Cardwell as president of Warner Home Video, which becomes a division of the larger home entertainment unit. Also out in the reorg is longtime top homevid lieutenant Marsha King.
 
Status
Not open for further replies.
Back
Top