Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
dumb synchronized video stream
It actually does need ffmpeg, so your server needs to have that installed. Other than that, the dependencies are in the shard.yml file. simply run:
shards install
crystal build --release src/acutetv.cr && ./acutetv
in the folder, and bada bing bada boom the shit should run! The shaka player is precompiled so i dont think it should cause an issue, but if you get a JS error recompile the shaka player
This uses the Shaka Player for adaptive video streaming.
I need all the help i can get. I suck at this.
i have some things planned for a Roadmap:
But i'm lazy and scatterbrained, and will get to it when i get to it.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)