Video Stream?
Can I use NormCore to send a video stream from one client to another? or display a video stearm from some other source like OBS from a PC?
Solution
----------------------
Yes, Normcore does provide support for media streams. It offers high-quality, low-latency audio streams via the
As for video streaming, Normcore's new MediaStream API is now available in private preview for Normcore Private customers. If you would like to use video streaming in your Normcore Private app, you should get in touch with your account manager for more information.
Please note that the information provided here is based on the documentation available at the time of writing and may be subject to changes or updates.
For more details, please refer to the Normcore Documentation (https://normcore.io/documentation/room/room#media-streams).
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Yes, Normcore does provide support for media streams. It offers high-quality, low-latency audio streams via the
CreateAudioInputStream() API. This API returns an AudioInputStream that can be used to send audio data to all clients. Once called, all clients will be able to retrieve a corresponding AudioOutputStream object using the GetAudioOutputStream() API along with the clientID and streamID from the AudioInputStream object.As for video streaming, Normcore's new MediaStream API is now available in private preview for Normcore Private customers. If you would like to use video streaming in your Normcore Private app, you should get in touch with your account manager for more information.
Please note that the information provided here is based on the documentation available at the time of writing and may be subject to changes or updates.
For more details, please refer to the Normcore Documentation (https://normcore.io/documentation/room/room#media-streams).
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------