Skip to content

Releases: quasarstream/PHP-FFmpeg-video-streaming

Bug fixes(last version of 1.1)

06 Mar 14:56
Compare
Choose a tag to compare

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

29 Feb 19:02
Compare
Choose a tag to compare
  • Add fragmented MP4 format support #31
  • Minor improvements

Add metadata method in Export obj

24 Feb 19:42
Compare
Choose a tag to compare
  • Add metadata method in Export obj
  • Bug fixes
  • Other minor improvements

Add key rotation for ts file example

12 Feb 16:03
Compare
Choose a tag to compare
  • Add key rotation for ts file example
  • Bug fixes and other minor improvements

Add live and stream2file methods

09 Feb 13:22
Compare
Choose a tag to compare

Add live method
Add stream2file method
Bug fixes
Update readme

Bug fixes and other minor improvements

29 Jan 16:19
Compare
Choose a tag to compare
  • 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

Add "setAdditionalParams" method #29

29 Dec 18:29
Compare
Choose a tag to compare
  • Add "setAdditionalParams" method #29

Bug fixes and other minor improvements

20 Dec 14:37
Compare
Choose a tag to compare
  • Bug fixes and other minor improvements

Bug fixes and other minor improvements

23 Nov 13:24
Compare
Choose a tag to compare
  • 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

16 Nov 13:55
Compare
Choose a tag to compare

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