authorize('access', $song); return (new Streamer(song: $song, config: [ 'transcode' => (bool) $transcode, 'bit_rate' => $bitRate, 'start_time' => (float) $request->time, ]))->stream(); } }