iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.1k stars 282 forks source link

Connect to RTSP stream #9

Open ile opened 9 years ago

ile commented 9 years ago

Hi,

Can this connect to a remote RTSP stream? If so, how would that happen?

Thanks.

iizukanao commented 9 years ago

Hi, sorry for the delay. This server can't download streams from remote RTSP server, but you can publish streams to this server from an RTSP client. Please see https://github.com/iizukanao/node-rtsp-rtmp-server#from-rtsp-client for an example.