Hey guys I trying to make uniGUI reproduce RTSP (Real Time Streaming Protocol) common in IP Security Cameras or DVRs My first attempt was take a snapshop from RTSP url that gave me a jpg as return, and then I could reproduce like a video with a ajax. But not every IP Camera or DVR have a snapshot function, so I decided to use FFPMEG for convert RTSP to m3u8   Server execute a comand like: ffmpeg.exe -fflags nobuffer -rtsp_transport tcp -i rtsp://192.168.15.30:554/11 -fla
    • Like
    1