streamer icon indicating copy to clipboard operation
streamer copied to clipboard

Converting Streams into HLS for playback on Chromecast devices using FFMPEG + NGINX

Results 8 streamer issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to install this streamer on a Raspberry Pi 4, but getting this error: **standard_init_linux.go:211: exec user process caused "exec format error"** I thinl this docker image is...

Hi I am ubable to access to the stream, running with the line: `docker run -e PARAMETERS="rtsp://admin:[email protected]:554/ frontptzcam" -v %cd%/tmp/:/tmp/stream -p 8080:80 gihad/streamer` then trying to acces on: `localhost:8080/frontptzcam.m3u8` Getting...

I have been struggling quite a while with setting up a ffmpeg + apache "proxy" solution in order to make a stream castable but ti now avail and now I...

Fantastic work. I'm hoping to use this to stream UniFi protect cam streams to Chromecast devices. I've got it working in general but there's about a ~20-30 second latency in...

This pull request makes some minor tweaks to the Docker + Nginx configs in order to have it run on OpenShift. Basically, that means that inside the Docker container the...

Hi, I am experimenting an issue with streammer container since ffmpeg hung and stops writing in disks the transcoded streams. Any recommendation on your side? I am not seing peaks...

when running this using docker-compose, we could automatically do health check if there is a curl command available inside the container. ``` streamer: container_name: camera_streamer image: gihad/streamer restart: always environment:...