Robin
Robin
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description dead lock when system starting with a...
``` this._updateInterval = setInterval(() => { this.nodes.forEach((item) => { item._isForceUpdateSize = true; }); }, 5000); ``` can't clear interval
https://github.com/openlayers/ol-cesium/blob/master/examples/image-static.html use imageStatic with EPSG:4326 display correctly but with EPSG:3857 show black screen in cesium view; code: ``` const ol2d = new olMap({ layers: [ new olLayerTile({ source: new olSourceOSM()...
enableWorkerForMSE置为true后在edge浏览器中无法播放h265 日志如下 [PlayerEngineWorker] > Initializing MediaSource in DedicatedWorker [MSEController] > MediaSource onSourceOpen [TSDemuxer] > Parsed first PAT: {"program_pmt_pid":{"1":256},"version_number":0} [TSDemuxer] > Parsed first PMT: {"pid_stream_type":{"257":36},"common_pids":{"h265":257},"pes_private_data_pids":{},"timed_id3_pids":{},"pgs_pids":{},"pgs_langs":{},"synchronous_klv_pids":{},"asynchronous_klv_pids":{},"scte_35_pids":{},"smpte2038_pids":{},"program_number":1,"version_number":1,"pcr_pid":257} [TSDemuxer] > Generated first HEVCDecoderConfigurationRecord for...
使用官方示例,视频暂停5分钟之后,报错MSE SourceBuffer is full, suspend transmuxing task 点播放按钮,无法继续播放
这个项目还维护吗
后端使用zlmediakit,延迟拉取rtsp流并开启自动删除,在后端删除rtsp流后,再次播放时会有dts顺序问题导致计算出的sampleDuration为负值,播放时时间缀为1193小时,并无法继续播放