Click to See Complete Forum and Search --> : streaming video on net.


retesh_gondal
02-24-2004, 09:03 AM
I need to make a web application that will play streaming video on net. Plz help me with sites that can provide me with enogh turorials and programming tips on developing a streaming video application.
Thx
Retesh

buntine
02-24-2004, 10:58 AM
There is probably no need for ASP in order to achieve this..
You will only need to use HTML 4.01's <embed> element.

Or is there something which you wanted to do on the server?

PeOfEo
02-24-2004, 04:48 PM
Originally posted by buntine
There is probably no need for ASP in order to achieve this..
You will only need to use HTML 4.01's <embed> element.

Or is there something which you wanted to do on the server? I think he means an actual on demand stream and not an embedded video. So you download as you watch. It can mean less strain on the server at any given time. There a tons of third party components out there for on demand, and media streaming, but it is probably going to cost you some extra money.

retesh_gondal
02-24-2004, 11:44 PM
thx for replying guys...!!
I main aim of application is to track the time the moment video starts on browser and for how much time the user viewed the video.
Wat i am looking for is few sites that can provide me with enough information, theory, tips about making an application for streaming videos.
Hope this time i am clear.
Thx
Retesh