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

Typescript SDK #654

Open
5 of 20 tasks
wkozyra95 opened this issue Aug 5, 2024 · 0 comments · Fixed by #673
Open
5 of 20 tasks

Typescript SDK #654

wkozyra95 opened this issue Aug 5, 2024 · 0 comments · Fixed by #673
Assignees
Labels

Comments

@wkozyra95
Copy link
Member

wkozyra95 commented Aug 5, 2024

  • Add React support
  • Add support for MP4 output
  • Add hooks
    • useInputStreams - returns a list of inputs
      • add state (e.g. 'registered' | 'playing' | 'done')
      • add input options like type/port
      • add some timing information (maybe duration for mp4)
    • maybe a hook to return specific input instead of all of them
    • useOutput - returns the configuration of current output e.g. viewport size
  • Add support for events, so we can track e.g. when input started, is playing, or ended.
  • Better quality of life for registration
    • Use image without registration
    • (for discussion) Use shader without registration
    • Use mp4 input without registration
    • (for discussion) RTMP input could be something we only register once but use different streams for. (this is a big change)
  • Offline processing
  • Add docs
    • (for discussion) autogenerate it or not
  • Performance
    • Optimize detecting when props changed
    • (maybe) Implement partial updates
@wkozyra95 wkozyra95 self-assigned this Aug 5, 2024
@wkozyra95 wkozyra95 linked a pull request Aug 19, 2024 that will close this issue
@wkozyra95 wkozyra95 reopened this Aug 23, 2024
@wkozyra95 wkozyra95 added the epic label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant