ASP.Net Live streaming IP camera video and audio

17,967

Solution 1

Well this change up to your stream! is it RTP? RTSP? wowza is the best at right now, what about Adobe's solutions? or you have to create your own which is harder one.
a) Adobe's Streaming Server
b) Adobe's RTMP Protocol
c) Adobe's Flash Player
d) F4v/Flv video format

These above software's are designed specifically for web applications to provide end user seamless, secured, uninterrupted, high quality video.

If you want some hands on then you can try Red5 (Open Source Flash Server written in Java) or rtpmd (C++ RTPM server)

Solution 2

You can use IIS Media Services (http://www.iis.net/media) and Smooth Streaming Client (http://www.iis.net/download/SmoothClient) to stream live video.

Share:
17,967
mhn_namak
Author by

mhn_namak

Researching on static and dynamic graph querying and mining over large scale graphs

Updated on June 05, 2022

Comments

  • mhn_namak
    mhn_namak almost 2 years

    Hi all dear developers.

    I need show live video and audio streaming in a web page developed by asp.net language. Could anybody help me on this situation: I want to know if there is an efficient and general and easy way. I searched for hours about it: one solution is use "Wawza media server" which is too expensive for our project. (By wawza we can change RTSP to RTMP and then give it to jw player.) I want a free way! Please help me on this.

    thanks for your attention