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 126 forks source link

The stream remains in portrait mode even after changing the position of the phone to landscape, while the stream is going on. #64

Closed aryanA101a closed 3 years ago

aryanA101a commented 3 years ago

I used the example app.

aravindhkumar23 commented 3 years ago

@aryanA101a I am also facing the same issue , did you find any workaround to this??

aryanA101a commented 3 years ago

Yes, I found a fork of pinkfish's plugin which is way better and updated. I don't think we can change while streaming but before streaming without changing the cameras. And it is using v1.9.5 of Pedro's original library for android. https://github.com/nhancv/flutter_rtmp_publisher Goodluck using that👍

aravindhkumar23 commented 3 years ago

Thanks for the information @aryanA101a will have a check on this and let you know about it.