├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── experimental ├── webcam_redirect.py └── webcam_redirect.sh ├── fake_stream.sh └── small.avi /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nibba2018/Fake-Stream/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nibba2018/Fake-Stream/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nibba2018/Fake-Stream/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nibba2018/Fake-Stream/HEAD/README.md -------------------------------------------------------------------------------- /experimental/webcam_redirect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nibba2018/Fake-Stream/HEAD/experimental/webcam_redirect.py -------------------------------------------------------------------------------- /experimental/webcam_redirect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nibba2018/Fake-Stream/HEAD/experimental/webcam_redirect.sh -------------------------------------------------------------------------------- /fake_stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nibba2018/Fake-Stream/HEAD/fake_stream.sh -------------------------------------------------------------------------------- /small.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nibba2018/Fake-Stream/HEAD/small.avi --------------------------------------------------------------------------------