node-rtsp-rtmp-server
node-rtsp-rtmp-server copied to clipboard
can i use params after streamName in RTMP uri?
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¶m2=value2
Thanks