Skip to content

Commit b322c45

Browse files
authored
Merge pull request #2 from pascalbaljetmedia/hls-stream
Minor fixes
2 parents 0420c50 + b28cde4 commit b322c45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/HLSPlaylistExporter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ class HLSPlaylistExporter extends MediaExporter
99
{
1010
protected $formats = [];
1111

12+
protected $playlistPath;
13+
1214
protected $segmentLength = 10;
1315

1416
protected $segmentedExporters;

src/Media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use FFMpeg\Media\MediaTypeInterface;
88

99
/**
10-
* @method mixed save(FormatInterface $format, $outputPathfile)
10+
* @method mixed save(\FFMpeg\Format\FormatInterface $format, $outputPathfile)
1111
*/
1212
class Media
1313
{

0 commit comments

Comments
 (0)