player-server icon indicating copy to clipboard operation
player-server copied to clipboard

Media server for Odysee

Results 18 player-server issues
Sort by recently updated
recently updated
newest added

@nikooo777 could you please add instructions regarding the config file? Perhaps we should also consider moving more flags into the config. _Originally posted by @andybeletsky in https://github.com/OdyseeTeam/player-server/issues/86#issuecomment-1152109429_

We can remove the need to have a running lbrynet instance nearby by using grpc interface for [LBRY hub](https://github.com/lbryio/hub/) instead. After this is done, we can drop lbrynetClient setup code...

good first issue

Right now, the app triggers a file view event on internal APIs. On top of this, we also want to track any playback events from RSS feeds or any other...

consider soon

Right now it works by calling `metrics.StreamsRunning` at the start of binary stream request, which is not suitable for HLS as each HLS stream is guaranteed to incur a multitude...

good first issue

To support https://github.com/lbryio/transcoder/issues/19

enhancement

Things to watch: * General HTTP response statuses * TTFB * Blob retrieval errors/successes/timings A good place to start is to look at existing metrics, which are declared in `internal/metrics`.

good first issue

Would be nice if the get call returned a special message when the video is not fully available or there's network issues. If get isn't the right place, then can...

enhancement