'use strict'; async function rtmp2others (rtmp) { return { liveUrl: { rtmp: 'xx', hls: 'xx', flv: 'xx', ezopen: 'xx', onvif: 'xx', }, replayUrl: { cloud: 'xx', local: 'xx', } } } module.exports = { rtmp2others, }