JamesHarrison / openob

The Open Outside Broadcast project for radio contribution links and studio-transmitter links.
158 stars 34 forks source link

Refactor RTP TX/RX classes #23

Closed JamesHarrison closed 6 years ago

JamesHarrison commented 10 years ago

Rip the RTP classes to bits and split pipeline construction up to be more modular, expose public APIs for adding outputs (udpsink) and inputs (udpsrc).

This will require moving some more logic about pipeline construction into the manager class, but that's fine - it should be there anyway.