Skip to content

raspberry pi, xbmc and the new amazon prime

Since amazon bundles its prime with the video steaming, i wanted to check if i can use my raspberry pi with this amazon service also. I searched for some howtos on the web but only found outdated entries.
At the end, it turned out it was working in the past and it is working in the present for windows pcs with a lot of horsepower under the hood. Since amazon bundles a lot of DRM-sh*t, it is impossible to get something done on a pi so far.

web - EmScripten Merges Its Speedy "Fastcomp" Backend

[...]
Fastcomp is the name of EmScripten's new LLVM C++ back-end. Fastcomp lives outside of the LLVM tree (along with some other EmScripten-designed LLVM patches) but aims to provide noticeable benefits over its original compiler back-end.

The new Fastcomp compiler core/back-end is more streamlined, tuned around producing ASM.js code, is much faster (around four times faster), uses less system memory, and has other improvements too. The JavaScript generated by Fastcomp is also slated to be better than its original compiler core. The downside to this work though is that this LLVM code is out-of-tree and doesn't work with a stock build of LLVM for right now.
[...]

source