foscam_streamer icon indicating copy to clipboard operation
foscam_streamer copied to clipboard

Can I open two RTSPs in this program?

Open allefribeiro opened this issue 5 years ago • 1 comments

Hello, how are you?

I have a question that is, can I open two different rtsp in this program?

allefribeiro avatar May 06 '19 12:05 allefribeiro

command 'ffmpeg -pix_fmt yuv420p -f mpegts -codec:v mpeg1video -s 1280x720 -b:v 1000k -bf 0 -an -r 24 -' send stream to stdout. for open more streams need output to pipes 'ffmpeg -pix_fmt yuv420p -f mpegts -codec:v mpeg1video -s 1280x720 -b:v 1000k -bf 0 -an -r 24 pipe:NN' (NN - integer number pipe). how to accept it nodejs I don't know.

kovenko avatar Feb 21 '21 11:02 kovenko