agsh / rtsp-ffmpeg

Node.js FFMpeg wrapper for streaming RTSP into MotionJPEG
MIT License
248 stars 84 forks source link

How can I add more rtsp address? #36

Open MinHyeong-Lee opened 3 years ago

MinHyeong-Lee commented 3 years ago

First of all, thanks for good code.

I have some problems now. in your code, "var cams" in "server.js" are hardcoded.

var cams = ['rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov']

Can I enter the rtsp address for additional streaming on the web? notitle

As shown in the picture, I want to create a button and add rtsp

Plz.. I really want know how can i solve this problem :)