emiliodallatorre / flutter_rtmp_broadcaster

Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
MIT License
8 stars 12 forks source link

Switch camera during livestream #26

Open dunghacknicktao opened 3 weeks ago

dunghacknicktao commented 3 weeks ago

Hello,

After I call startVideoStreaming stream the selected camera and stream data successfully, I want to change to another camera (from front to rear camera, for example).

I tried to call stopVideoStreaming and dispose the current camera and redo the process of creating a new controller and initing the stream again. However, I get an error and cannot restream this new camera on Android devices.. for iPhone, I can push the new data stream but the camera view is not displayed.

Please could you help me this issue?