Releases: Telmate/TelmateFrameGrabber
Releases · Telmate/TelmateFrameGrabber
Fix storage path
Merge pull request #13 from Telmate/PS-2221-FIX fix storage path
Remove static constructor, instantiate from main constructor
Merge pull request #12 from Telmate/PS-2221-FIX Remove static constructor and instanciate from main module
Fixing cleanup methods, use instance methods
Merge pull request #11 from Telmate/PS-2221 fix cleanup methods, and use instance based stuff for a lot of things
Add a cleanup method
Merge pull request #10 from Telmate/VID-2108 Add Cleanup method
Kurento 6.7 support
Merge pull request #9 from Telmate/VID-2108 compile module for Kurento 6.7
pthreads change and queueHandler sleep
Merge pull request #8 from Telmate/PS-2221 attempt to sleep in queueHandler before exiting
Switched SPSC Blocking queue (avis queue)
Switched to A blocking single producer consumer queue since kurento seems sensitive to handing frames off and waiting on stuff (Lock free actually seems slower).
switched to a custom blocking queue template (avis_queue)
-Avi
Switch to a blocking SPSC queue.
A blocking SPSC queue will perform better here and result in less CPU ticks due to its mutex "wakeup" abilities.
Some consumer logic was changed as well. and cleanups are performed as long as the plugin destructor is called ;)
Fix Concurrency issues.
Fix Concurrency issues.
Proper release behavior
PS-1394: Attempt to fix runaway threads and leaks by properly calling modules de-contsructor