Is this possible to make something like youtube streaming website but just without all this stuff like accounts, comments etc. just streaming my camera ip, recording it and with rewind option to see last couple minutes?
I have Raspberry PI 3B+ with Ubuntu atm.
3 cameras with RTSP/H.264
For now im using this to watch my cameras: https://github.com/linkingvision/h5stream
And FFMPEG for the recording
No DVR
So looks like it's doable but i don't know how to combine everything in one streaming server like the youtube does.
Eventually i could use that script: https://www.youphptube.com/
But it has too much options for me, don't need most of them.