Git Product home page Git Product logo

Comments (4)

rfuchs avatar rfuchs commented on August 24, 2024

This is by design. When offering rtcp-mux, the SDP must contain fallback RTCP attributes in case the answering client doesn't understand rtcp-mux and/or wishes not to multiplex. Only in the answer these attributes may be omitted. See RFC 5761.

from rtpengine.

alexcme avatar alexcme commented on August 24, 2024

Would have to agree, it did not break functionality, but, on session refresh it does looks like unfortunate to get an additional (unused) port allocated.

from rtpengine.

rfuchs avatar rfuchs commented on August 24, 2024

The port is "used" anyway, it gets allocated on the initial offer. It has to be, due to the mentioned fallback mechanism. Even if you were to deallocate it after it's confirmed to go unused, you couldn't use it for much else as it's an odd-numbered port. You could use it for another session only if there were some kind of "WebRTC only" or "rtcp-mux only" mode of operation, which doesn't exist.

from rtpengine.

alexcme avatar alexcme commented on August 24, 2024

Ooops, found it, using query after everyoffer/answer transaction :) little bit confusing though, and helpful to know as I need to allocate / enable available ports range in advance, would be nice I think to comment it in description.

from rtpengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.