OdyseeTeam / player-server

Media server for Odysee
28 stars 12 forks source link

Use lbrytv API instead of local lbrynet client #29

Open anbsky opened 3 years ago

anbsky commented 3 years ago

We can remove the need to have a running lbrynet instance nearby by using grpc interface for LBRY hub instead.

After this is done, we can drop lbrynetClient setup code and update Ansible to remove lbrynet dependency (cc @nikooo777)

Bhupesh-V commented 3 years ago

By any chance api.lbry.tv is documented somewhere? Need to check required fields while doing a POST or the curl examples are enough?