0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ひとりアドベントカレンダー by MasAdvent Calendar 2024

Day 22

VoIPとSIPを通じてRustを勉強する:SIP/SDP

Posted at

今回の記事ではIP電話のプロトコルであるSIP/SDPについて記載してみたいと思います。

SIPとは

概要

ネットワーク上で音声などのセッションを確立、変更、終了のためのプロトコル。
# 主な機能

  • セッションの確立
  • セッションの管理
  • セッションの終了

メッセージの種類

  • INVITE
  • BYE
  • REGISTER
  • ACK
  • OPTIONS

SDPとは

概要

通信セッションにおけるメディア情報の内容や条件を記述するプロトコル。

役割

  • 通信に使用するメディアの種類やフォーマット、ネットワークパラメータを相手に伝える

主な情報

  • セッション情報
  • ネットワーク情報
  • タイミング情報方法
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?