PHP FFmpeg Video Streaming Versions Save

📼 Package media content for online streaming(DASH and HLS) using FFmpeg

v1.1.58

4 years ago

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.

v1.1.56

4 years ago
  • Add fragmented MP4 format support #31
  • Minor improvements

v1.1.55

4 years ago
  • Add metadata method in Export obj
  • Bug fixes
  • Other minor improvements

v1.1.54

4 years ago
  • Add key rotation for ts file example
  • Bug fixes and other minor improvements

v1.1.53

4 years ago

Add live method Add stream2file method Bug fixes Update readme

v1.1.51

4 years ago
  • TS subdirectory error is fixed now
  • cleanTmpFiles method has been added to clear all temp files manually
  • setHlsListSize method has been added to set this option
  • Bug fixes and other minor improvements

v1.1.50

4 years ago
  • Add "setAdditionalParams" method #29

v1.1.49

4 years ago
  • Bug fixes and other minor improvements

v1.1.48

4 years ago
  • Bug fixes and other minor improvements
  • Add audio format and also set the kilo bitrate of representations
  • Cloud bug is fixed now

v1.1.47

4 years ago

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