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
7c7b9e56
Commit
7c7b9e56
authored
5 years ago
by
xiongziliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一添加bom
parent
ef61c56c
隐藏空白字符变更
内嵌
并排
正在显示
37 个修改的文件
包含
37 行增加
和
37 行删除
+37
-37
3rdpart/ZLToolKit
+1
-1
Android/app/src/main/cpp/native-lib.cpp
+1
-1
server/FFmpegSource.cpp
+1
-1
server/FFmpegSource.h
+1
-1
server/Process.cpp
+1
-1
server/Process.h
+1
-1
server/System.cpp
+1
-1
server/System.h
+1
-1
server/WebApi.h
+1
-1
server/WebHook.cpp
+1
-1
server/WebHook.h
+1
-1
src/Common/Parser.cpp
+1
-1
src/Common/Parser.h
+1
-1
src/Extension/H264.h
+1
-1
src/Http/HttpClient.cpp
+1
-1
src/Http/HttpCookieManager.cpp
+1
-1
src/Http/HttpCookieManager.h
+1
-1
src/MediaFile/HlsMaker.cpp
+1
-1
src/MediaFile/HlsMaker.h
+1
-1
src/MediaFile/HlsMakerImp.cpp
+1
-1
src/MediaFile/HlsMakerImp.h
+1
-1
src/MediaFile/HlsRecorder.h
+1
-1
src/MediaFile/MP4Muxer.cpp
+1
-1
src/MediaFile/MP4Muxer.h
+1
-1
src/MediaFile/Stamp.cpp
+1
-1
src/MediaFile/Stamp.h
+1
-1
src/MediaFile/TsMuxer.cpp
+1
-1
src/MediaFile/TsMuxer.h
+1
-1
src/Pusher/MediaPusher.cpp
+1
-1
src/Pusher/MediaPusher.h
+1
-1
src/Pusher/PusherBase.cpp
+1
-1
src/Pusher/PusherBase.h
+1
-1
src/Rtsp/RtspPusher.cpp
+1
-1
src/Rtsp/RtspPusher.h
+1
-1
src/Rtsp/RtspSession.cpp
+1
-1
src/Rtsp/RtspSession.h
+1
-1
tests/test_httpClient.cpp
+1
-1
没有找到文件。
ZLToolKit
@
2bb23400
Subproject commit
3bc5bcf917a6ff9fe0c50ed1751e61c04aacc413
Subproject commit
2bb234006c852b1d1a61a0e9a7f39dde7105fe34
This diff is collapsed.
Click to expand it.
Android/app/src/main/cpp/native-lib.cpp
查看文件 @
7c7b9e56
#include <jni.h>
#
include
<
jni
.
h
>
#include <string>
#include <string>
#include "test_server.cpp"
#include "test_server.cpp"
...
...
This diff is collapsed.
Click to expand it.
server/FFmpegSource.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
server/FFmpegSource.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
server/Process.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
server/Process.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
server/System.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
server/System.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
server/WebApi.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
server/WebHook.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
server/WebHook.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Common/Parser.cpp
查看文件 @
7c7b9e56
//
//
// Created by xzl on 2019/6/28.
// Created by xzl on 2019/6/28.
//
//
...
...
This diff is collapsed.
Click to expand it.
src/Common/Parser.h
查看文件 @
7c7b9e56
//
//
// Created by xzl on 2019/6/28.
// Created by xzl on 2019/6/28.
//
//
...
...
This diff is collapsed.
Click to expand it.
src/Extension/H264.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Http/HttpClient.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Http/HttpCookieManager.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Http/HttpCookieManager.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/HlsMaker.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/HlsMaker.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/HlsMakerImp.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/HlsMakerImp.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/HlsRecorder.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/MP4Muxer.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/MP4Muxer.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/Stamp.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/Stamp.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/TsMuxer.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/MediaFile/TsMuxer.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Pusher/MediaPusher.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Pusher/MediaPusher.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Pusher/PusherBase.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Pusher/PusherBase.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Rtsp/RtspPusher.cpp
查看文件 @
7c7b9e56
//
//
// Created by xzl on 2019/3/27.
// Created by xzl on 2019/3/27.
//
//
...
...
This diff is collapsed.
Click to expand it.
src/Rtsp/RtspPusher.h
查看文件 @
7c7b9e56
//
//
// Created by xzl on 2019/3/27.
// Created by xzl on 2019/3/27.
//
//
...
...
This diff is collapsed.
Click to expand it.
src/Rtsp/RtspSession.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
src/Rtsp/RtspSession.h
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
tests/test_httpClient.cpp
查看文件 @
7c7b9e56
/*
/*
* MIT License
* MIT License
*
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论