mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
添加bom头
This commit is contained in:
parent
50ca789c0c
commit
8edd093d68
@ -1,4 +1,4 @@
|
|||||||
#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"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#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"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#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>
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
#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:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Created by xzl on 2021/3/27.
|
// Created by xzl on 2021/3/27.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Created by xzl on 2021/3/27.
|
// Created by xzl on 2021/3/27.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#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"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#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"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#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"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ifndef MS_RTC_STUN_PACKET_HPP
|
#ifndef MS_RTC_STUN_PACKET_HPP
|
||||||
#define MS_RTC_STUN_PACKET_HPP
|
#define MS_RTC_STUN_PACKET_HPP
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ifndef MS_UTILS_HPP
|
#ifndef MS_UTILS_HPP
|
||||||
#define MS_UTILS_HPP
|
#define MS_UTILS_HPP
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#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"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user