Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mms:// rtsp:// rtp:// rtmp://リンクが利用可能で、データをストリーミングしているかどうかを確認する方法がわかりません...
mms:// rtsp:// rtp:// rtmp://
どこから始めればいいですか?
次のようなものが必要です
bool IsMediaURLAlive(string url) { // main code ... return false; }
どんな手掛かり?