Saving video #3
Charles92011
started this conversation in
General
Replies: 2 comments
|
There seems to be a lot more examples of working with WebRTC, outside of a web client, for the android than there is for just about any other environment. and I found this on the google source site, so I'm going to try and modify it to run in Java SE |
0 replies
|
The problem with the android source is that it didn't demonstrate how the output buffer was built. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
My biggest issue currently is saving the video to a file. A can take the audio buffer and write its raw contents to a binary file and I get a valid audio file, but the same is not true of video
All reactions