Tuesday, October 22, 2013
Download: compiled VLC with hardware acceleration support on Raspberry Pi
VLC version with hardware acceleration enabled on Raspberry Pi.
This was compiled using Raspbian.
Download link:
http://ul.to/ah2mdf3t
Mirror: (Thanks to MrVestek)
http://www.mrvestek.com/hosted/vlc_hw_raspberry.rar
For more information on how to run or compile it yourself please read following post:
http://intensecode.blogspot.com/2013/10/tutorial-vlc-with-hardware-acceleration.html
NOTE: You may need to install some shared libraries used by VLC itself or by any used module on your system!
Labels:
Download
Subscribe to:
Post Comments (Atom)
Hello and nice job on creating the build.
ReplyDeleteHowever, is it possible to host this package somewhere you don't need to wait almost two hours to download it? :)
Thanks
Hi, was busy lately. i'll try to upload it somewhere else when I can.
DeleteHow to install it and set up on my Raspberry Pi?
ReplyDeleteHello,
DeleteUn-RAR the folder,
Copy it to your raspberry,
Execute the vlc executable form the folder.
Hi you meant by executable file, the file at ~/vlc/vlc ?
DeleteI tried that in Raspbian filebrowser and it just ask me to choose application which should be used to open this file.
"NOTE: You may need to install some shared libraries used by VLC itself or by any used module on your system!"
ReplyDeleteI'm stuck, what specifically should one install in raspbian to get the VLC gui to start?.
Hi, as I mentionned above you should read the tutorial on how to compile it for more information. The list of additional libraries for this specific build is mentionned there.
Deletecan you email me libraries you need to install. email is gamerjay@live.ca
Deletenew to raspberry pi
Hi Helder,
ReplyDeleteI can offer to host this binary on my server if you like? It has unlimited bandwidth.
Thanks.
If you wish you can mirror it and send me the URL so I can post it here.
DeleteThat's nice :)
Thank you.
Hey there,
DeleteSorry it's taken so long for me to get back to you about this. It's now mirrored here:
http://www.mrvestek.com/hosted/vlc_hw_raspberry.rar
This is Great news, thank you for this.
ReplyDeleteI’m not using Raspberry Pi with VLC to watch movies, but to transcode them. Will this HW Accelerated version of VLC here be used to transcode mpeg2 .ts stream into H264 & mp3 .ts stream like
“vlc -I dummy http://ip:8001/channelREF --sout "#transcode{vcodec=h264,vb=256,fps=25,width=320,height=0,venc=x264{{profile=baseline,level=1}},acodec=mp3,ab=64,channels=1,samplerate=48000}:http{dst=:8081/video.ts}"
The videosource will be Enigma2 based set-top-box (VU+) .
Will Mpeg2 decoder license be used with VLC?
Hi, I have never used it to transcode so can't give you a valid answer.
DeleteYou might want to try out and share your result with us?
Sorry for the delayed answer
Hi. Does this compiled version includes also libvlc? Thanx
ReplyDeleteYes it's the complete compilation folder.
DeleteYou can make install on it after installing all necessary libraries.
Sorry for the delayed answer
Could you please upload it anywhere else? Dropbox maybe? I was not able to download it, and wasted a few hours trying.
ReplyDeleteHi MrVestek mirrored it on his server a while ago but I forgot to update the post.
DeleteSorry for the delayed answer
http://www.mrvestek.com/hosted/vlc_hw_raspberry.rar
Also, could you provide a hash of a rar file?
ReplyDeleteIs there a way to stream from the PI to a mobile device or computer?
ReplyDeleteYes you can :)
DeleteNo good deed goes unpunished...
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHi. I tested compiled version of vlc and it worked fine on my raspberry pi.
ReplyDeleteHowever, I can't get it to work using libvlc (with VLCJ java library). It gives me following: main libvlc error: No plugins found! Check your VLC installation.
I tried using plugins provided with vlc standard version installed using apt-get, copied plugins folder to every possible location. Providing plugins path and so on. No luck so far. Still the same error.
Any ideas?
I am sorry but I don´t know how to install vlc when I download your compiled version can you explain it to me?
ReplyDeleteI got it fixed, problem was that I haven't done "make install" after downloading:) Linux compilation stuff is new to me:)
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteNever ask a question to which you don't already know the answer.
ReplyDeleteIf this process does not work for me at all, might it be best to start with a clean Raspberry Pi install and then try it again? I am asking so that I don't try that just to repeat my failed attempt.
ReplyDeletei have not caemra module but i wanna use webcam on it place i have just placed untar file on raspberry pi and then execute vlc(executable) but it didt work for me when i ran the command for streaming which is:-
ReplyDeleteraspivid -o - -t 0 -hf -w 800 -h 400 -fps 24 |cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8160}' :demux=h264
the message i got camera module does not find, actually i am new to linux and have used pi before.. please help me ...
when i execute vlc(executable) got this error :-
ReplyDelete: error while loading shared libraries: libvlc.so.5: cannot open shared object file: No such file or directory
I m also have this error
Deleteduring compilation i had to patch this, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731513
ReplyDelete