quasarstream / PHP-FFmpeg-video-streaming

📼 Package media content for online streaming(DASH and HLS) using FFmpeg
https://www.quasarstream.com/op/php/ffmpeg-streaming?u=php-ff
MIT License
514 stars 117 forks source link

Update README.md #143

Closed aminyazdanpanah closed 5 months ago

aminyazdanpanah commented 5 months ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT

What's in this PR?

Explain the contents of the PR.

Why?

Which problem does the PR fix?

Example Usage


$foo = new Foo();

// Now we can do
$foo->doSomething();

// Remove this section if not needed
~~~

#### BC Breaks/Deprecations

Describe BC breaks/deprecations here (Remove this section if not needed).

#### To Do

- [ ] Create tests