Skip to content

Releases: LCMApps/video-quality-tools

3.0.3

01 May 17:50
Compare
Choose a tag to compare

Fix url in FFmpeg commands.

3.0.2

30 Apr 18:28
Compare
Choose a tag to compare

Fix problem with librtmp style URL parameters.

3.0.0

26 Dec 12:19
@WoZ WoZ
Compare
Choose a tag to compare

Warning!

Please, check your code and change timeoutInSec option to timeoutInMs in the FrameMonitor and in the StreamInfo class!

IMPROVEMENTS:

  • Added new option analyzeDurationInMs that specifies the maximum analyzing time of the input [GH-97]

BUG FIXES:

  • Fixed lack of support of the timeout for a non-librtmp builds of ffmpeg [GH-92]

2.0.1

03 Oct 14:33
d57c0e6
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Dependencies were bumped (Some updates fix a security vulnerability)

2.0.0

04 Oct 10:30
@WoZ WoZ
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Function processFrames from the module with the same name actually does calculations of encoder statistic. To improve naming it was renamed to processFrames.encoderStats [GH-10]
  • processFrames.accumulatePktSize was renamed to processFrames.calculatePktSize [GH-17]
  • New function processFrames.networkStats for analyzing network link quality and losses in realtime. Check the README for more details. [GH-17]
  • Example for the processFrames.networkStats at [examples/networkStats.js](examples/networkStats.js [GH-17]
  • Dependencies was bumped

BUG FIXES:

  • Fix of functional tests (aspectRatio -> displayAspectRatio) [GH-12]
  • ffprobe ran without -fflags nobuffer so FramesMonitor receives incorrect info at the time of first analysis. Check [GH-18] for more details.

1.1.0

02 Oct 15:48
@WoZ WoZ
d53d8ec
Compare
Choose a tag to compare
  • Added new fields gopDuration, displayAspectRatio, width, height, hasAudioStream to the result of
    processFrames execution
  • Added new methods to processFrames: calculateGopDuration, calculateDisplayAspectRatio, hasAudioFrames
  • FramesMonitor fetches video and audio frames from the stream now.
  • Added width and height info to video frames.