Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ybrid Player as AVPlayer Replacement #3

Open
joblolin95 opened this issue Mar 30, 2022 · 1 comment
Open

Ybrid Player as AVPlayer Replacement #3

joblolin95 opened this issue Mar 30, 2022 · 1 comment

Comments

@joblolin95
Copy link

joblolin95 commented Mar 30, 2022

Hello!

First off, thank you very much for this open source audio player library.
I notice there are several features typical in audio players that Ybrid Player does not seem to have, such as audio duration and seek to functionality. Do these features exist anywhere or are they purposefully absent?

Since it has such good support for OGG/OPUS, I'd love to use this library rather than AVPlayer as an audio player with standard features like seeking, current position, duration, play/pause, and so forth.

@FlorianAtNacamar
Copy link
Collaborator

It’s great that you consider replacing AVPlayer with this player SDK - we do as well.

The Library supports seeking to a specific time and winding backward and forward in time with ybrid streams, see ybrid features.

But you are totally right, this is not implemented for on demand audios yet. Right now the PlaybackControl obtained from AudioPlayer.open(...) can pause on demands. Seeking and winding on demands is a basic need. It will be implemented before we publish the first major version.

@FlorianAtNacamar FlorianAtNacamar pinned this issue Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants