ffmpeg-live-transcoder icon indicating copy to clipboard operation
ffmpeg-live-transcoder copied to clipboard

how pass variable width and height during live streaming to media server

Open keyanmca opened this issue 10 years ago • 1 comments

Hi, I need to pass different resolution while video streaming to Media server from ffmpeg.

ffmpeg -i video="new.avi" -r 30 -b:v 128k -s 640x480 -f flv rtmp://serverIp/live/stream.

Is it possible to change -s (Size) during live video streaming?

keyanmca avatar Dec 07 '14 04:12 keyanmca

hi @keyanmca unfortunately I have missed this issue you've opened. The answer is yes; let me know if you still need assistance.

ddragosd avatar Aug 14 '15 22:08 ddragosd