Live Video Streaming asp.net -
I have a scenario where two servers (Server 1 and Server 2) are a webcam / CCTV cam (or somebody) Also type) that feeds the video on the server 1. I believe that the video feeds 1 camera is easily done Camera setup This live video is now somehow sent to server 2, which ultimately leads to customers Transmits.
Now I really need to know how to start with the whole thing and where the role of the media server comes from (if it really is necessary). I have no information about the whole process and I am having trouble creating relevant searches. Any advice or help would be greatly appreciated in advance thanks
Is there any specific reason why 2 servers Are included? You can easily stream videos from server 1, where you get a camera feed.
You can either use a streaming media server (like Adobe Media Server) or you can use a standalone application like Windows Media Encoder to view live streams for users.
Is there enough bandwidth for multiple users to stream videos to your server 1? If 100 people view your stream at 1 Mbps, then you will need at least 20 Mbps bandwidth in your server, even then video streams may be affected. If you can not arrange more bandwidth on your server, then you have to use a CDN hosted streaming server (there are many service providers in it).
If only some users are looking at their stream together, then it may be OK with your current setup.
If you follow the two server setups as you mentioned, then follow these steps.
-
Set Adobe Media Server on server 2 (10 simultaneous connections will be tested for the stream).
-
Install Adobe Media Encoder on Server 1, where video stream is available.
-
Push the video stream through 2 through the ADOB media encoder to the server 2, (first set up a publishing point for the Live).
-
Receive streaming links from AIIMS installed in Server 2, which can be embedded in any compatible player (flipplelayer or jwplayer), and it can be used for public access Can put on the web page.
Hope this helps.
Comments
Post a Comment