ffmpeg - Rotate thru multiple rtsp feeds and output to single stream -


can ffmpeg input multiple rtsp (cctv) feeds 1 @ time , rotate through each stream every 10-seconds, sent single output stream?

i trying use filter_complex option below example combine both inputs 50/50 single output stream.

ffmpeg -i rtsp://192.168.4.131/streaming/channels/1 -i rtsp://192.168.4.132/streaming/channels/1 -filter_complex "nullsrc=size=640x240 [base]; [base][0:v] overlay [tmp]; [tmp][1:v] overlay=x=320" <samewebaddress>/output.mpg 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -