File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 22
33namespace Iman \Streamer \Events ;
44
5- use Illuminate \Broadcasting \Channel ;
65use Illuminate \Broadcasting \InteractsWithSockets ;
7- use Illuminate \Broadcasting \PresenceChannel ;
86use Illuminate \Broadcasting \PrivateChannel ;
9- use Illuminate \Contracts \Broadcasting \ShouldBroadcast ;
107use Illuminate \Foundation \Events \Dispatchable ;
118use Illuminate \Queue \SerializesModels ;
129use Iman \Streamer \Video ;
@@ -37,7 +34,6 @@ public function getVideo(): Video
3734 return $ this ->video ;
3835 }
3936
40-
4137 /**
4238 * Get the channels the event should broadcast on.
4339 *
Original file line number Diff line number Diff line change 22
33namespace Iman \Streamer \Events ;
44
5- use Illuminate \Broadcasting \Channel ;
65use Illuminate \Broadcasting \InteractsWithSockets ;
7- use Illuminate \Broadcasting \PresenceChannel ;
86use Illuminate \Broadcasting \PrivateChannel ;
9- use Illuminate \Contracts \Broadcasting \ShouldBroadcast ;
107use Illuminate \Foundation \Events \Dispatchable ;
118use Illuminate \Queue \SerializesModels ;
129use Iman \Streamer \Video ;
@@ -38,7 +35,6 @@ public function getVideo(): Video
3835 return $ this ->video ;
3936 }
4037
41-
4238 /**
4339 * Get the channels the event should broadcast on.
4440 *
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ private function stream()
113113 $ i = $ this ->start ;
114114 set_time_limit (0 );
115115 while (! feof ($ this ->stream ) && $ i <= $ this ->end ) {
116-
117116 $ this ->video ->setProgress ($ i );
118117
119118 $ bytesToRead = $ this ->buffer ;
You can’t perform that action at this time.
0 commit comments