Skip to main content

Kanzi WebRTC Video Streaming

Answered

Comments

1 comment

  • Official comment
    Jason Stanczyk

    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.