Releases: quasarstream/PHP-FFmpeg-video-streaming
Bug fixes(last version of 1.1)
Bug fixes #33 (v1.1.57 has been removed)
This is the last version of 1.1. In the next version of this package, HLS options will be totally different.
Unfortunately, the value of the BANDWIDTH option in the master playlist is inaccurate and I have to change the way the file is created.
Add fragmented MP4 format support #31
- Add fragmented MP4 format support #31
- Minor improvements
Add metadata method in Export obj
- Add metadata method in Export obj
- Bug fixes
- Other minor improvements
Add key rotation for ts file example
- Add key rotation for ts file example
- Bug fixes and other minor improvements
Add live and stream2file methods
Add live method
Add stream2file method
Bug fixes
Update readme
Bug fixes and other minor improvements
- TS subdirectory error is fixed now
cleanTmpFiles
method has been added to clear all temp files manuallysetHlsListSize method
has been added to set this option- Bug fixes and other minor improvements
Add "setAdditionalParams" method #29
- Add "setAdditionalParams" method #29
Bug fixes and other minor improvements
- Bug fixes and other minor improvements
Bug fixes and other minor improvements
- Bug fixes and other minor improvements
- Add audio format and also set the kilo bitrate of representations
- Cloud bug is fixed now
Remove Cloud Dependencies and Bug fixes
I have been trying to keep the package simple, easy to use and less dependable. So in this release, I removed cloud dependencies and related classes and methods. For using clouds such as Amazon S3, Google Cloud and etc, please visit the following links:
Opening a file from a cloud: https://video.aminyazdanpanah.com/start/open-clouds
Saving files to a cloud: https://video.aminyazdanpanah.com/start/save-clouds
Also, bug fixes bug #27 and other minor performance enhancements