streaming video & Screen recording live to the backend server
View other answers to this thread3.4K+ developers have started their personal blogs on Hashnode in the last one month.
Write in Markdown · Publish articles on custom domain · Gain readership on day zero · Automatic GitHub backup and more
stuff ;)
live uploading? well that would most likely be a buffered stream where you grap the stream via proxy and save it according to a certain API key so you can grab the meta informations.
obsproject.com would be one way in combination with obsproject.com/forum/resources/how-to-set-u..
that's at least how i did the live streaming. about the buffering and stream grabbing
obsproject.com/forum/threads/best-way-to-re..
you can actually do it with
github.com/arut/nginx-rtmp-module
I just dabbled with this the last time I wrote a streaming plattform for videos has been quite a while and we mainly converted the videos into different formats and provided the SaaS for it.
I hope this helps.
shekar Reddy usually you give an API key that is mapped in the request stream. you define one API key per user and generate the nginx config automatically. the rest is basically via nginx a configuration template.
so your backend generates an API key (which is the key that is allowed with the nginx url
that would be my straight forward attempt. so you applications would mainly write the configuration for the servers and connects them to the user paths.
Good post, I just got started using Mixer (cause faster than light tech), Twitch (for clips), and youtube API's (for data and video stuff)... with discord (for simplicity and voice).
I couldn't find anything simple so I'm just experimenting and filling in the blanks as I go
¯(°_o)/¯