Dewei Chen
Dewei Chen
I ran into this problem on Ubuntu 16.04 as well. Make sure that the correct version (I think >= 3.1) `libavcodec-dev` and its dependencies are installed.
Hi darkoromanov, Currently the server doesn't have logic to play back the video frames at a specified framerate. You can add logic to the server to send chunks at a...
The standard Mjpeg frame length might be different, for example this page says frame length is 11 http://www.cajunbot.com/wiki/images/7/71/USB_Video_Payload_MJPEG_1.1.pdf. May have to try different values of the frame length to get...
Getting the same issue: Node v6.7.0 [email protected] ``` assert.js:85 throw new assert.AssertionError({ ^ AssertionError: false == true at Connection._send (/Users/dchen/Workbench/poc.http2-client-server/node_modules/http2/lib/protocol/connection.js:326:9) at runCallback (timers.js:574:20) at tryOnImmediate (timers.js:554:5) at processImmediate [as _immediateCallback]...