bbc / brave

Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud
Apache License 2.0
654 stars 148 forks source link

Ability to create and delete mixers #10

Closed matthew1000 closed 5 years ago

matthew1000 commented 5 years ago

Ability to create a mixer with a PUT to /api/mixers (matches the PUT to /api/inputs, /api/outputs, and /api/overlays)

Also the ability to delete a mixer with a DELETE to /api/mixers/<ID> (matches how you delete inputs, outputs, and overlays)

Also the GUI updates to use it:

image

Note that inputs can only be routed to the mixer 0... I'm going to address that in a separate branch.