Skip to content

feat: integrated Livepeer for livestreams

Suhail Kakar requested to merge suhailkakar/front:master into master

Ticket(s) / Related Merge Requests

Summary of Changes

Added Livepeer into the Minds app to integrate livestreams

Testing Considerations

  • Post creation, Post view

Deployment Considerations

In the backend, only the following needs to added in entity module:

  isLivestream?: boolean;
  livestream?: {
    streamId: string;
    playbackId: string;
  };

Regression Scope

Platform Affected (web, mobile, etc)

Web

Developer Testing Completed

Screenshots / Screen Recording

https://lvpr.tv/?v=1ce9xlcn7of48kue

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports