Skip to content

google/aistreamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

AIStreamer - A Media Streaming/Processing Library for Google Cloud Video Intelligence

AIStreamer is an open source media streaming and processing library used in conjunction with Google Cloud Video Intelligence Solution.

Google Cloud Video Intelligence Streaming API supports label detection, shot change detection, explicit content detection, and object tracking.

AIStreamer library is running on premise or in the clouds. It is used for preprocessing the media content, and ingesting the media data to Google Cloud Video Intelligence servers.

Homepage: Google Cloud Video Intelligence (Public Features)
Homepage: Google Cloud Video Intelligence (Alpha Features, Restricted Access)

Join the chat at https://gitter.im/aistreamer/aistreamer

Contact us: aistreamer@googlegroups.com

To start using AIStreamer

For instructions on how to use different media processing and streaming features, please refer to the documents in individual feature directories.

  • AIStreamer Ingestion: Streaming ingestion pipeline for Google Video Intelligence. It supports both live streaming protocols (HLS/RTSP/RTMP) and file streaming.
  • Video Frame Processor: A library for extracting video frames, converting format and visualizing annotations.

License

All source code in this Github repository follows MIT license.

Copyright (c) 2019 Google LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.