livepeer / project-management

Livepeer open source ideas, dapps, and improvement proposals.
9 stars 2 forks source link

Web player base functionality bugs #27

Closed dob closed 6 years ago

dob commented 6 years ago

High level BLOCKER.

Web player bugs. There’s the old player that plays via stream ID, and the new player that supports channels per broadcaster by the address. And there’s some weird behavior where the stream needs to be first requested in the old one before the channel plays in the new one. This is completely wacky. Also, the way the player receives a single old segment from the CDN cache should probably be handled client side if possible, since that just creates a weird, confusing experience.

dob commented 6 years ago

Removing this as a blocker, as per this week's deployment which fixes the player bugs mentioned here.