PHP-FFmpeg-video-streaming
๐ผ Package media content for online streaming(DASH and HLS) using FFmpeg
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.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
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/quasarstream/PHP-FFmpeg-video-streaming
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd PHP-FFmpeg-video-streaming
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. PHP (Composer)
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
composer install
composer.json์ ๋ช ์๋ PHP ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ค์นํฉ๋๋ค.
php -S localhost:8000 ๊ฐ์ ๋ด์ฅ ์๋ฒ๋ก ์คํํ ๋ค ๋ธ๋ผ์ฐ์ ์์ http://localhost:8000 ์ผ๋ก ์ ์ํด๋ณด์ธ์.
// repository documentation
Was this content helpful?
(0 ratings)
