Video Element
The video element is created and managed by the ArcwareApplication
instance, which is responsible for playing the video stream.
Initialization
Initialize your ArcwarePixelStreaming
instance and create an ArcwareApplication
instance as follows, or use the ArcwareInit
method to initialize all you need in a single call.
Embedding the Video
After creating the ArcwareApplication
instance, append the video element to the stream container:
Last updated