raspipc
raspipc copied to clipboard
rasIPC.tv - Network Security Cameras on your TV
https://github.com/nayrnet/raspipc/blob/de69b8e79a27028d6bc0792d3e6e672e25c63eef/bin/cache-codecs.sh#L9 `echo $LINE >> $FILE` should be `echo "$LINE" >> "$FILE"` suppose someone finds a way to fill the $LINE with `1;rm -rf /` You would get `echo 1;rm -rf...
Requires: Quite a bit of work, especially on backend calculating coordinates. Not sure how this is going to handle various display resolutions very well. Might have to fix the project...
Allow browsers to play video directly through webUI via VLC Plugin. Problem: Seems to been dropped with VLC 2.0, cant find MacOSX plugin for Firefox.
I believe this is an example of this problem: https://github.com/ManifestWebDesign/angular-gridster/issues/283 video: https://www.youtube.com/watch?v=WOlF0_8OGhM need to find a better or consider leaving angular-gridster for something else, like packery. current workaround: Fix the...