Discussion:
A non programmer likes to have streaming video.
(too old to reply)
Edmund
2004-07-12 09:04:57 UTC
Permalink
I like to have streaming video from my cam on either my website
or on my own server.
The cam works fine with codycam etc.
Is there a simple way to do that?

Thanks
PIRONNEAU Stéphane
2004-07-13 12:35:52 UTC
Permalink
Post by Edmund
I like to have streaming video from my cam on either my website
or on my own server.
The cam works fine with codycam etc.
Is there a simple way to do that?
In Unix like systems, everything is a file !
You can look at the CodyCam sample code to reprogram it an user easier
way.

In Unix like systems, everything is a file !

If someone wants to program in a better way the CodyCam sample code
you can use the input/output stream classes (wanna manipulate
streams !).

#include <iostream.h>

http://stephane.pironneau.free.fr
Post by Edmund
Thanks
Continue reading on narkive:
Loading...