Easy-to-implement videostream player
-
Hi. First of all, I am new to asp.net development. What i have is, a C# aspx page with, lets say an ordinary button. What i need is, any kind of video player that can, upon click on the button, play/stop a windows media server stream from a url. Where do i find such a player, that is easy to implement? I cant seem to use the ordinary media player control as in normal c# application forms. Any help is highly appreciated. Kind regards, Lars
-
Hi. First of all, I am new to asp.net development. What i have is, a C# aspx page with, lets say an ordinary button. What i need is, any kind of video player that can, upon click on the button, play/stop a windows media server stream from a url. Where do i find such a player, that is easy to implement? I cant seem to use the ordinary media player control as in normal c# application forms. Any help is highly appreciated. Kind regards, Lars
You can Use "Silverlight" to create a simple Media Player
-
You can Use "Silverlight" to create a simple Media Player
Thank you for your answer. Im new to web pages, but I have been looking for silverlight solutions already. The problem is, that those examples out there, are using a static video control. For en example, a video player has an embedded start/stop button. What I need is to control this player outside of the videoplayer. So when, for an example, a user clicks on a button on the page, or the page recevies a message from a server, the video would start. This is no problem in an ordinary application, but how to do it in a web app?