Skip to content
  • Sean DuBois's avatar
    e500917a
    Implement SampleBuilder · e500917a
    Sean DuBois authored
    SampleBuilder provides a simple API to build an
    RTCSample from RTP packets. This is useful when proxying
    audio/video data to multiple peers. This is the alternative
    to allowing users to push RTP Packets directly. This would be
    confusing as we would throw away some of the information that users
    give us and could lead to weird edge cases
    
    Resolves #112
    e500917a
    Implement SampleBuilder
    Sean DuBois authored
    SampleBuilder provides a simple API to build an
    RTCSample from RTP packets. This is useful when proxying
    audio/video data to multiple peers. This is the alternative
    to allowing users to push RTP Packets directly. This would be
    confusing as we would throw away some of the information that users
    give us and could lead to weird edge cases
    
    Resolves #112
Loading