-
Notifications
You must be signed in to change notification settings - Fork 198
Add LocalTrackRecorder helper #1430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: f20f7cf The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this makes a lot of sense. can you also sync up with @pblazej who is going to start looking at the data stream side of it in swift so we can get this up to agents. more spec/description in the linear project
@bcherry IMO, we can replicate this quite easily in Swift as the basic building block for pre-recording. Sending via data streams is also doable, I already started playing with it. We need 3 layers here:
All of them The hard part is what I called |
@pblazej yeah the goal is definitely make as much of this "built-in" as possible, both here and in agents. |
… into lukas/local-record
… into lukas/local-record
built on top of
MediaRecorder
APIs, exposing the same base methods while wrapping it so thatLocalTrack
s can be consumed directly with it.Forshadowing that users might want to use it together with datastreams, we expose a byteStream on the LocalTrackRecorder.
standalone recorder usage
preconnect buffer usage