mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +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
|
||||
|
||||
#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
|
||||
|
||||
#include "SrtpSession.hpp"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define MS_CLASS "RTC::IceServer"
|
||||
#define MS_CLASS "RTC::IceServer"
|
||||
// #define MS_LOG_DEV_LEVEL 3
|
||||
|
||||
#include <utility>
|
||||
|
@ -1,16 +1,19 @@
|
||||
#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:
|
||||
|
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by xzl on 2021/3/27.
|
||||
//
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// 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
|
||||
|
||||
#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
|
||||
|
||||
#include "Utils.hpp"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define MS_CLASS "RTC::StunPacket"
|
||||
#define MS_CLASS "RTC::StunPacket"
|
||||
// #define MS_LOG_DEV_LEVEL 3
|
||||
|
||||
#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
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifndef MS_UTILS_HPP
|
||||
#ifndef MS_UTILS_HPP
|
||||
#define MS_UTILS_HPP
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "WebRtcTransport.h"
|
||||
#include "WebRtcTransport.h"
|
||||
#include <iostream>
|
||||
#include "Rtcp/Rtcp.h"
|
||||
#include "Rtsp/RtpReceiver.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user