Hello i want to stream on my flutter app, please does anyone knows the best way to do so ?
Hello i want to stream on my flutter app, please does anyone knows the best way to do so ?

When an input begins receiving the live stream, a new video with HLS and DASH URLs is automatically created as long as the mode property for the input is set to automatic.
automatic to be able to watch it using the Stream player.automatic{
"result": {
"notification_url": "https://snip/api/v1/media/webhook/stream",
"notificationUrl": "https://snip/api/v1/media/webhook/stream",
"modified": "2024-03-18T22:13:16.11357Z",
"secret": "snip"
},
"success": true,
"errors": [],
"messages": []
}return $this->request('post', 'live_inputs', [
'meta' => ['name' => $name],
'recording' => [
// It seems that recording needs to be enabled in order to play
// the stream as an iframe.
'mode' => 'automatic',
'timeoutSeconds' => 1800,
],
'deleteRecordingAfterDays' => 30,
])['result'];