srs.utility.js 234 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 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); }