夏楚

Results 483 comments of 夏楚

It seems that an exception was thrown during destruction. Please debug it with gdb, then use `catch throw` to catch the exception.

If an exception is thrown in a destructor, it will by default lead to an abort crash. Exceptions should not be thrown from destructors.

```c++ /** * 设置播放器配置选项 * @param ctx 播放器指针 * @param key 配置项键,支持 net_adapter/rtp_type/rtsp_user/rtsp_pwd/protocol_timeout_ms/media_timeout_ms/beat_interval_ms/wait_track_ready * @param val 配置项值,如果是整形,需要转换成统一转换成string * Set player configuration options * @param ctx Player pointer * @param key...

Are you playing at high speed? >你是不是倍速点播? `TRANS_BY_GITHUB_AI_ASSISTANT`

To broadcast the push stream message to the playback end, you need to modify the code slightly. This is not the default behavior. >要把推流端消息广播到播放端需要稍微修改下代码才行 默认不是这种行为 `TRANS_BY_GITHUB_AI_ASSISTANT`

```patch Index: webrtc/WebRtcPusher.cpp IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/webrtc/WebRtcPusher.cpp b/webrtc/WebRtcPusher.cpp --- a/webrtc/WebRtcPusher.cpp (revision 6ecd139b50bb00f1f1671d24c5b1e80824ef2645) +++ b/webrtc/WebRtcPusher.cpp (date 1729499449559) @@ -175,4 +175,15 @@ WebRtcTransportImp::onShutdown(ex); } +#ifdef ENABLE_SCTP...

> 请问有没有编译好的,这个语言不会 Won't learn, look at wiki to get started quickly. This patch requires you to compile it yourself, where can you get a pre-compiled one? With so many platforms...

This should have a memory leak problem. I'll test it. >这个应该有内存泄露的问题 我测试下 `TRANS_BY_GITHUB_AI_ASSISTANT`

Are you using zlmediakit? It has websocket and http. >你使用zlmediakit吧 那个有websocket和http `TRANS_BY_GITHUB_AI_ASSISTANT`