Abbas
Abbas

Reputation: 5044

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

Upvotes: 7

Views: 8427

Answers (2)

taurus
taurus

Reputation: 272

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.

Upvotes: 3

Silx
Silx

Reputation: 2691

There is an dedicated technology called Smooth Streaming (link). If you are using easy way try to use Microsoft Expression Encoder 4 Pro (link). It's a tool made for encoding it to H.264 and publicating both for streaming and broadcasting. As far as I remeber it was used in last olympic broadcast.

Upvotes: 1

Related Questions