diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/rtsp | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/rtsp')
-rw-r--r-- | files/ja/glossary/rtsp/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/files/ja/glossary/rtsp/index.html b/files/ja/glossary/rtsp/index.html new file mode 100644 index 0000000000..5602756b37 --- /dev/null +++ b/files/ja/glossary/rtsp/index.html @@ -0,0 +1,32 @@ +--- +title: 'RTSP: Real-time streaming protocol' +slug: Glossary/RTSP +tags: + - Glossary + - Real-time streaming protocol + - Reference + - rtsp + - 用語集 +translation_of: Glossary/RTSP +--- +<p>Real-time streaming protocol (RTSP) はネットワークプロトコルの一つで、{{glossary("server", "サーバー")}}と{{glossary("client", "クライアント")}}の間でどのようにメディアのストリーミングが行われるかを制御するものです。基本的に、 RTSP は動画をストリーミングするときに [一時停止]/[再生] をクリックしたときに何が起こるかを記述するためのプロトコルです。コンピューターがリモコンであり、ストリーミングサーバーがテレビであった場合、 RTSP はテレビに作用するリモコンの操作の方法を記述します。</p> + +<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> + +<h3 id="General_knowledge" name="General_knowledge">一般知識</h3> + +<ul> + <li>ウィキペディア上の {{Interwiki("wikipedia", "Real_Time_Streaming_Protocol","RTSP")}}</li> + <li><a href="https://tools.ietf.org/html/rfc7826">RFC 7826</a> (このプロトコルの動作を詳細に定義した文書の一つ)</li> +</ul> + +<section class="Quick_links" id="Quick_Links"> +<ul> + <li><a href="/ja/docs/Glossary">MDN Web Docs 用語集</a> + + <ul> + <li>{{Glossary("RTSP")}}</li> + </ul> + </li> +</ul> +</section> |