api.video-flutter-live-stream icon indicating copy to clipboard operation
api.video-flutter-live-stream copied to clipboard

Start preview wont work after Stop preview

Open ardeshir-33033 opened this issue 2 weeks ago • 0 comments

Version

v1.2.0

Which operating systems have you used?

  • [x] Android
  • [x] iOS

Environment that reproduces the issue

Android 13 Android 12 iOS 17

Is it reproducible in the example application?

Yes

RTMP Server

rtmp://192.168.1.12/s/

Reproduction steps

I am not sure it is a bug or intended. I intend to help the user close the camera and reopen it. I guess the stopPreview() and startPreveiw() methods were responsible for this, but after stopping preview and starting it again, the video is no longer sent to the server. is this a bug? if not is there a way to achieve what I want?

Expected result

The player sends data to the server after the stopping and starting preview.

Actual result

The player no longer sends data after re starting preview.

Additional context

No response

Relevant logs output


ardeshir-33033 avatar Feb 11 '25 16:02 ardeshir-33033