hexray-newbee
hexray-newbee
``` > [email protected] test D:\workspace\github\videojs-flvjs > karma start test/karma.conf.js 14 12 2017 15:18:25.153:INFO [framework.detect-browsers]: The following browsers were detected on your system: [ 'Chrome', 'IE' ] 14 12 2017 15:18:25.189:INFO...
maybe, making import flv.js or not to configurable is more flexible, like the option `flash.swf` of Flash tech.
repo: https://github.com/hxl-dy/clappr-rtmp-plugin/tree/webpack2 DONE: 1. jshint -> eslint 2. webpack1 -> webpack2 TODO: 1. use uglify#harmony 2. remove babel FIXME: 1. double click video screen won't trigger full screen action
and why uncaught reject?
Which function may throw this rejection? leave?
Does the rejection fire "messagereceived"?
i use h264enc. ``` Intel(R) Media Server Studio 2017 - System Analyzer (64-bit) The following versions of Media SDK API are supported by platform/driver [opportunistic detection of MSDK API >...
i have upgraded the driver and test many times. it still occurs. ``` [2017-12-12 19:56:27.906] 0:57:59.502124552 8864 0000028A0BA0C740 ERROR mfx gstmfxencoder.c:1225:gst_mfx_encoder_encode: MFXVideoCORE_SyncOperation() error status: -12 [2017-12-12 20:25:11.134] 0:28:28.934378574 2972 0000017C1A49C740...
`gst-launch-1.0 dshowvideosrc ! video/x-raw, format=YUY2, width=640, height=480 ! mfxh264enc rate-control=cbr bitrate=500 gop-size=10 gop-distance=1 preset=veryfast lookahead-ds="off" ! fakesink`
i use this command: ``` gst-launch-1.0 videotestsrc ! video/x-raw, format=YUY2, width=640, height=480 ! mfxh264enc rate-control=cbr bitrate=500 gop-size=10 gop-distance=1 preset=veryfast lookahead-ds="off" ! fakesink --gst-debug=mfx*:6 2>gst.stderr.log ``` ran more than 15 hours,...