Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
129 views

How to read title and id from Blu-ray disc?

Is it somehow possible to fetch Blu-Ray Disc id and title programmatically on Windows7+ platform?
5
votes
1answer
288 views

What can I do with Java for Blu Ray or BD-J?

I have a Blu Ray player which can connect to the internet to play media from netflix and youtube. I am intrigued by the possibilities of BD-J and wondering just how far the technology can be taken. ...
2
votes
2answers
481 views

Bluray Burner in Java - Where to start?

Like the subject of this post suggests, I am looking at developing a suite like nero which helps burn bluray discs. I am kind of clueless as to where to start. Is there anything in Java API that lets ...
0
votes
1answer
28 views

Does Bluray software on Windows use DirectShow and/or Media Foundation?

I am interested in technical details of Bluray software (like SyberLink's PowerDVD etc). Are they using source filters that read the BD streams? Where does AACS decryption occurs, in those filters or ...
0
votes
0answers
19 views

Is it possible to play an MP3 file from an HTTP URL with BD-J?

Is it possible to play an MP3 file from an HTTP URL with BD-J? I tried the following code but get a NoPlayerException. The code I tried is here: UserInputXlet.java
0
votes
0answers
41 views

directshow source filter for blu-ray playback

Are there Direct Show source filters that I can use in order to play Blu-Ray discs? For example, using filters from some commercial products like PowerDVD, then constructing the filter graph in my ...