Using the WebBrowser control and some simple HTML, I'm successfully streaming live video from individual cameras on my video server and writing the files to a hard drive.
However, I have been unable to close any of the video files without teminating my programme first.
The sample HTML code states "stop=True" will stop receiving images from the Video Server and close any open files (avi/mpj), but this doesn't have any effect.
I have also tried the VB6 "Stop" command which is supposed to close all open files but that doesn't work either.
Has anybody any other suggestions that I might try.
[gray]Experience is something you don't get until just after you need it.[/gray]
However, I have been unable to close any of the video files without teminating my programme first.
The sample HTML code states "stop=True" will stop receiving images from the Video Server and close any open files (avi/mpj), but this doesn't have any effect.
I have also tried the VB6 "Stop" command which is supposed to close all open files but that doesn't work either.
Has anybody any other suggestions that I might try.
[gray]Experience is something you don't get until just after you need it.[/gray]