You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mekya
changed the title
Make Spaceport and Ant Media Server Integration Feasibility
Make Spaceport and Ant Media Server Integration Feasibility: Play Volumetric Video with WebRTC
Feb 3, 2025
I've made the feasibility and run the some codes with Viser.
Here is what I understood
Viser has both server and client side code. Server side is implemented in python and client side is implemented in React.
Server side and client side are communicating through Websocket and there is a great synch between server side and client side through websocket. It also means there are good number of messages and codes.
Most of the things on Viser's side are not required for us
Good thing is that Viser is drawing the picture in the canvas and then it shows. It gives us the ability to render the stream on canvas via WebRTC and good to go.
The plan is
Keep the websocket communication same except WebRTC communication and Implement the required websocket messages on Ant Media Server.
Run the python codes and java codes in synch to generate/encode the frames
Integrate WebRTC Video with Viser and Ant Media Server
Integrate WebRTC Audio
Clean the UI and make the UI like a common video player
Plugin Feasibility - https://spaceport.tv
Goal is to Play the Volumetric Video with WebRTC by implementing a plugin that integrates Spaceport and Ant Media Server
The text was updated successfully, but these errors were encountered: