Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • J jami-daemon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 103
    • Issues 103
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • savoirfairelinuxsavoirfairelinux
  • jami-daemon
  • Issues
  • #516
Closed
Open
Issue created Apr 14, 2021 by Mohamed Chibani@mchibani1Developer

SDP/ICE - Parse an SDP that comply to RFC-5245

The SDP/ICE parser must be able to parse ICE candidates for component ID incremented per media. Example:

m=audio
a=candidate:Hc0a80032 1 UDP 2130706431 192.168.0.50 53065 typ host
a=candidate:Hc0a80032 2 UDP 2130706431 192.168.0.50 13033 typ host
m=video
a=candidate:Hc0a80032 1 UDP 2130706431 192.168.0.50 35060 typ host
a=candidate:Hc0a80032 2 UDP 2130706431 192.168.0.50 32011 typ host

Edited Apr 14, 2021 by Mohamed Chibani
Assignee
Assign to
Time tracking