RTSP client library
Minimal rtsp signaling protocol only client library.
Install
npm i --save rtsp-client
Usage
const RTSPClient = ;
Example
//Create client const client = ; //Connect to url await client; //Get options const options = await clientoptions; //Describe const describe = await client; //Dump SDP console;
Author
Sergio Garcia Murillo @ Medooze
License
MIT