├── .gitignore ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── deepstream-rtsp.cfg ├── deepstream-rtsp.py └── helper /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegaMosquito/slipstream/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegaMosquito/slipstream/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegaMosquito/slipstream/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegaMosquito/slipstream/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegaMosquito/slipstream/HEAD/README.md -------------------------------------------------------------------------------- /deepstream-rtsp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegaMosquito/slipstream/HEAD/deepstream-rtsp.cfg -------------------------------------------------------------------------------- /deepstream-rtsp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegaMosquito/slipstream/HEAD/deepstream-rtsp.py -------------------------------------------------------------------------------- /helper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MegaMosquito/slipstream/HEAD/helper --------------------------------------------------------------------------------