Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
ZLMediaKit
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
张翔宇
ZLMediaKit
Commits
8edd093d
Commit
8edd093d
authored
4 years ago
by
ziyue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加bom头
parent
50ca789c
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
18 行增加
和
15 行删除
+18
-15
webrtc/DtlsTransport.cpp
+1
-1
webrtc/DtlsTransport.hpp
+1
-1
webrtc/IceServer.cpp
+1
-1
webrtc/IceServer.hpp
+5
-2
webrtc/Sdp.cpp
+1
-1
webrtc/Sdp.h
+1
-1
webrtc/SrtpSession.cpp
+1
-1
webrtc/SrtpSession.hpp
+1
-1
webrtc/StunPacket.cpp
+1
-1
webrtc/StunPacket.hpp
+1
-1
webrtc/Utils.hpp
+1
-1
webrtc/WebRtcTransport.cpp
+1
-1
webrtc/WebRtcTransport.h
+1
-1
webrtc/logger.h
+1
-1
没有找到文件。
webrtc/DtlsTransport.cpp
查看文件 @
8edd093d
#define MS_CLASS "RTC::DtlsTransport"
#
define
MS_CLASS
"RTC::DtlsTransport"
// #define MS_LOG_DEV_LEVEL 3
// #define MS_LOG_DEV_LEVEL 3
#include "DtlsTransport.hpp"
#include "DtlsTransport.hpp"
...
...
This diff is collapsed.
Click to expand it.
webrtc/DtlsTransport.hpp
查看文件 @
8edd093d
#ifndef MS_RTC_DTLS_TRANSPORT_HPP
#
ifndef
MS_RTC_DTLS_TRANSPORT_HPP
#define MS_RTC_DTLS_TRANSPORT_HPP
#define MS_RTC_DTLS_TRANSPORT_HPP
#include "SrtpSession.hpp"
#include "SrtpSession.hpp"
...
...
This diff is collapsed.
Click to expand it.
webrtc/IceServer.cpp
查看文件 @
8edd093d
#define MS_CLASS "RTC::IceServer"
#
define
MS_CLASS
"RTC::IceServer"
// #define MS_LOG_DEV_LEVEL 3
// #define MS_LOG_DEV_LEVEL 3
#include <utility>
#include <utility>
...
...
This diff is collapsed.
Click to expand it.
webrtc/IceServer.hpp
查看文件 @
8edd093d
#ifndef MS_RTC_ICE_SERVER_HPP
#
ifndef
MS_RTC_ICE_SERVER_HPP
#define MS_RTC_ICE_SERVER_HPP
#define MS_RTC_ICE_SERVER_HPP
#include "StunPacket.hpp"
#include "StunPacket.hpp"
#include "logger.h"
#include "logger.h"
#include "Utils.hpp"
#include <list>
#include <list>
#include <string>
#include <string>
#include <functional>
#include <functional>
#include <memory>
#include <memory>
using
_TransportTuple
=
struct
sockaddr
;
namespace
RTC
namespace
RTC
{
{
using
TransportTuple
=
struct
sockaddr
;
using
TransportTuple
=
_TransportTuple
;
class
IceServer
class
IceServer
{
{
public
:
public
:
...
...
This diff is collapsed.
Click to expand it.
webrtc/Sdp.cpp
查看文件 @
8edd093d
//
//
// Created by xzl on 2021/3/27.
// Created by xzl on 2021/3/27.
//
//
...
...
This diff is collapsed.
Click to expand it.
webrtc/Sdp.h
查看文件 @
8edd093d
//
//
// Created by xzl on 2021/3/27.
// Created by xzl on 2021/3/27.
//
//
...
...
This diff is collapsed.
Click to expand it.
webrtc/SrtpSession.cpp
查看文件 @
8edd093d
#define MS_CLASS "RTC::SrtpSession"
#
define
MS_CLASS
"RTC::SrtpSession"
// #define MS_LOG_DEV_LEVEL 3
// #define MS_LOG_DEV_LEVEL 3
#include "SrtpSession.hpp"
#include "SrtpSession.hpp"
...
...
This diff is collapsed.
Click to expand it.
webrtc/SrtpSession.hpp
查看文件 @
8edd093d
#ifndef MS_RTC_SRTP_SESSION_HPP
#
ifndef
MS_RTC_SRTP_SESSION_HPP
#define MS_RTC_SRTP_SESSION_HPP
#define MS_RTC_SRTP_SESSION_HPP
#include "Utils.hpp"
#include "Utils.hpp"
...
...
This diff is collapsed.
Click to expand it.
webrtc/StunPacket.cpp
查看文件 @
8edd093d
#define MS_CLASS "RTC::StunPacket"
#
define
MS_CLASS
"RTC::StunPacket"
// #define MS_LOG_DEV_LEVEL 3
// #define MS_LOG_DEV_LEVEL 3
#include "StunPacket.hpp"
#include "StunPacket.hpp"
...
...
This diff is collapsed.
Click to expand it.
webrtc/StunPacket.hpp
查看文件 @
8edd093d
#ifndef MS_RTC_STUN_PACKET_HPP
#
ifndef
MS_RTC_STUN_PACKET_HPP
#define MS_RTC_STUN_PACKET_HPP
#define MS_RTC_STUN_PACKET_HPP
...
...
This diff is collapsed.
Click to expand it.
webrtc/Utils.hpp
查看文件 @
8edd093d
#ifndef MS_UTILS_HPP
#
ifndef
MS_UTILS_HPP
#define MS_UTILS_HPP
#define MS_UTILS_HPP
#if defined(_WIN32)
#if defined(_WIN32)
...
...
This diff is collapsed.
Click to expand it.
webrtc/WebRtcTransport.cpp
查看文件 @
8edd093d
#include "WebRtcTransport.h"
#
include
"WebRtcTransport.h"
#include <iostream>
#include <iostream>
#include "Rtcp/Rtcp.h"
#include "Rtcp/Rtcp.h"
#include "Rtsp/RtpReceiver.h"
#include "Rtsp/RtpReceiver.h"
...
...
This diff is collapsed.
Click to expand it.
webrtc/WebRtcTransport.h
查看文件 @
8edd093d
#pragma once
#
pragma
once
#include <memory>
#include <memory>
#include <string>
#include <string>
...
...
This diff is collapsed.
Click to expand it.
webrtc/logger.h
查看文件 @
8edd093d
#pragma once
#
pragma
once
#include <stdio.h>
#include <stdio.h>
#include <assert.h>
#include <assert.h>
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论