夏楚
夏楚
This is normal as long as it doesn't cause OOM, it's considered normal. >这是正常的 只要不会导致oom 就算正常 `TRANS_BY_GITHUB_AI_ASSISTANT`
sdp -> sdk ?
Do you compile with x264 and faac on? >你编译时 开 x264和faac没 `TRANS_BY_GITHUB_AI_ASSISTANT`
In the callback, the parameter captured by lambda is `this`? `this` may have been destroyed. You should use `weak_ptr`. >你在回调时 lambda捕获的参数是this? this可能都销毁了 你应该用weak_ptr `TRANS_BY_GITHUB_AI_ASSISTANT`
You accessed the DevChannel class in the callback, this class may have been destroyed, or other thread safety issues, this belongs to secondary development, we don't know how your code...
@linjiaqi2017 I really can't analyze the bug of the secondary development, the code under the DeviceHK directory has not been maintained for a long time, and I don't know if...
This is the function called stack:
ZLMediaKit will response `onStatus NetStream.Play.Reset` when it recved `play` commad,so i think the stream ID(0) is from the GStreamer, and zlm just responsed it
@gdesmott Can you provide the packet capture file when playing zlm rtmp stream with GStreamer? >@gdesmott 你能提供下GStreamer播放zlm rtmp流时的抓包文件吗? `TRANS_BY_GITHUB_AI_ASSISTANT`
However, before capturing packets, you should apply this patch to zlm, otherwise Wireshark will not be able to recognize RTMP packets: ```patch Index: src/Rtmp/RtmpProtocol.cpp IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8...