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
d26d484e
Commit
d26d484e
authored
Oct 09, 2017
by
xiongziliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
“添加bom头
parent
fecfbbe1
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
119 个修改的文件
包含
100 行增加
和
100 行删除
+100
-100
CMakeLists.txt
+1
-1
src/Codec/AACEncoder.cpp
+1
-1
src/Codec/AACEncoder.h
+1
-1
src/Codec/H264Encoder.cpp
+1
-1
src/Codec/H264Encoder.h
+1
-1
src/Common/MediaSender.h
+1
-1
src/Common/config.cpp
+1
-1
src/Common/config.h
+1
-1
src/Device/Device.cpp
+1
-1
src/Device/Device.h
+1
-1
src/Device/PlayerProxy.cpp
+1
-1
src/Device/PlayerProxy.h
+1
-1
src/Device/base64.cpp
+1
-1
src/Device/base64.h
+1
-1
src/H264/H264Parser.cpp
+1
-1
src/H264/H264Parser.h
+1
-1
src/H264/SPSParser.c
+1
-1
src/H264/h264_bit_reader.cpp
+1
-1
src/H264/h264_bit_reader.h
+1
-1
src/H264/h264_parser.cpp
+1
-1
src/H264/h264_parser.h
+1
-1
src/H264/h264_poc.cpp
+1
-1
src/H264/h264_poc.h
+1
-1
src/H264/macros.h
+1
-1
src/H264/ranges.h
+1
-1
src/Http/HttpClient.cpp
+1
-1
src/Http/HttpClient.h
+1
-1
src/Http/HttpClientImp.cpp
+1
-1
src/Http/HttpClientImp.h
+1
-1
src/Http/HttpDownloader.cpp
+1
-1
src/Http/HttpDownloader.h
+1
-1
src/Http/HttpRequester.cpp
+1
-1
src/Http/HttpRequester.h
+1
-1
src/Http/HttpSession.cpp
+1
-1
src/Http/HttpSession.h
+1
-1
src/Http/HttpsSession.h
+1
-1
src/Http/strCoding.cpp
+1
-1
src/Http/strCoding.h
+1
-1
src/MediaFile/HLSMaker.cpp
+1
-1
src/MediaFile/HLSMaker.h
+1
-1
src/MediaFile/MediaReader.cpp
+1
-1
src/MediaFile/MediaReader.h
+1
-1
src/MediaFile/MediaRecorder.cpp
+1
-1
src/MediaFile/MediaRecorder.h
+1
-1
src/MediaFile/Mp4Maker.cpp
+1
-1
src/MediaFile/Mp4Maker.h
+1
-1
src/MediaFile/TSMaker.cpp
+1
-1
src/MediaFile/TSMaker.h
+1
-1
src/MediaFile/crc32.cpp
+1
-1
src/MediaFile/crc32.h
+1
-1
src/Player/MediaPlayer.cpp
+1
-1
src/Player/MediaPlayer.h
+1
-1
src/Player/Player.cpp
+1
-1
src/Player/Player.h
+1
-1
src/Player/PlayerBase.cpp
+1
-1
src/Player/PlayerBase.h
+1
-1
src/RTP/RtpMaker.h
+1
-1
src/RTP/RtpMakerAAC.cpp
+1
-1
src/RTP/RtpMakerAAC.h
+1
-1
src/RTP/RtpMakerH264.cpp
+1
-1
src/RTP/RtpMakerH264.h
+1
-1
src/Rtmp/Rtmp.h
+1
-1
src/Rtmp/RtmpMediaSource.cpp
+1
-1
src/Rtmp/RtmpMediaSource.h
+1
-1
src/Rtmp/RtmpParser.cpp
+1
-1
src/Rtmp/RtmpParser.h
+1
-1
src/Rtmp/RtmpPlayer.cpp
+1
-1
src/Rtmp/RtmpPlayer.h
+1
-1
src/Rtmp/RtmpPlayerImp.cpp
+1
-1
src/Rtmp/RtmpPlayerImp.h
+1
-1
src/Rtmp/RtmpProtocol.cpp
+1
-1
src/Rtmp/RtmpProtocol.h
+1
-1
src/Rtmp/RtmpPusher.cpp
+1
-1
src/Rtmp/RtmpPusher.h
+1
-1
src/Rtmp/RtmpSession.cpp
+1
-1
src/Rtmp/RtmpSession.h
+1
-1
src/Rtmp/RtmpToRtspMediaSource.cpp
+1
-1
src/Rtmp/RtmpToRtspMediaSource.h
+1
-1
src/Rtmp/amf.cpp
+1
-1
src/Rtmp/amf.h
+1
-1
src/Rtmp/utils.cpp
+1
-1
src/Rtmp/utils.h
+1
-1
src/Rtsp/RtpBroadCaster.cpp
+1
-1
src/Rtsp/RtpBroadCaster.h
+1
-1
src/Rtsp/RtpParser.cpp
+1
-1
src/Rtsp/RtpParser.h
+1
-1
src/Rtsp/Rtsp.cpp
+1
-1
src/Rtsp/Rtsp.h
+1
-1
src/Rtsp/RtspMediaSource.cpp
+1
-1
src/Rtsp/RtspMediaSource.h
+1
-1
src/Rtsp/RtspPlayer.cpp
+1
-1
src/Rtsp/RtspPlayer.h
+1
-1
src/Rtsp/RtspPlayerImp.cpp
+1
-1
src/Rtsp/RtspPlayerImp.h
+1
-1
src/Rtsp/RtspSession.cpp
+1
-1
src/Rtsp/RtspSession.h
+1
-1
src/Rtsp/RtspToRtmpMediaSource.cpp
+1
-1
src/Rtsp/RtspToRtmpMediaSource.h
+1
-1
src/Rtsp/UDPServer.cpp
+1
-1
src/Rtsp/UDPServer.h
+1
-1
src/Shell/CMD.cpp
+0
-0
src/Shell/CMD.h
+0
-0
src/Shell/ShellSession.cpp
+0
-0
src/Shell/ShellSession.h
+0
-0
src/win32/getopt.c
+0
-0
src/win32/getopt.h
+0
-0
src/win32/tailor.h
+0
-0
tests/CMakeLists.txt
+0
-0
tests/DeviceHK/DeviceHK.cpp
+0
-0
tests/DeviceHK/DeviceHK.h
+0
-0
tests/H264Decoder.h
+0
-0
tests/README.txt
+0
-0
tests/YuvDisplayer.h
+0
-0
tests/test_benchmark.cpp
+0
-0
tests/test_httpClient.cpp
+0
-0
tests/test_player.cpp
+0
-0
tests/test_rtmpPusher.cpp
+0
-0
tests/test_rtmpPusherMp4.cpp
+0
-0
tests/test_server.cpp
+0
-0
没有找到文件。
CMakeLists.txt
查看文件 @
d26d484e
project
(
ZLMediaKit
)
project
(
ZLMediaKit
)
cmake_minimum_required
(
VERSION 2.8
)
#加载自定义模块
...
...
src/Codec/AACEncoder.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Codec/AACEncoder.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Codec/H264Encoder.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Codec/H264Encoder.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Common/MediaSender.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Common/config.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Common/config.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Device/Device.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Device/Device.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Device/PlayerProxy.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Device/PlayerProxy.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Device/base64.cpp
查看文件 @
d26d484e
/*
/*
* Copyright (c) 2006 Ryan Martell. (rdm4@martellventures.com)
*
* This file is part of FFmpeg.
...
...
src/Device/base64.h
查看文件 @
d26d484e
/*
/*
* Copyright (c) 2006 Ryan Martell. (rdm4@martellventures.com)
*
* This file is part of FFmpeg.
...
...
src/H264/H264Parser.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/H264/H264Parser.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/H264/SPSParser.c
查看文件 @
d26d484e
#include <stdio.h>
#
include
<
stdio
.
h
>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
/* for uint32_t, etc */
...
...
src/H264/h264_bit_reader.cpp
查看文件 @
d26d484e
// Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
...
...
src/H264/h264_bit_reader.h
查看文件 @
d26d484e
// Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
...
...
src/H264/h264_parser.cpp
查看文件 @
d26d484e
// Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
...
...
src/H264/h264_parser.h
查看文件 @
d26d484e
// Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
...
...
src/H264/h264_poc.cpp
查看文件 @
d26d484e
// Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
...
...
src/H264/h264_poc.h
查看文件 @
d26d484e
// Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
...
...
src/H264/macros.h
查看文件 @
d26d484e
// Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
...
...
src/H264/ranges.h
查看文件 @
d26d484e
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
...
...
src/Http/HttpClient.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpClient.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpClientImp.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpClientImp.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpDownloader.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpDownloader.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpRequester.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpRequester.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpSession.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpSession.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/HttpsSession.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/strCoding.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Http/strCoding.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/HLSMaker.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/HLSMaker.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/MediaReader.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/MediaReader.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/MediaRecorder.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/MediaRecorder.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/Mp4Maker.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/Mp4Maker.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/TSMaker.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/TSMaker.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/MediaFile/crc32.cpp
查看文件 @
d26d484e
#include "crc32.h"
#
include
"crc32.h"
#define BSWAP16C(x) (((x) << 8 & 0xff00) | ((x) >> 8 & 0x00ff))
#define BSWAP32C(x) (BSWAP16C(x) << 16 | BSWAP16C((x) >> 16))
...
...
src/MediaFile/crc32.h
查看文件 @
d26d484e
#ifndef CRC32_H_
#
ifndef
CRC32_H_
#define CRC32_H_
unsigned
int
calc_crc32
(
unsigned
char
*
data
,
unsigned
int
datalen
);
...
...
src/Player/MediaPlayer.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Player/MediaPlayer.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Player/Player.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Player/Player.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Player/PlayerBase.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Player/PlayerBase.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/RTP/RtpMaker.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/RTP/RtpMakerAAC.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/RTP/RtpMakerAAC.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/RTP/RtpMakerH264.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/RTP/RtpMakerH264.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/Rtmp.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpMediaSource.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpMediaSource.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpParser.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpParser.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpPlayer.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpPlayer.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpPlayerImp.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpPlayerImp.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpProtocol.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpProtocol.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpPusher.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpPusher.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpSession.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpSession.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpToRtspMediaSource.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/RtmpToRtspMediaSource.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/amf.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/amf.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/utils.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtmp/utils.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtpBroadCaster.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtpBroadCaster.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtpParser.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtpParser.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/Rtsp.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/Rtsp.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspMediaSource.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspMediaSource.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspPlayer.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspPlayer.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspPlayerImp.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspPlayerImp.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspSession.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspSession.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspToRtmpMediaSource.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/RtspToRtmpMediaSource.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/UDPServer.cpp
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Rtsp/UDPServer.h
查看文件 @
d26d484e
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
...
...
src/Shell/CMD.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
src/Shell/CMD.h
查看文件 @
d26d484e
差异被折叠。
点击展开。
src/Shell/ShellSession.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
src/Shell/ShellSession.h
查看文件 @
d26d484e
差异被折叠。
点击展开。
src/win32/getopt.c
查看文件 @
d26d484e
差异被折叠。
点击展开。
src/win32/getopt.h
查看文件 @
d26d484e
差异被折叠。
点击展开。
src/win32/tailor.h
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/CMakeLists.txt
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/DeviceHK/DeviceHK.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/DeviceHK/DeviceHK.h
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/H264Decoder.h
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/README.txt
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/YuvDisplayer.h
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/test_benchmark.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/test_httpClient.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/test_player.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/test_rtmpPusher.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/test_rtmpPusherMp4.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
tests/test_server.cpp
查看文件 @
d26d484e
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论