Check streaming media? [modified]
-
Hello, Is there any easy way to check streaming media(valid, invalid) in csharp? for example: i have a mms stream, mms://192.10.0.11/radio, i want to check if the stream is valid or not in c#. thanks.
It is never late to learn
modified on Tuesday, December 28, 2010 10:06 AM
-
Hello, Is there any easy way to check streaming media(valid, invalid) in csharp? for example: i have a mms stream, mms://192.10.0.11/radio, i want to check if the stream is valid or not in c#. thanks.
It is never late to learn
modified on Tuesday, December 28, 2010 10:06 AM
Define what you mean by "valid". What you said have can mean anything.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Define what you mean by "valid". What you said have can mean anything.
A guide to posting questions on CodeProject[^]
Dave Kreskowiakwhat i mean by valid is when i open the link with media player, it should work, i did not find another word for it. maybe better word for it is "Active".
It is never late to learn
-
what i mean by valid is when i open the link with media player, it should work, i did not find another word for it. maybe better word for it is "Active".
It is never late to learn
OK, the only thing you can do is try and download the file from the URL. Whether or not the stream actually plays is an entirely different problem which doesn't have an easy solution.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
what i mean by valid is when i open the link with media player, it should work, i did not find another word for it. maybe better word for it is "Active".
It is never late to learn