roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 213 forks source link

Implement EndpointURI #282

Closed gavv closed 4 years ago

gavv commented 4 years ago

See #258.

The new code for endpoints in roc_address partially duplicates existing code for ports in roc_pipeline. The new code is not used anywhere so far. When the rest code base will be migrated to endpoints, the old code for ports will be removed.

See also: