修复获取推流播放地址接口
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user