- 30 May, 2023 1 commit
-
-
Johnny committed
-
- 29 May, 2023 1 commit
-
-
Make available the media_info variable for the class inherited from WebRtcSession and HttpSession. (#2505 #2461)
a-ucontrol committed
-
- 27 May, 2023 1 commit
-
-
当TCP RTP包大小为256字节时,可能触发RtpSplitter::onSearchPacketTail误判为EHOME格式。 这个修改一旦检测到数据不是EHOME格式,则后续不再进行尝试,以减小误判的风险。
dengjfzh committed
-
- 26 May, 2023 2 commits
-
-
当RFC4571封装的RTP包大小在0x2400到0x24ff之间时,会被误认为是RTSP Interleaved 封装的数据。因为0x24正好是'$'的ASCII码,而RtpSplitter::onSearchPacketTail通过'$'来识别RTSP Interleaved数据。暂时没有想到什么好的办法能够百分之百的正确区分RFC4571数据和RTSP Interleaved数据。增加一个状态变量记录之前的状态,一旦检测到数据不是RTSP Interleaved格式,则后续不再进行尝试,以减小误判的可能性。
dengjfzh committed -
修复SDL_OpenAudio()接口可能打开失败问题
PioLing committed
-
- 25 May, 2023 1 commit
-
-
xia-chu committed
-
- 24 May, 2023 1 commit
-
-
xia-chu committed
-
- 18 May, 2023 1 commit
-
-
如果帧序列为SPS PPS SEI IDR,那么GOP缓存会从IDR开始,导致解码器未获取到SPS PPS从而不能秒开
Kiki committed
-
- 14 May, 2023 3 commits
- 12 May, 2023 4 commits
-
-
xia-chu committed
-
此bug由 #2448 引入,触发条件: - 1.配置文件rtsp.directProxy设置为0 - 2.调用addStreamProxy代理rtsp流 在非直接代理情况下,PlayerProxy::_media_src为空,导致访问空指针。
xia-chu committed -
配置项为http.allow_cross_domains
老衲不出家 committed -
Add some functions for the proxy player, such as: getting stream information (basic video/audio information) callbacks for any connection and disconnection from the server And now you can set delay between reconnections. See proxy player constructor
codeRATny committed
-
- 11 May, 2023 1 commit
-
-
GCC Does not explicitly include stdint. This update includes them where needed. A very minor change that would allow GCC13 and above to compile correctly. In newer versions, cstdint is not implicitly included, hence it errors out during compilation for some files.
Per-Arne Andersen committed
-
- 08 May, 2023 1 commit
-
-
ljx0305 committed
-
- 05 May, 2023 1 commit
-
-
解析多层级rtmp url会丢失某些层级信息: #2433
BackT0TheFuture committed
-
- 03 May, 2023 2 commits
-
-
xiongguangjie committed
-
xiongguangjie committed
-
- 02 May, 2023 1 commit
-
-
Johnny committed
-
- 29 Apr, 2023 1 commit
-
-
alexliyu7352 committed
-
- 28 Apr, 2023 8 commits
- 27 Apr, 2023 2 commits
-
-
Alex committed
-
h265 rtp pack avoid 1387 size nal fu-a only one end packet and first satrt end not exist try fix #2425
xiongguangjie committed
-
- 24 Apr, 2023 2 commits
-
-
xiongguangjie committed
-
确保抛出异常时,原有代理拉流对象被正常移除,后续可以更新正确url
lijin committed
-
- 23 Apr, 2023 2 commits
- 22 Apr, 2023 4 commits
-
-
确保emitErr只触发一次onErr回调
xiongziliang committed -
xiongziliang committed
-
xiongziliang committed
-
xiongziliang committed
-