that's exactly what I was looking for. Would it be better to stream the "feed" to the clients as jpg frames or convert it to avi at the server then stream as video?
Here's my situation. I have forty to fifty IP cameras. I need to be able to have a program sitting on a server that will pull feeds off of the cameras and distribute the feeds to client programs throughout the building.
What are my options for the streaming video? Any ideas would be...
I'm about to start a new project and I don't know whether to do it in VB6 or .NET. I love VB6 and have used it for years but I don't want to code a project in VB6 and have it become obsolete in the next few years.
The project will be dealing with IP cameras and many picture boxes if that...
i'm using this link service that formats it's linke like so:
link1
link2
link3
The only thing they allow me to configure is the name of the div the links are in. So basically I need to turn the above example into this:
link1
link2
link3
Any ideas,
thanks
you might be able to use the same trick I use for the images on my site. make a php script that outputs the swf file and also throw in some checks to see who is calling the script. Then you can call the swf like this: "whatever.php" instead of "whatever.swf".
In the php script you could specify...
I need to be able to save a webpage on another server to a text file on my server. I know how to save the data to a text file but I am drawing a complete blank on which function to use in order to get the data from the other server. Any thoughts?
thanks
Could someone please tell me how to check if a file was modified less than X number minutes ago. I can get dates to work but not minutes. basically I need this:
if (string.txt = modified < 30 minutes ago)
{
}
else
{
}
Any input would be great, thanks.
I have this gallery page that shows some of my pictures. now, my problem is that the picture appear in one long column. I would really like them to appear in two columns if possible. Could someone show me how to do this?
here's the page (just click on something in the sidebar and you'll see...
It's been a while since i've worked with html or javascript like this so I know i'm doing something wrong. The following code keeps giving me a parse error. could someone help me out here. thanks
echo '<a href="javascript://"...
The following script keeps puting dots before the actual directory. Basically it outputs:
<a>.</a><br><a>..</a><br><a>testone</a><br><a>testtwo</a>
when it should output:
<a>testone</a><br><a>testtwo</a>
Script:
$dir = "albums/";
if (is_dir($dir))
{
if ($dh = opendir($dir))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.