You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current server can only use a disk source. We need to add the ability to receive a live stream and redistribute it.
This should be relatively straight forward because of the reusable media producer objects. There should be a trait Source so we can switch between disk/net sources on a whim.
The text was updated successfully, but these errors were encountered:
The current server can only use a disk source. We need to add the ability to receive a live stream and redistribute it.
This should be relatively straight forward because of the reusable media producer objects. There should be a
trait Source
so we can switch between disk/net sources on a whim.The text was updated successfully, but these errors were encountered: