Hello everyone,
I apologize if this is not the right forum for this. 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
+ Reply to Thread
Results 1 to 2 of 2
-
-
I found a way to do this using Java's HttpURLConnection class. If anyone is interested feel free to ask.
Similar Threads
-
restream a live stream
By nerojan in forum Capturing and VCRReplies: 2Last Post: 4th Jun 2016, 12:29 -
How to Stream Live TV to my website??
By afghanistan-culture in forum Video Streaming DownloadingReplies: 8Last Post: 29th Feb 2012, 20:00 -
How to stream live mms click from one mobile to another mobile live
By rahul1971 in forum Video Streaming DownloadingReplies: 0Last Post: 19th Mar 2010, 06:14 -
Checking a live stream?
By dgrim3 in forum ProgrammingReplies: 1Last Post: 18th Nov 2009, 15:42 -
Stream Live TV Channel
By alexandros27 in forum Video Streaming DownloadingReplies: 2Last Post: 11th Oct 2009, 03:31