I need to be able to stream media from a heroku server. To do this I have had pretty good success using VLC on my dev system. Now I am “ready” to deploy it to heroku, but am unsure how about how to install VLC on heroku. Is this doable? If so, what are the steps? For which OS of VLC would I download?
Share
It looks like this is possible with Bindle: http://bindle.me/blog/index.php/405/running-binaries-on-heroku
From the article:
If the program has dependencies that are not standard on Ubuntu you’ll need to compile them to be statically linked as described in the article.