Kanzi WebRTC Video Streaming
AnsweredHi all,
Wanted to see if anyone has experience in streaming video feeds over WebRTC into Kanzi to save us having to implement a custom solution!
Note: We can convert WebRTC into any other form, but WebRTC is preferred
Kind regards,
Oliver
-
Official comment
Kanzi doesn’t have built-in WebRTC (or general video streaming) playback.
To show a WebRTC video feed inside a Kanzi UI, you need to decode/receive frames with an external WebRTC stack and then feed frames into Kanzi as a texture.
Kanzi doesnt provide a ready-made WebRTC-to-Kanzi example, but it does outline the supported integration patterns you can implement in the Node2D example you can find here:
https://docs.kanzi.com/3.9.15/en/examples/node2d-plugin/node2d-plugin.html
Each hardware has different requirements and decoders for video playback.
Please sign in to leave a comment.
Comments
1 comment