Hello,
I have a few cameras that send telemetry data along side with the video feed.
Can I make kurento forward them to the client using data channels?
If im using "useEncodedMedia", do I need to? Will kurento wrap the whole thing or only the video feed?
Since I believe the answer is no (I couldn't find any data about rtpheaders in kurento) since many times rtp headers are very camera specific, and since I don't have a way to explain kurento's Gstreamer how to read the headers and do something about them - is it even possible to use kurento for this?
(I guess I need to read the stream in another process with ffmpeg\gstreamer and deal with the data channel? Though I will lose data-video frame sync)
I don't have any idea how to approach this :P
Thanks!