修复获取推流播放地址接口

This commit is contained in:
648540858
2022-07-11 17:34:22 +08:00
parent 1a1a68784b
commit 74d97734ba
3 changed files with 58 additions and 11 deletions

View File

@@ -187,7 +187,7 @@ export default {
this.getListLoading = true;
this.$axios({
method: 'get',
url: '/api/media/stream_info_by_app_and_stream',
url: '/api/push/getPlayUrl',
params: {
app: row.app,
stream: row.stream,