Hello everyone,
I originally posted this in a different forum category, but I did not see this area. I am trying to figure out a way to check if a particular URI to an .asx file is streaming or if the source is not running. I have 64 different possible publication points that could be streaming (64 different URI's) and I'm trying to figure out a way to "check" them all to see if there is streaming. If there is a stream, I archive otherwise I do nothing and check the next URI. This is a process that would be constantly running in the background of our server.
When I implement this logic in code, I want to do something like this:
If(there is a stream coming from http://www.blah.com/point0003.asx)
-start archiving the stream
else
-do nothing
The archiving is taken care of, i'm just trying to figure out how to check the streams. I would prefer to be able to do this in C# (or java), but would love any solution to the problem.
Thanks for your time,
Dan
Closed Thread
Results 1 to 2 of 2
Thread: Checking a live stream?
Thread
-
Please don't cross post. Click on the report this post and ask it to be moved instead.
Continue in http://forum.videohelp.com/topic375736.html
Similar Threads
-
Checking a live stream?
By dgrim3 in forum ProgrammingReplies: 1Last Post: 24th Nov 2009, 14:01 -
Using DV Camcorder to Stream Live
By johnwenzel in forum Video StreamingReplies: 3Last Post: 9th Sep 2009, 05:41 -
I want to stream live TV and need some advice.
By chepe in forum CapturingReplies: 10Last Post: 14th Mar 2007, 21:34 -
live video stream
By maghera in forum Newbie / General discussionsReplies: 9Last Post: 16th Oct 2004, 03:45 -
Capturing a live stream
By ToMpy in forum CapturingReplies: 4Last Post: 22nd Jan 2004, 15:43


