illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.9k stars 1.51k forks source link

rtsp_transport argument added into request of api/relay/pull #534

Closed biglikegithub closed 1 year ago

biglikegithub commented 2 years ago

api/relay/pull in request does not have rtsp_transport arg. Please merge this commit into master branch

url: http://localhost:8000/api/relay/pull request body: {" app": "cctv","name": "test", "mode": "static", "vc": "libx264", "ac": "aac", "rtsp_transport" : "tcp", "url": "rtsp://demo:demo@ipvmdemo.dyndns.org:5541/onvif-media/media.amp?profile=profile_1_h264&sessiontimeout=60&streamtype=unicast", "appendName": false }