Skip to content
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

Add additional video stream #279

Open
charliegreen opened this issue Jul 15, 2015 · 1 comment
Open

Add additional video stream #279

charliegreen opened this issue Jul 15, 2015 · 1 comment

Comments

@charliegreen
Copy link

Hello! On an Android tablet, I have a live video stream (currently H.264, but this can be anything an Android MediaCodec can generate) that I would like to transmit over WebRTC and display in a peer's desktop browser. Currently, the best idea I have is to repeatedly send chunks as base64-encoded channel messages, then hope I can render them with Broadway or some similar software; I'm certain this is not at all the best way to go about this. Would it be possible to instead create an extra WebRTC video channel, using SimpleWebRTC, and stream data through that to an HTML5 video element? How exactly would I go about doing that? Thank you!

@charliegreen
Copy link
Author

Would it perhaps be possible to use the screensharing stream for this somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant