-
目前我有一个需求场景是流媒体传输:在传输flv视频中,实现一个 http server(如下图),当有浏览器端(例如 flv.js)请求时我需要维持这个**长连接**,并且 http server 中有一个存放flv数据的内容队列,当有新的flv数据进入内容队列时,http server 需要**即时**将这些flv数据不断发送给浏览器端,以维持flv视频的不断播放,不知道 wfrest 对这个场…
-
在提交前,请确保您已经检查了以下内容!
- [V] 你的问题无关 VIP 内容。**YKDL** 不会主动支持 VIP 内容,相关问题一概不予受理。
- [V] 你确实可以在浏览器或移动端中正常播放,但不能使用 **YKDL** 下载。
- [V] 你的 **YKDL** 为最新发布版本,或开发版本。
- [V] 你已经阅读并按 https://github.com/SeaHOH/yk…
-
On Ubuntu 20.04, I installed and tested the git master version of Node-Media-Server with the following steps:
```
$ openssl genrsa -out privatekey.pem 2048
$ openssl req -new -key privatekey.pem …
-
- [x] FFmpeg version : 4.4
- [x] msys2 with MSVC
### FFmpeg compile config
`CONFIG_ARGS=--enable-static --disable-shared --enable-pic --enable-gpl --enable-nonfree --disable-programs --enable-dec…
-
首先说下我的应用场景:
我缓存中已经保存了一个完整的flv文件:
curl -o test.flv -v http://192.168.0.106:8080/test.flv 首次使用后会缓存整个flv文件
接着我再用:
curl -o test.flv -v http://192.168.0.106:8080/test.flv?start=600 发现会返回裁剪后的mp4文件,但是缓存不命中!…
-
In china,most company publish http-flv live stream use srs (https://github.com/ossrs/srs ), but performance of srs is a big problem. Here we want to have http-flv live stream function to use nginx-rt…
-
### Which version are you using?
v1.9.3
### Which operating system are you using?
Windows amd64 standard
### Describe how to replicate the issue
Try to publish an HEVC stream with ffmpeg using RT…
-
How to catch this error?
```
[MSEController] > MediaSource onSourceOpen flv.min.js:6:8194
[FLVDemuxer] > Parsed onMetaData flv.min.js:6:8194
[FLVDemuxer] > Parsed MPEG Audio Frame Header flv.min…
-
gives such an error:
URL > https://www.tiktok.com/@liulangzhe11/live
Found live "":
m3u8 URL: https://pull-hls-f16-tt02.tiktokcdn.com/stage/stream-3570039214190362986_or4/index.m3u8
flv URL: htt…
-
### Code of Conduct
- [X] 我已在 [Release](https://github.com/biliup/biliup/releases) 检阅最新版本并尝试,且问题依旧
- [X] 我清楚知道,反馈非最新 Release 版的错误是无意义的
- [X] 我清楚知道,可以通过附件功能上传完整文件
### 运行环境
win11 专业版 23H2 && python 3…