Hello,
I have a linux box running rtmplite and i'd like to send cv::Mat/Numpy/Kinect data to my RTMP server.
(https://code.google.com/p/rtmplite/)
This aspect of internet communication seems to have a gap in it's tutorial base. I am able to use a .swf from the VideoIO (https://code.google.com/p/flash-videoio/) project to record and play videos from the server. How do we push Kinect data to the server?
1) Can we push a single image?
2) What method would be suitable for both depth and image frames?
3) Skeleton pionts offer another data source, although a json request may be suitable although they would need to combine together again at some stage on the server side.
Any other solutions available? Js-node? .NET? Rstp?
Regards,
Daniel