Advertisement
Guest User

Acestream for RPi 2/3

a guest
Apr 28th, 2016
85,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. English:
  2.  
  3. ### Introdution ###
  4.  
  5. Acestream Engine, (as of 28/04/2016) unofficial version 3.1.5, for the Raspberry Pi 2 and 3.
  6.  
  7. Unofficial because it is closed source and the Acestream developers do not provide binaries for Linux ARM (only for more popular platforms), so no official support for the Raspberry Pi.
  8. And as some may know, the Acestream Engine/module for the Raspberry Pi from the Plexus Kodi addon, stopped working recently, so this is the updated engine to fix it.
  9.  
  10.  
  11. ### Installation ###
  12.  
  13. For this to work, you need the Plexus Addon already installed in Kodi. The Plexus Kodi addon was discontinued by the developer but it still works. You can find it easily on the web.
  14.  
  15. Then open a virtual terminal, for example via SSH, and run the following commands (you can copy/paste to terminal):
  16.  
  17. cd ~/.kodi/userdata/addon_data/program.plexus
  18. sudo rm -r acestream
  19. wget https://dl.bintray.com/pipplware/dists/unstable/armv7/misc/acestream_rpi_3.1.5.tar.gz
  20. tar xfv acestream_rpi_3.1.5.tar.gz
  21.  
  22. Done. Then you can play acestreams again.
  23.  
  24. PS: If you are running an OS as root, like OpenELEC, you may need to remove the "sudo" on the second line.
  25.  
  26.  
  27. ### Notes ###
  28.  
  29. Another way that may work is to download the tarball, and via network, extract it to the correct directory. This was not tested!
  30.  
  31. It is also possible to use this acestream engine without the need to install the Plexus addon, like standalone mode, but it may depend on your OS. There are already some tutorials on how to do this, so do some web searches if you want it.
  32.  
  33.  
  34.  
  35. Português:
  36.  
  37. ### Introdução ###
  38.  
  39. Acestream Engine, (data de 28/04/2016) versão não oficial 3.1.5, para o Raspberry Pi 2 e 3.
  40.  
  41. Não oficial porque é codigo fechado e os autores do Acestream não disponibilizam binários para Linux ARM (apenas para plataformas mais populares) portanto não existe suporte oficial para o Raspberry Pi.
  42. E como alguns devem saber, os Acestreams deixaram de funcionar recentemente no Raspberry Pi, portanto isto serve para colocar os Acestreams a funcionar outra vez.
  43.  
  44.  
  45. ### Instalação ###
  46.  
  47. Para que isto funcione, precisam do Addon Plexus já instalado no Kodi. O addon Plexus foi descontinuado pelo autor, mas ainda funciona. Podem encontrá-lo facilmente na internet.
  48.  
  49. Em seguida, abram um terminal virtual, por exemplo, via SSH e executem os seguintes comandos (podem fazer copy/paste no terminal):
  50.  
  51. cd ~/.kodi/userdata/addon_data/program.plexus
  52. sudo rm -r acestream
  53. wget https://dl.bintray.com/pipplware/dists/unstable/armv7/misc/acestream_rpi_3.1.5.tar.gz
  54. tar xfv acestream_rpi_3.1.5.tar.gz
  55.  
  56. Feito. Podem agora novamente reproduzir acestreams.
  57.  
  58. PS: Se estiverem a correr um sistema operativo como root, como por exemplo o OpenELEC, pode ser necessário remover o "sudo" na segunda linha.
  59.  
  60.  
  61. ### Notas ###
  62.  
  63. Outra forma que pode funcionar é baixar o arquivo tar, e através da rede, extraí-lo para o diretório correto. Isto não foi testado!
  64.  
  65. Também é possível usar a Acestream Engine sem a necessidade de instalar o addon Plexus, como modo independente, mas isso pode depender do sistema operativo. Já existem alguns tutoriais sobre como fazer isso, quem quiser que pesquise na net.
  66.  
  67.  
  68. ########## Work done by enen92 and Rascas ##########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement