SSP is a Simple Stream Protocal to get video/audio stream from Z CAM cameras.
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.
- Win10/Linux x64 is supported
- C++ 11
- Video/Audio timestamp
- H.265/H.264 are supported
- AAC/PCM are supported
Take a look at the example code.
Note:
In the OnH264DataCallback/OnAudioDataCallback callback, please make a copy for your media data.