Commit 8edd093d by ziyue

添加bom头

parent 50ca789c
#define MS_CLASS "RTC::DtlsTransport"
#define MS_CLASS "RTC::DtlsTransport"
// #define MS_LOG_DEV_LEVEL 3
#include "DtlsTransport.hpp"
......
#ifndef MS_RTC_DTLS_TRANSPORT_HPP
#ifndef MS_RTC_DTLS_TRANSPORT_HPP
#define MS_RTC_DTLS_TRANSPORT_HPP
#include "SrtpSession.hpp"
......
#define MS_CLASS "RTC::IceServer"
#define MS_CLASS "RTC::IceServer"
// #define MS_LOG_DEV_LEVEL 3
#include <utility>
......
#ifndef MS_RTC_ICE_SERVER_HPP
#ifndef MS_RTC_ICE_SERVER_HPP
#define MS_RTC_ICE_SERVER_HPP
#include "StunPacket.hpp"
#include "logger.h"
#include "Utils.hpp"
#include <list>
#include <string>
#include <functional>
#include <memory>
using _TransportTuple = struct sockaddr;
namespace RTC
{
using TransportTuple = struct sockaddr;
using TransportTuple = _TransportTuple;
class IceServer
{
public:
......
//
//
// Created by xzl on 2021/3/27.
//
......
//
//
// Created by xzl on 2021/3/27.
//
......
#define MS_CLASS "RTC::SrtpSession"
#define MS_CLASS "RTC::SrtpSession"
// #define MS_LOG_DEV_LEVEL 3
#include "SrtpSession.hpp"
......
#ifndef MS_RTC_SRTP_SESSION_HPP
#ifndef MS_RTC_SRTP_SESSION_HPP
#define MS_RTC_SRTP_SESSION_HPP
#include "Utils.hpp"
......
#define MS_CLASS "RTC::StunPacket"
#define MS_CLASS "RTC::StunPacket"
// #define MS_LOG_DEV_LEVEL 3
#include "StunPacket.hpp"
......
#ifndef MS_RTC_STUN_PACKET_HPP
#ifndef MS_RTC_STUN_PACKET_HPP
#define MS_RTC_STUN_PACKET_HPP
......
#ifndef MS_UTILS_HPP
#ifndef MS_UTILS_HPP
#define MS_UTILS_HPP
#if defined(_WIN32)
......
#include "WebRtcTransport.h"
#include "WebRtcTransport.h"
#include <iostream>
#include "Rtcp/Rtcp.h"
#include "Rtsp/RtpReceiver.h"
......
#pragma once
#pragma once
#include <memory>
#include <string>
......
#pragma once
#pragma once
#include <stdio.h>
#include <assert.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论