夏楚
夏楚
> 现在不支持 有的 不过我没测试过: 
发pull request吧
> 你好,请教一下,addStreamProxy 是不支持拉https的流吗,我拉http的流是正常的,但是https的流就拉不了 支持 但是编译要开启openssl相关能力
rtsp://x.x.x.150/live/FlightLive/1xxxxx241N00CN18U What is this link? Is it a drone playback link? >rtsp://x.x.x.150/live/FlightLive/1xxxxx241N00CN18U 这个是什么链接?无人机的播放链接吗 `TRANS_BY_GITHUB_AI_ASSISTANT`
WebRTC does not support B-frames, ZLM does not remove B-frames, but SRS does remove them. This should be the reason, right? >webrtc不支持b帧,zlm没有去除b帧 但是srs有去除 这个应该是原因吧 `TRANS_BY_GITHUB_AI_ASSISTANT`
Firstly, your video itself has problems, ffmpeg has a bunch of warning logs: Secondly, I used the following command to push the stream to zlm: ``` ffmpeg -re -i /path/to/rtmp_flight.mp4...
This is the playback effect on my Ubuntu >这是我在Ubuntu下的播放效果 `TRANS_BY_GITHUB_AI_ASSISTANT`
zlm does not remove B-frames when forwarding WebRTC, consider adding it later >zlm在转发webrtc时未做b帧移除 后面可以考虑下是否添加下 `TRANS_BY_GITHUB_AI_ASSISTANT`
This is the code of srs which remove B-frames ```c++ srs_error_t SrsSample::parse_bframe() { srs_error_t err = srs_success; uint8_t header = bytes[0]; SrsAvcNaluType nal_type = (SrsAvcNaluType)(header & kNalTypeMask); if (nal_type !=...
> Has the code to remove B-frames been added to the latest version? I have the same problem. No