Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

Raspberry Pi has H.264 licenses available. What does that mean though -- VLC claims to be able to play H.264 and VC-1 though, yet I see a lot of people advising against turning Raspberry Pi into a blueray player.

GPU decoding on GNU/Linux, using VAAPI for H.264, VC-1 and MPEG-2

My question is just simply if I buy Raspberry Pi and an external USB Bluray drive should I expect that it will play back Blueray disks? Should the performance be reasonable? Will it play both H.264 and VC-1 disks? Are there any other types of disk such a configuration would not play?

share|improve this question

1 Answer

Regarding VLC playback, the current VLC needs to be re-compiled and the source slightly changed so that it uses the RPi GPU properly. Currently VLC tries to use the CPU to play the video, which plays the video back very slowly, if at all.

I haven't personally tried playing a Bluray disc, but it's my understanding that Linux cannot play Bluray discs (apparently something to do with the encryption).

The following thread might be of interest. Essentially. The Sony will have to give up their patent on Bluray in order for the encryption to work on Linux. I don't think Linux will ever (never say never) have Bluray disc support.

Also the following post a guy tests exactly what you want to do. Although this post says that once you removed the copy protection and copied that onto another disc, it played back Bluray fine (do note, without encryption though). The post says that it was not possible to play back the original Bluray disc.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.