pinkfish / flutter_rtmppublisher

Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
BSD 3-Clause "New" or "Revised" License
95 stars 121 forks source link

Aspect ratio issue #42

Open gael29 opened 3 years ago

gael29 commented 3 years ago

Hi, The aspect ratio on the camera preview is fine but not on the output of the stream. The output is a bit cropped and doesn't respect the aspect ratio. Do you have any solution for this issue ? Thanks, Gaël

yanissoalili commented 3 years ago

I face the same problem on android but in iOS it's worked and my project is blocked, please help.

Matrinica commented 3 years ago

I face the opposite problem -- the preview's aspect ration seems wrong especially when I use landscape mode, while the stream seems OK.

ksinica commented 2 years ago

Same issue: preview aspect ratio is fine (16:9), but stretched while streaming (from 4:3 to 16:9). Did anyone managed to make a workaround?

whatnowangga commented 2 years ago

is this issue solved? im facing same issue here

etrigan21 commented 1 year ago

Hello, does anybody have a work around on this one?