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

React native camera and react native ffmpeg for stream #157

Open
youngkidwarrior opened this issue Mar 24, 2021 · 0 comments
Open

React native camera and react native ffmpeg for stream #157

youngkidwarrior opened this issue Mar 24, 2021 · 0 comments
Assignees
Labels
wontfix This will not be worked on
Milestone

Comments

@youngkidwarrior
Copy link
Member

Currently, we are utilizing react-native-node-media-client to serve the stream to livepeer. The issue is we can't save the stream while its happening.

The fix is to utilize react-native-camera to stream the video to a file on the client, then use react-native-ffmpeg to stream that file to the livepeer rtmp endpoint.

We can then save the streamed file at the end with react-native camera and send it to ipfs.

Background Issues:

  • Check if the phone has storage space for video. Require some minimum of space.
  • File perms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants