PHP-FFmpeg-video-streaming
πΌ Package media content for online streaming(DASH and HLS) using FFmpeg
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- tests.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- Cloud.php
- CloudInterface.php
- GoogleCloudStorage.php
- MicrosoftAzure.php
- S3.php
- Exception.php
- InvalidArgumentException.php
- RuntimeException.php
- StreamingExceptionInterface.php
- AudioDASHFilter.php
- AudioHLSFilter.php
- DASHFilter.php
- FormatFilter.php
- HLSFilter.php
- HLSFilterV2.php
- StreamFilter.php
- StreamFilterInterface.php
- StreamToFileFilter.php
- HEVC.php
- StreamFormat.php
- VP9.php
- X264.php
- Formats.php
- Representations.php
- AutoReps.php
- Capture.php
- CommandBuilder.php
- DASH.php
- FFMpeg.php
- FFMpegListener.php
- File.php
- helpers.php
- HLS.php
- HLSFlag.php
- HLSKeyInfo.php
- HLSPlaylist.php
- HLSSubtitle.php
- Media.php
- Metadata.php
- Representation.php
- RepresentationInterface.php
- RepsCollection.php
- Stream.php
- Streaming.php
- StreamInterface.php
- StreamToFile.php
- Utiles.php
- .gitignore
- enc.key
- test.mp4
- DASHFiltersTest.php
- DASHTest.php
- FileManagerTest.php
- HLSFiltersTest.php
- HLSTest.php
- MediaTest.php
- TestCase.php
- .gitignore
- _config.yml
- CODE_OF_CONDUCT.md
- composer.json
- CONTRIBUTING.md
- LICENSE
- phpunit.xml
- README.md
- renovate.json
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/quasarstream/PHP-FFmpeg-video-streaming
Downloads the entire project code from GitHub to your computer.
cd PHP-FFmpeg-video-streaming
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
