rtsp2mjpg icon indicating copy to clipboard operation
rtsp2mjpg copied to clipboard

RTSP to MJPEG stream conversion using FFmpeg and FFserver

Results 13 rtsp2mjpg issues
Sort by recently updated
recently updated
newest added

I have a RTSP camera that is able to stream only when there's activity (Eufy camera), alsol I may also want to turn camera power off/on manually. This causes the...

Is it possible for this docker container to react to the need for a stream instead of always being available, and maintain it for a period of time after the...

Is there a way to get this working on Synology NAS with docker. I played with the docker variables of the container but had no luck. Let me know if...

Git cloned latest version of rtsp2mjpg, modified docker-compose.yaml: ``` version: '3' services: rtsp2mjpg: image: eroji/rtsp2mjpg restart: always expose: - "8090" volumes: - /etc/localtime:/etc/localtime:ro # Uncomment below if you want to...

nginx/1.21.3 getting bad gateway, any ideas

Hello! After several minutes of work, in docker logs, there are some errors. Unfortunately, the container freezes after them and I can't get my stream. I need to restart the...

When I restart the docker containers it starts working instantly again... any tips? I'm not seeing errors that I can find in the logs?

Need a httpd Port Variable for 2nd instance on same docker host please.

I've added the healthcheck to the Dockerfile. It allows Portainer to monitor the health of the container as from time to time this container just stucks.

Hi, I have it all setup and running but nothing is showing because I have a Tapo C200 which requires a username and password for the RTSP stream to work....