rockjl

Results 4 issues of rockjl

### 问题描述 / Describe the bug [BUG] 在ubuntu下,通过源码编译后启动的。后来卸载以后ubuntu系统中所有浏览器都无法连接网络了。但是其他的不受影响。 ### 复现步骤 / To Reproduce [BUG] 在ubuntu下,通过源码编译后启动的。后来卸载以后ubuntu系统中所有浏览器都无法连接网络了。但是其他的不受影响。 ### 操作系统 / OS Linux ### 操作系统版本 / OS Version 24.04 ### 日志 / Log...

bug

I have updated all dependencies to the latest version. And fix the code。

我通过如下命令推送视频流到到xiu ffmpeg -re -stream_loop -1 -i test.mp4 -c:a copy -c:v copy -f flv -flvflags no_duration_filesize rtmp://:1935/live/stream 并通过如下命令播放。但是不知道什么原因,无法播放成功 ffplay -i http://localhost:8081/live/stream.flv mpv http://localhost:8081/live/stream.flv

我港做过测试,大比方海康威视的NVR需要用户名密码验证的。 rtsp://usr:[[email protected]](mailto:[email protected]):5544/Streaming/Channels/601 https://github.com/harlanc/xiu/pull/144 curl -X POST -H "Content-Type: application/json" -d '{ "id" : "123", "identifier": { "rtsp": { "stream_path": "Streaming/Channels/601" } }, "server_address"x.x.x.x:5544", "relay_type":"Pull" }' http://localhost:8000/api/start_relay_stream