Java Media Control API: SDP Negotiation
Before the media server can talk to the client, both sides have to negotiate the media session description. In Java Media Control API, the media session negotiation is based on SDP offer/answer model. NetworkConnection in Java Media Control API represents the client connecting to the media server. A NetworkConnection is created when a call is [...]
