stream 播放支持选择 ffmpeg 配置

组件化 manage-database
This commit is contained in:
2021-05-24 01:06:40 +08:00
parent 85513ece62
commit ccf1566cc9
4 changed files with 165 additions and 23 deletions

View File

@@ -26,7 +26,7 @@
</nav>
</header>
<main>
<router-view @set_token="set_token" @play_audio="play_audio"></router-view>
<router-view :token="token" @set_token="set_token" @play_audio="play_audio"></router-view>
</main>
<footer>
<component-audio-player :file=playing_audio_file></component-audio-player>