imaginevision / libssp

MIT License
21 stars 10 forks source link

Introduction

SSP is a Simple Stream Protocal to get video/audio stream from Z CAM cameras.

Why we use SSP?

Z CAM build VR cameras, to sync the video frame via network from different camera, we need to add some meta info on each video/audio frame.

The protocal inside is very straight forward, it's TCP based.

Features

How to use it

Take a look at the example code.

Note:

In the OnH264DataCallback/OnAudioDataCallback callback, please make a copy for your media data.