-
目前项目中需要录制视频,如果用js的reord api录制的话,网页在后台就会暂停,而这不是我想要的,目前想到的方法是,http 或者 ws,拿到数据就开始录制,因为设备我自己做的,能保证传过来的数据都是flv格式的,但是看了下作者的源码,感觉没法下手。第一种方案,直接在websocket那儿拿到的数据直接写入文件,就是拿到ArrayBuffer转成blob写入文件。第二种方案,将收到的Array…
-
斗鱼的这个接口https://www.douyu.com/lapi/live/getH5Play/{rid} 可以指定cdn和rate。
![image](https://user-images.githubusercontent.com/20434332/90747543-a2906300-e303-11ea-8671-e5704478a170.png)
![image](https://u…
-
-
浏览器报:
mpegts.js:1 [TSDemuxer] > Probe data 13 bytes is too few for judging MPEG-TS stream format!
导致播放不了,不知道是需要调整哪?左边是浏览器,右边播放的是IINA 播放器
![image](https://user-images.githubusercontent.com/59051601/…
-
I have a jetson Orin Nano model.
I've tried to install torch2trt in my jetson device using docker system.
Here is my error log during installation.
root@ubuntu:/home/torch2trt# python3 setup.py…
-
I updated to the latest Frigate today which comes bundled with go2rtc 1.8.4 and my logs became atrocious dropping frames. I sideloaded 1.6.2 and things went back to working "fine" (I still miss record…
-
## Description
When going to the landing page, I am greeted with the login screen. After logging in, only a blank page appears.
### Describe the bug
Manually installed Ampache under Alpin…
-
### Describe the bug
When starting a new project and dragging the playhead, the application displays the error "Failed to render frame". No visuals are seen and restarting displays a "Make sure ffmpe…
-
然後同一個channel如果重新串流,神奇的事發生了
livego在接受到新的串流時,會建立新的flv檔儲存新的推播畫面
但如果這個channel在伺服器開啟後有串流過,新的推播畫面,不但會儲存在新的flv檔內,連舊的flv檔也會繼續儲存…
重覆停止串流、開始串流的動作後,每一個之前串流的影片都會繼續儲存新的推播畫面
也就是同個channel第二次串流時,消耗的硬碟空間會變成兩倍…第三次就…
-
打开demo页,播一个ws-flv直播,播大约1天,浏览器报out of memory。
可使用Chrome的F12工具录制,录制7分钟,可观察录制过程中,每秒钟都会产生一点点未释放的内存。
选中会发现,存在相当多的n引用,图中有672个n,随着时间一直增加
![image](https://user-images.githubusercontent.com/4646469/16981980…