Skip to content

Commit

Permalink
修复播放地址不显示rtsp连接
Browse files Browse the repository at this point in the history
  • Loading branch information
langmansh committed Nov 28, 2021
1 parent 70e3eb6 commit 960e835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/player/ZLPlayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default class ZLPlayer extends React.Component {
flv:`http://${mediaServerIp}/`+app+'/'+stream+'.flv',
hls:`http://${mediaServerIp}/`+app+'/'+stream+'/hls.m3u8',
rtmp:`http://${mediaServerIp}/`+app+'/'+stream,
rtsp:`rtsp://${mediaServerIp}/`+app+'/'+stream,
}
}

Expand Down

0 comments on commit 960e835

Please sign in to comment.