text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: src/Rtmp/Rtmp.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the sour...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/Rtmp.h", "license": "bsd", "size": 12011}
### File: src/Rtmp/RtmpCodec.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpCodec.h", "license": "bsd", "size": 1757}
### File: src/Rtmp/RtmpDemuxer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpDemuxer.cpp", "license": "bsd", "size": 6598}
### File: src/Rtmp/RtmpDemuxer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpDemuxer.h", "license": "bsd", "size": 1889}
### File: src/Rtmp/RtmpMediaSource.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpMediaSource.h", "license": "bsd", "size": 6040}
### File: src/Rtmp/RtmpMediaSourceImp.cpp #include "RtmpDemuxer.h" #include "RtmpMediaSourceImp.h" namespace mediakit { uint32_t RtmpMediaSource::getTimeStamp(TrackType trackType) { assert(trackType >= TrackInvalid && trackType < TrackMax); if (trackType != TrackInvalid) { // 获取某track的时间戳 [AUTO-TRAN...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpMediaSourceImp.cpp", "license": "bsd", "size": 7233}
### File: src/Rtmp/RtmpMediaSourceImp.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the ro...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpMediaSourceImp.h", "license": "bsd", "size": 3321}
### File: src/Rtmp/RtmpMediaSourceMuxer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpMediaSourceMuxer.h", "license": "bsd", "size": 3007}
### File: src/Rtmp/RtmpMuxer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpMuxer.cpp", "license": "bsd", "size": 2513}
### File: src/Rtmp/RtmpMuxer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpMuxer.h", "license": "bsd", "size": 2325}
### File: src/Rtmp/RtmpPlayer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpPlayer.cpp", "license": "bsd", "size": 16322}
### File: src/Rtmp/RtmpPlayer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpPlayer.h", "license": "bsd", "size": 4283}
### File: src/Rtmp/RtmpPlayerImp.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpPlayerImp.h", "license": "bsd", "size": 4288}
### File: src/Rtmp/RtmpProtocol.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpProtocol.cpp", "license": "bsd", "size": 33283}
### File: src/Rtmp/RtmpProtocol.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpProtocol.h", "license": "bsd", "size": 4484}
### File: src/Rtmp/RtmpPusher.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpPusher.cpp", "license": "bsd", "size": 11399}
### File: src/Rtmp/RtmpPusher.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpPusher.h", "license": "bsd", "size": 2706}
### File: src/Rtmp/RtmpSession.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpSession.cpp", "license": "bsd", "size": 22675}
### File: src/Rtmp/RtmpSession.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/RtmpSession.h", "license": "bsd", "size": 4512}
### File: src/Rtmp/amf.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the sou...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/amf.cpp", "license": "bsd", "size": 17068}
### File: src/Rtmp/amf.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the sourc...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/amf.h", "license": "bsd", "size": 2990}
### File: src/Rtmp/utils.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the s...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/utils.cpp", "license": "bsd", "size": 1773}
### File: src/Rtmp/utils.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the sou...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtmp/utils.h", "license": "bsd", "size": 752}
### File: src/Rtp/Decoder.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/Decoder.cpp", "license": "bsd", "size": 5736}
### File: src/Rtp/Decoder.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the so...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/Decoder.h", "license": "bsd", "size": 2308}
### File: src/Rtp/GB28181Process.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/GB28181Process.cpp", "license": "bsd", "size": 8028}
### File: src/Rtp/GB28181Process.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/GB28181Process.h", "license": "bsd", "size": 1929}
### File: src/Rtp/PSDecoder.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/PSDecoder.cpp", "license": "bsd", "size": 2858}
### File: src/Rtp/PSDecoder.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/PSDecoder.h", "license": "bsd", "size": 1196}
### File: src/Rtp/PSEncoder.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/PSEncoder.cpp", "license": "bsd", "size": 1942}
### File: src/Rtp/PSEncoder.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/PSEncoder.h", "license": "bsd", "size": 1547}
### File: src/Rtp/ProcessInterface.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/ProcessInterface.h", "license": "bsd", "size": 1394}
### File: src/Rtp/RawEncoder.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RawEncoder.cpp", "license": "bsd", "size": 3120}
### File: src/Rtp/RawEncoder.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RawEncoder.h", "license": "bsd", "size": 1707}
### File: src/Rtp/RtpCache.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpCache.cpp", "license": "bsd", "size": 1441}
### File: src/Rtp/RtpCache.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the s...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpCache.h", "license": "bsd", "size": 2064}
### File: src/Rtp/RtpProcess.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpProcess.cpp", "license": "bsd", "size": 11851}
### File: src/Rtp/RtpProcess.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpProcess.h", "license": "bsd", "size": 5179}
### File: src/Rtp/RtpSender.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpSender.cpp", "license": "bsd", "size": 23053}
### File: src/Rtp/RtpSender.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpSender.h", "license": "bsd", "size": 4213}
### File: src/Rtp/RtpServer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpServer.cpp", "license": "bsd", "size": 13806}
### File: src/Rtp/RtpServer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpServer.h", "license": "bsd", "size": 3948}
### File: src/Rtp/RtpSession.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpSession.cpp", "license": "bsd", "size": 11496}
### File: src/Rtp/RtpSession.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpSession.h", "license": "bsd", "size": 2284}
### File: src/Rtp/RtpSplitter.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpSplitter.cpp", "license": "bsd", "size": 3350}
### File: src/Rtp/RtpSplitter.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/RtpSplitter.h", "license": "bsd", "size": 1418}
### File: src/Rtp/TSDecoder.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/TSDecoder.cpp", "license": "bsd", "size": 3585}
### File: src/Rtp/TSDecoder.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtp/TSDecoder.h", "license": "bsd", "size": 1674}
### File: src/Rtsp/RtpCodec.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtpCodec.cpp", "license": "bsd", "size": 1773}
### File: src/Rtsp/RtpCodec.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtpCodec.h", "license": "bsd", "size": 3732}
### File: src/Rtsp/RtpMultiCaster.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtpMultiCaster.cpp", "license": "bsd", "size": 8267}
### File: src/Rtsp/RtpMultiCaster.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtpMultiCaster.h", "license": "bsd", "size": 2053}
### File: src/Rtsp/RtpReceiver.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtpReceiver.cpp", "license": "bsd", "size": 5191}
### File: src/Rtsp/RtpReceiver.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtpReceiver.h", "license": "bsd", "size": 13525}
### File: src/Rtsp/Rtsp.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the so...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/Rtsp.cpp", "license": "bsd", "size": 25783}
### File: src/Rtsp/Rtsp.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the sour...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/Rtsp.h", "license": "bsd", "size": 14708}
### File: src/Rtsp/RtspDemuxer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspDemuxer.cpp", "license": "bsd", "size": 4415}
### File: src/Rtsp/RtspDemuxer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspDemuxer.h", "license": "bsd", "size": 1798}
### File: src/Rtsp/RtspMediaSource.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspMediaSource.h", "license": "bsd", "size": 6383}
### File: src/Rtsp/RtspMediaSourceImp.cpp #include "RtspMediaSourceImp.h" #include "RtspDemuxer.h" #include "Common/config.h" namespace mediakit { void RtspMediaSource::setSdp(const std::string &sdp) { SdpParser sdp_parser(sdp); _tracks[TrackVideo] = sdp_parser.getTrack(TrackVideo); _tracks[TrackAudio] = s...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspMediaSourceImp.cpp", "license": "bsd", "size": 6559}
### File: src/Rtsp/RtspMediaSourceImp.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the ro...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspMediaSourceImp.h", "license": "bsd", "size": 4181}
### File: src/Rtsp/RtspMediaSourceMuxer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspMediaSourceMuxer.h", "license": "bsd", "size": 2967}
### File: src/Rtsp/RtspMuxer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspMuxer.cpp", "license": "bsd", "size": 6023}
### File: src/Rtsp/RtspMuxer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspMuxer.h", "license": "bsd", "size": 2971}
### File: src/Rtsp/RtspPlayer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspPlayer.cpp", "license": "bsd", "size": 34350}
### File: src/Rtsp/RtspPlayer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspPlayer.h", "license": "bsd", "size": 7479}
### File: src/Rtsp/RtspPlayerImp.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspPlayerImp.h", "license": "bsd", "size": 3164}
### File: src/Rtsp/RtspPusher.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspPusher.cpp", "license": "bsd", "size": 22567}
### File: src/Rtsp/RtspPusher.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspPusher.h", "license": "bsd", "size": 4232}
### File: src/Rtsp/RtspSession.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspSession.cpp", "license": "bsd", "size": 51091}
### File: src/Rtsp/RtspSession.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspSession.h", "license": "bsd", "size": 14264}
### File: src/Rtsp/RtspSplitter.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspSplitter.cpp", "license": "bsd", "size": 3703}
### File: src/Rtsp/RtspSplitter.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/RtspSplitter.h", "license": "bsd", "size": 2155}
### File: src/Rtsp/UDPServer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/UDPServer.cpp", "license": "bsd", "size": 2948}
### File: src/Rtsp/UDPServer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Rtsp/UDPServer.h", "license": "bsd", "size": 1604}
### File: src/Shell/ShellCMD.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Shell/ShellCMD.h", "license": "bsd", "size": 2927}
### File: src/Shell/ShellSession.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Shell/ShellSession.cpp", "license": "bsd", "size": 5022}
### File: src/Shell/ShellSession.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/Shell/ShellSession.h", "license": "bsd", "size": 1238}
### File: src/TS/TSMediaSource.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/TS/TSMediaSource.h", "license": "bsd", "size": 4573}
### File: src/TS/TSMediaSourceMuxer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "src/TS/TSMediaSourceMuxer.h", "license": "bsd", "size": 2915}
### File: srt/Ack.cpp #include "Ack.hpp" #include "Common.hpp" namespace SRT { bool ACKPacket::loadFromData(uint8_t *buf, size_t len) { if (len < ACK_CIF_SIZE + ControlPacket::HEADER_SIZE) { return false; } _data = BufferRaw::create(); _data->assign((char *)(buf), len); ControlPacket::lo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/Ack.cpp", "license": "bsd", "size": 2024}
### File: srt/Ack.hpp #ifndef ZLMEDIAKIT_SRT_ACK_H #define ZLMEDIAKIT_SRT_ACK_H #include "Packet.hpp" namespace SRT { /* 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+- SRT Header +-+-+-+-+-+-+-+-+-+-+-+-+-+ |1| ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/Ack.hpp", "license": "bsd", "size": 3394}
### File: srt/CMakeLists.txt # MIT License # # Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restri...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/CMakeLists.txt", "license": "bsd", "size": 1789}
### File: srt/Common.hpp #ifndef ZLMEDIAKIT_SRT_COMMON_H #define ZLMEDIAKIT_SRT_COMMON_H #if defined(_WIN32) #include <winsock2.h> #include <ws2tcpip.h> #include <Iphlpapi.h> #pragma comment(lib, "Ws2_32.lib") #pragma comment(lib, "Iphlpapi.lib") #else #include <netdb.h> #include <sys/socket.h> #endif // defined(_WIN...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/Common.hpp", "license": "bsd", "size": 3139}
### File: srt/Crypto.cpp #include <atomic> #include "Util/MD5.h" #include "Util/logger.h" #include "Crypto.hpp" #if defined(ENABLE_OPENSSL) #include "openssl/evp.h" #endif using namespace toolkit; using namespace std; using namespace SRT; namespace SRT { #if defined(ENABLE_OPENSSL) inline const EVP_CIPHER* aes_ke...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/Crypto.cpp", "license": "bsd", "size": 14913}
### File: srt/Crypto.hpp #ifndef ZLMEDIAKIT_SRT_CRYPTO_H #define ZLMEDIAKIT_SRT_CRYPTO_H #include <stdint.h> #include <vector> #include "Network/Buffer.h" #include "Network/sockutil.h" #include "Util/logger.h" #include "Common.hpp" #include "HSExt.hpp" #include "Packet.hpp" namespace SRT { class CryptoContext : pu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/Crypto.hpp", "license": "bsd", "size": 3111}
### File: srt/HSExt.cpp #include "HSExt.hpp" namespace SRT { bool HSExtMessage::loadFromData(uint8_t *buf, size_t len) { if (buf == NULL || len != HSEXT_MSG_SIZE) { return false; } _data = BufferRaw::create(); _data->assign((char *)buf, len); extension_length = 3; HSExt::loadHeader()...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/HSExt.cpp", "license": "bsd", "size": 6739}
### File: srt/HSExt.hpp #ifndef ZLMEDIAKIT_SRT_HS_EXT_H #define ZLMEDIAKIT_SRT_HS_EXT_H #include "Network/Buffer.h" #include "Common.hpp" namespace SRT { using namespace toolkit; class HSExt : public Buffer { public: HSExt() = default; virtual ~HSExt() = default; enum { SRT_CMD_REJECT = 0, ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/HSExt.hpp", "license": "bsd", "size": 8156}
### File: srt/NackContext.cpp #include "NackContext.hpp" namespace SRT { void NackContext::update(TimePoint now, std::list<PacketQueue::LostPair> &lostlist) { for (auto item : lostlist) { mergeItem(now, item); } } void NackContext::getLostList( TimePoint now, uint32_t rtt, uint32_t rtt_variance, s...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/NackContext.cpp", "license": "bsd", "size": 3199}
### File: srt/NackContext.hpp #ifndef ZLMEDIAKIT_SRT_NACK_CONTEXT_H #define ZLMEDIAKIT_SRT_NACK_CONTEXT_H #include "Common.hpp" #include "PacketQueue.hpp" #include <list> namespace SRT { class NackContext { public: NackContext() = default; ~NackContext() = default; void update(TimePoint now, std::list<Pac...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/NackContext.hpp", "license": "bsd", "size": 773}
### File: srt/Packet.cpp #include <atomic> #include "Util/MD5.h" #include "Util/logger.h" #include "Packet.hpp" namespace SRT { const size_t DataPacket::HEADER_SIZE; const size_t ControlPacket::HEADER_SIZE; const size_t HandshakePacket::HS_CONTENT_MIN_SIZE; bool DataPacket::isDataPacket(uint8_t *buf, size_t len) {...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/Packet.cpp", "license": "bsd", "size": 17987}
### File: srt/Packet.hpp #ifndef ZLMEDIAKIT_SRT_PACKET_H #define ZLMEDIAKIT_SRT_PACKET_H #include <stdint.h> #include <vector> #include "Network/Buffer.h" #include "Network/sockutil.h" #include "Util/logger.h" #include "Common.hpp" #include "HSExt.hpp" namespace SRT { using namespace toolkit; static const size_t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/Packet.hpp", "license": "bsd", "size": 19382}
### File: srt/PacketQueue.cpp #include "PacketQueue.hpp" namespace SRT { static inline bool isSeqEdge(uint32_t seq, uint32_t cap) { if (seq > (MAX_SEQ - cap)) { return true; } return false; } static inline bool isSeqCycle(uint32_t first, uint32_t second) { uint32_t diff; if (first > seco...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/PacketQueue.cpp", "license": "bsd", "size": 15143}
### File: srt/PacketQueue.hpp #ifndef ZLMEDIAKIT_SRT_PACKET_QUEUE_H #define ZLMEDIAKIT_SRT_PACKET_QUEUE_H #include "Packet.hpp" #include <algorithm> #include <list> #include <map> #include <memory> #include <tuple> #include <utility> #include <vector> namespace SRT { class PacketQueueInterface { public: using Pt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/PacketQueue.hpp", "license": "bsd", "size": 2849}
### File: srt/PacketSendQueue.cpp #include "PacketSendQueue.hpp" namespace SRT { PacketSendQueue::PacketSendQueue(uint32_t max_size, uint32_t latency,uint32_t flag) : _srt_flag(flag) , _pkt_cap(max_size) , _pkt_latency(latency) {} bool PacketSendQueue::drop(uint32_t num) { decltype(_pkt_cache.begin(...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/PacketSendQueue.cpp", "license": "bsd", "size": 2070}
### File: srt/PacketSendQueue.hpp #ifndef ZLMEDIAKIT_SRT_PACKET_SEND_QUEUE_H #define ZLMEDIAKIT_SRT_PACKET_SEND_QUEUE_H #include "Packet.hpp" #include <algorithm> #include <list> #include <memory> #include <set> #include <tuple> #include <utility> namespace SRT { class PacketSendQueue { public: using Ptr = std:...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/PacketSendQueue.hpp", "license": "bsd", "size": 889}
### File: srt/SrtCaller.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of the so...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/SrtCaller.cpp", "license": "bsd", "size": 34648}
### File: srt/SrtCaller.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/SrtCaller.h", "license": "bsd", "size": 6471}
### File: srt/SrtPlayer.cpp /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/SrtPlayer.cpp", "license": "bsd", "size": 5191}
### File: srt/SrtPlayer.h /* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). * * Use of this source code is governed by MIT-like license that can be found in the * LICENSE file in the root of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "vincent-in-black-sesame/ZLMediaKit", "path": "srt/SrtPlayer.h", "license": "bsd", "size": 1920}