Hi, I would like to use a video stream from a raspicam and set up a streaming service on the rpi that is able to stream to multiple sources at once.
In fact, I want to be able to stream to an on-board app as well as to anyone who would listen on a given port.
I know uv4l does that, but I wanted an open source and royalty free setup. I am able to use the mjpeg stream provided by uv4l for this purpose.
Also I would prefer to send a H264 stream.
Currently I tried ncat, multicat, vlc and gstreamer with either failure or incomplete succes.
I am able to setup a h264 service, but I can't share it with multiple users.
Do you have any suggestions as to how I could achieve something like this?