我正在尝试从头开始编写学习 H.323(没有任何看门人,直接点对点)。
public DatagramChannel rtp = null;
public DatagramSocket socket = null;
但我不确定我应该遵循哪个规范?有很多 H.323 规范。有没有人写过 H.323 简单的点对点应用程序?您能建议哪些文档适合开始此操作吗?
例如(唉,它唯一的 SIP,我测试过):http ://www.tech-invite.com/Ti-abnf-sdp.html
谢谢
参考:
一个简单的 Q.931 消息交换可能如下所示:
http://wiki.wireshark.org/SampleCaptures (搜索 h323 原始数据包)
http://www.en.voipforo.com/H323/H323_example.php
http://www.eventhelix.com/RealtimeMantra/Telecom/h323_call_flow.pdf