-
Notifications
You must be signed in to change notification settings - Fork 49
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
Sending NDI example? #14
Comments
sending was not implemented yet and the maintainer has not updated this repo in 2 years. |
@jensstigaard has added sending NDI and the tests seem to work just fine. Should I expect something like this to work? grandiose.sendVideo(mediaStream.getVideoTracks()[0]) While 'issues' are not available on his forked repo had to request this here :) |
Perhaps take a look at this promising fork |
Yes, but there's no explanation or example. Do you have an example ? |
No not really. But perhaps take a look at the great contribution from rse. |
@jensstigaard Your fork seems the most up to date, are you going to pull in that request from rse to yours? |
Using @jensstigaard's repo works like a charm on receiving streams but how does
sendVideo
work?Tried with
grandiose.sendVideo()
andsend()
and I do receive the test patterns (even though the whole app freezes) but couldn't figure out how to use MediaStream Capture as a source.Also
grandiose.sendVideo({source: new MediaStream(null)})
didn't workThe text was updated successfully, but these errors were encountered: