alezanai / kvs-parser

Kinesis Video Stream Parser Library in Node.js
GNU General Public License v3.0
3 stars 1 forks source link

Order of frames in strange #17

Closed dharmik-dalwadi-seaflux closed 2 years ago

dharmik-dalwadi-seaflux commented 2 years ago

Sub issue #14

Actual

dharmik-dalwadi-seaflux commented 2 years ago

@piercus I have checked this at my side. And i am get the same shaking video as you.

piercus commented 2 years ago

@dharmik-dalwadi-seaflux are you reproducing this issue on your side ?

piercus commented 2 years ago

@dharmik-dalwadi-seaflux i have pushed a fix, can you test and confirm this is ok for you.

If yes, make sure travis pass and i will review the PR to frame-stream, #16 is still not fixed

dharmik-dalwadi-seaflux commented 2 years ago

@piercus Video shaking issue is fixed now. But getting this error in npm test which we have faced earlier

Error

Aerostat Beam Coder  Copyright (C) 2019  Streampunk Media Ltd
GPL v3.0 or later license. This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. Conditions and warranty at:
https://github.com/Streampunk/beamcoder/blob/master/LICENSE
  Uncaught exception in test/iframe-stream.js

  Error: Module did not self-register: '/home/dharmik/Documents/Projects/klap/kvs-parser/node_modules/segfault-handler/build/Release/segfault-handler.node'.

  › bindings (node_modules/bindings/bindings.js:112:48)
  › Object.<anonymous> (node_modules/segfault-handler/index.js:3:37)

  ✖ test/iframe-stream.js exited with a non-zero exit code: 1
  ✔ kvs-stream › KvsStream
Using FFmpeg version 4.3.2-0+deb11u1ubuntu1
  ✔ fragment-stream › FragmentTracks order (209ms)
  ✔ fragment-stream › FragmentTags (210ms)
  ✔ fragment-stream › FragmentTracks (209ms)
  ✔ frame-stream › FrameObjectCount (1.1s)
  ✔ frame-stream › FrameObject (1.1s)
  ─

  6 tests passed
  1 uncaught exception
npm ERR! Test failed.  See above for more details.
piercus commented 2 years ago

@dharmik-dalwadi-seaflux please open a separated issue for this