ddragosd / ffmpeg-live-transcoder

Docker image for transcoding a live source to another source, optionally creating multiple qualities.
18 stars 6 forks source link

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

Open keyanmca opened 9 years ago

keyanmca commented 9 years ago

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?

ddragosd commented 9 years ago

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