OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
69 stars 21 forks source link

Migrate to new livestream APIs #267

Open tzarebczan opened 2 years ago

tzarebczan commented 2 years ago

Single channel API: https://api.odysee.live/livestream/is_live?channel_claim_id=063eb2d2a06d925d4791db5b60d42d6934a20e6e

All: https://api.odysee.live/livestream/all

Grab the HLS stream from there. They are all transcoded, so no need to check anymore. Show quality options please!

tzarebczan commented 2 years ago

ViewerCount is also included here, and then later subscribe to the commentron web socket to get updates (same as the one for comments)

tzarebczan commented 2 years ago

Partial support added, need a more robust revamp to use the /all api in categories, etc.