├── Dockerfile ├── Dockerfile.armhf ├── README.md ├── docker-compose.yaml ├── docker-compose.yaml-armhf ├── ffserver.conf ├── ffserver.conf-armhf ├── nginx └── default.conf └── stream.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/Dockerfile -------------------------------------------------------------------------------- /Dockerfile.armhf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/Dockerfile.armhf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /docker-compose.yaml-armhf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/docker-compose.yaml-armhf -------------------------------------------------------------------------------- /ffserver.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/ffserver.conf -------------------------------------------------------------------------------- /ffserver.conf-armhf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/ffserver.conf-armhf -------------------------------------------------------------------------------- /nginx/default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/nginx/default.conf -------------------------------------------------------------------------------- /stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eroji/rtsp2mjpg/HEAD/stream.sh --------------------------------------------------------------------------------