feat: Rework on streaming to use WebM format

This commit is contained in:
2024-06-21 00:30:21 +07:00
parent 237a041301
commit a8062b5fe2
14 changed files with 1553 additions and 400 deletions

View File

@@ -1,5 +1,8 @@
import { stream } from "./stream";
import { Player, createPlayer } from "./player";
export { Player, createPlayer };
export default {
stream,
Player,
createPlayer,
};