Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top