ozonebase icon indicating copy to clipboard operation
ozonebase copied to clipboard

Open Source, MIT licensed, SDK for Video Innovation & CCTV solutions http://ozone.network

Results 17 ozonebase issues
Sort by recently updated
recently updated
newest added

Hi I wanted to play mp4 on html5 after saving RTSP video files created by MovieFileOutput. MovieFileOutput recorder("cam", "video", "mp4" ,40, videoParms, audioParms ); recorder.registerProvider(people2); Because it's encoded to MP4V,...

Sorry to do this here, but I'm not sure where else to ask. Your project is C++ and cross-platform. It uses cmake for building on each system. I am starting...

Is this repo actively developing or a dead project?

I want to know if there is a way to save the original stream when there is an event instead of reencoding it? If I were using a camera directly...

I noticed this error while compiling and it shows up in your automated compiles as well. Is this going to cause any issues for the nvrcli sample or any custom...

I tried to run the examples through the docker images: https://hub.docker.com/u/web2wire/ However, I wasn't able to reproduce the same results of the page: http://demo.ozone.network:9280/demo.html Step-by-step this is what I did:...

Fatal should be sparingly used and program exits only when its in a really messed up state. Missing RTSP feeds/timeouts etc are not candidates for program exit.

It is useful for application developers to know when a particular class has completed a transaction it was meant to do. Example, my app may want to know when EventRecorder...

The cmake build system has been tested successfully from-source on redhat and ubuntu distros. Today I moved into a (rpm) package building environment and got the unexpected linker error: `../libgen/libgen.so:...

question