emiliodallatorre / flutter_rtmp_broadcaster

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

await for StartVideoStreaming waits endlessly #15

Open OlJohnny opened 2 months ago

OlJohnny commented 2 months ago

when using the code from the example,

await cameraController!.startVideoStreaming(url);

it just awaits endlessly and no actual video gets streamed.

if anybody has any ideas of what to try out, or some stuff to check for errors, please let me know.

OlJohnny commented 2 months ago

As far as I can tell, the corresponding startVideoStreaming method inside android/src/main/kotlin/com/app/rtmp_publisher doesnt get called.