News

Motion Detection Trigger without H.264 Stream Decoding

August 30, 2016

Developed by us GStreamer component to detect motion fact has the main feature - it works without preliminary decoding of H.264 stream. Implemented for version GStreamer 1.0 and its work is based on analysis of packed headers NALU (Network Abstraction Layer Unit). Analysis of frames header allows with high possibility to detect motion in frame and without decoding frames for processing. This filter is adaptive, i.e. builds the mathematical model with ability to modify the sensitivity threshold at change of external parameters. Read more ...

Free Arduino Google Cloud Messaging (GCM)

July 02, 2016

We’re developing our new free project, which you can find now on GitHub - NotifyDuino. This app allows to receive messages from Arduino board to your Android based device through GSM service or user e-mail. Read more ...

HTML5 RTSP Player update

April 28, 2016

We've added such feature which supports fast playback mode up to 2 minutes duration. In this mode, you can view the video at a speed of x0,5 to x5. If you want activate this mode, click on timeline. To return to normal playback rate, press «live». This mode is useful to see what you missed. You can see it on test server http://specforge.com/html5playerstream/

HTML5 h.264 RTSP Player sound AAC support

April 22, 2016

We have added the support of sound AAC to free HTML5 h.264 RTSP Player on Github. The sources were updated. Link to live test stream with sound https://specforge.com/html5playerstream/ to check sound.

HTML5 h.264 RTSP Player for free on github

March 17, 2016

We have posted HTML5 h.264 RTSP Player on GitHUB for free using. Link to live test server running with websock_rtsp_proxy and test page html5_rtsp_player live test Desription, example and source code for this player you can find on github SpecForge/html5_rtsp_player