Skip to content

v2.7.0

Choose a tag to compare

@stackia stackia released this 16 Oct 19:39
· 521 commits to main since this release
  • 全新的 Web UI 面板
  • 新增配置项 --status-page-path 用于自定义状态页地址
  • 新增配置项 --fcc-listen-port-range 用于设置 FCC 监听端口范围,用于把 rtp2httpd 运行在旁路由或其他设备,需要配合上级路由器端口转发使用
  • 新的缓冲区调度策略,避免慢客户端拖死状态面板和其他客户端
  • 支持带有 HTTP Basic Auth 的 RTSP 流,例如 http://192.168.1.1:5140/rtsp/admin:pass@192.168.1.100:554/live/stream1
  • 修复 RTSP 播放 60 秒后自己断开的问题
  • 修复客户端异常断开后(例如拔网线、休眠、锁屏等),资源一直不释放并导致缓冲区满问题
  • 修复 r2h-token 带有 url encode 的字符时,校验失败问题
image
  • Brand new Web UI panel
  • New --status-page-path option to customize the status page URL
  • New --fcc-listen-port-range option to set the FCC listening port range, for running rtp2httpd on a sidecar router or other devices (requires port forwarding on the upstream router)
  • New buffer scheduling strategy to prevent slow clients from blocking the status panel and other clients
  • Support for RTSP streams with HTTP Basic Auth, e.g., http://192.168.1.1:5140/rtsp/admin:pass@192.168.1.100:554/live/stream1
  • Fixed RTSP disconnecting after 60 seconds of playback
  • Fixed resources not being released after abnormal client disconnection (e.g., unplugging network cable, sleep, screen lock), causing buffer exhaustion
  • Fixed r2h-token validation failure when the token contains URL-encoded characters