I am currently exploring Kurento to determine if it fits my needs. I am interested in developing a mobile application that can record and stream video to a server in real-time, with the server saving the video on its file system as it is being transmitted. Additionally, I want a browser-based web application to display the live video feed as close to real-time as possible, allowing viewers to access it whenever they choose. The goal is for the mobile app to continuously send video to the server and for the server to store it independently of the actions taken by the web app.
After reviewing tutorials, the "Advanced One-to-One Video Call" example appears to be relevant, but it requires the second client's acceptance and transmission of their own video, whereas I simply want the mobile app's video displayed in the browser.
Is this achievable with Kurento? Any recommendations for alternative SDKs or solutions not involving Kurento are appreciated.
Thank you.
EDIT: Updated title for clarity