重构进度填报
This commit is contained in:
8
public/webrtc/srs.utility.js
Normal file
8
public/webrtc/srs.utility.js
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* parse the rtmp url,
|
||||
* for example: rtmp://demo.srs.com:1935/live...vhost...players/livestream
|
||||
* @return object {server, port, vhost, app, stream}
|
||||
*/
|
||||
function srs_parse_rtmp_url(rtmp_url) {
|
||||
return parse_rtmp_url(rtmp_url);
|
||||
}
|
Reference in New Issue
Block a user