node-rtsp-rtmp-server icon indicating copy to clipboard operation
node-rtsp-rtmp-server copied to clipboard

can i use params after streamName in RTMP uri?

Open suiteappdev opened this issue 6 years ago • 0 comments

Can i use rtmp uri with params? and where can get this params.

rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName}

for example:

rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName}?param1=value1&param2=value2

Thanks

suiteappdev avatar Feb 28 '19 22:02 suiteappdev