Live media ASP.NET from website
-
Hi, What would be the best way to have live videos on an ASP.NET website? I have read that flash servers can do this. But what would be the alternatives? On of our client websites are in DNN and they inquired with us if this is possible. Regards, Blumen
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
-
Hi, What would be the best way to have live videos on an ASP.NET website? I have read that flash servers can do this. But what would be the alternatives? On of our client websites are in DNN and they inquired with us if this is possible. Regards, Blumen
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Hi Blumen search for WebVideo.dll add this dll to framework components. u will get windows media player,real player and VLC player in dotnet tool bar... just drag and map the video file path.. regards Rajeesh MP
-
Hi Blumen search for WebVideo.dll add this dll to framework components. u will get windows media player,real player and VLC player in dotnet tool bar... just drag and map the video file path.. regards Rajeesh MP
-
Hi Blumen search for WebVideo.dll add this dll to framework components. u will get windows media player,real player and VLC player in dotnet tool bar... just drag and map the video file path.. regards Rajeesh MP
Hi, I found the WebVideo.dll from this project : http://www.c-sharpcorner.com/UploadFile/scottlysle/CsharpWebVideo04212007133218PM/CsharpWebVideo.aspx[^] Are we talking about the same dll? Because I used this dll to add components to the toolbox but all I got was a component named WVC which is based on Windows Media Player activex. But I need to use a vlc player based component in my web application, so can you tell me what I can do. thanks a lot..