Skip to content

Rhapsody/flaka

Repository files navigation

flaka

Streaming player for web player using shaka-player()

How to use flaka

const options = {
  onTimeUpdate: (duration) => void;
  onDurationUpdate: (duration) => void;
}

const streamingPlayer = new StreamingPlayer('streaming-player-id', options);

streamingPlayer.play(url: string, serverUrl: string, token: string);

streamingPlayer.pause();

streamingPlayer.resume();

streamingPlayer.seek(time: number);

Development

Flaka uses typescript.

Development setup

git clone git@github.com:Rhapsody/flaka.git
cd flaka
yarn

Editor setup

For VS Code you should install eslint and prettier as an extension.

About

Streaming player for web player.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages