Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Streaming Live Audio and Video on internet using asp.net

i want to implement the live video and audio streaming on my one of the clients website.. and i dont have any idea how to go about, can you guys please help, is it possible that the video captured from Mobile Phone (HD Video), be streamed live over internet.. or how the live video and audio streaming works.. can you guys take me to the right direction from where i can start with...

Thanks

like image 996
Abbas Avatar asked Sep 06 '11 05:09

Abbas


1 Answers

There is an implementation with Web RTC https://github.com/muaz-khan/WebRTC-ASPNET-MVC. I have already used this example for live broadcasting audio. You can also see the demo on the following link https://rtcmulticonnection.herokuapp.com/demos/. I hope it will be useful for someone.

like image 84
taurus Avatar answered Oct 14 '22 10:10

taurus