It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Streaming Video

Streaming Video

Postby Pure_Graphix on Thu Feb 16, 2006 2:53 am

OK all you brains... how can i write a code that has a small box on my website, that streams a live feed from my USB webcam? I havn't seen it very often, so i'm wondering if it's possible.. Let me know if you have seen it, or know how to do it.. I'm not looking to push with an encoder to a separate WMP file.. i want it live on my website....

- Pure -
Image
User avatar
Pure_Graphix
100+ Club
 
Posts: 240
Joined: Thu Sep 09, 2004 11:53 pm
Location: US

Postby ReFredzRate on Thu Feb 16, 2006 5:55 am

I've taken a magazine about web design from my book shelve. This is what it says about streaming video:

Code: Select all
<object data="file.wmv" type="video/x-ms-wmv">
<embed src="file.wmv"> </embed>
<noembed> <img src="warning.jpg"> </noembed>
</object>


I guess that in this case the .jpg isn't necessary. Besides that you will have to find out yourself if you can turn .wmv into .wmp, since you're using .wmp.
Hope this helps :)
ReFredzRate
1000+ Club
 


Who is online

Users browsing this forum: No registered users and 5 guests