ZLMediaKit icon indicating copy to clipboard operation
ZLMediaKit copied to clipboard

I'm currently receiving a continuous stream of byte arrays, can I push the stream to ZLM? Does this function currently exist? Which interface or event should I use? Please advise~

Open IOTWord opened this issue 1 year ago • 2 comments

Phenomenon Description

How to reproduce?

Related logs or screenshots

Expand to view detailed logs
#Please paste the detailed log here!

Configuration

Please expand to view detailed configuration
#Please paste the contents of the config.ini file here!

Various environment information

  • Code commit record/git commit hash:
  • Operating system and version:
  • Hardware information:
  • crash backtrace:
#Paste the crash information backtrace here
  • Other information to be supplemented:

现象描述

如何复现?

相关日志或截图

展开查看详细日志
#详细日志粘在这里!

配置

展开查看详细配置
#config.ini内容粘在这里!

各种环境信息

  • 代码提交记录/git commit hash:
  • 操作系统及版本:
  • 硬件信息:
  • crash backtrace:
#崩溃信息backtrace粘贴至此
  • 其他需要补充的信息:

TRANS_BY_GITHUB_AI_ASSISTANT

IOTWord avatar Sep 18 '24 07:09 IOTWord

You can use rtsp/rtmp/srt/rtc/rtp to push streams to ZLM

你能使用rtsp/rtmp/srt/rtc/rtp 推流到ZLM

TRANS_BY_GITHUB_AI_ASSISTANT

xiongguangjie avatar Sep 18 '24 07:09 xiongguangjie

You can use rtsp/rtmp/srt/rtc/rtp to push streams to ZLM

你能使用rtsp/rtmp/srt/rtc/rtp 推流到ZLM

TRANS_BY_GITHUB_AI_ASSISTANT 不间断的流字节数组数据能推吗?支持吗

IOTWord avatar Sep 18 '24 07:09 IOTWord

不间断的流字节数组数据能推吗?支持吗

Bare frames are not supported, this also exceeds the MTU, UDP cannot be sent

不间断的流字节数组数据能推吗?支持吗

裸帧不支持 这也超过了mtu udp发送不了的

TRANS_BY_GITHUB_AI_ASSISTANT

xia-chu avatar Dec 25 '24 03:12 xia-chu