From 38608bf25d4794cb4f578d1ee8954f8a140606f9 Mon Sep 17 00:00:00 2001 From: Babosa Date: Sun, 9 Jul 2017 15:15:59 +0800 Subject: [PATCH] EasyPlayer RTSP Windows v2.0.17.0709 --- win32/EasyPlayerWebActiveX/EasyPlayerManager.h | 2 +- win32/bin/Main_config.xml | 4 ++-- win32/libEasyPlayer/ChannelManager.cpp | 2 +- win32/libEasyPlayer/ChannelManager.h | 2 +- win32/libEasyPlayer/SoundPlayer.cpp | 2 +- win32/libEasyPlayer/SoundPlayer.h | 2 +- win32/libEasyPlayer/libEasyPlayerAPI.cpp | 2 +- win32/libEasyPlayer/libEasyPlayerAPI.h | 2 +- win32/libEasyPlayer/ssqueue.cpp | 2 +- win32/libEasyPlayer/ssqueue.h | 2 +- win32/libEasyPlayer/trace.cpp | 2 +- win32/libEasyPlayer/trace.h | 2 +- win32/libEasyPlayer/vstime.cpp | 2 +- win32/libEasyPlayer/vstime.h | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/win32/EasyPlayerWebActiveX/EasyPlayerManager.h b/win32/EasyPlayerWebActiveX/EasyPlayerManager.h index 14d7f5c..1ab0586 100644 --- a/win32/EasyPlayerWebActiveX/EasyPlayerManager.h +++ b/win32/EasyPlayerWebActiveX/EasyPlayerManager.h @@ -11,7 +11,7 @@ #include "./libEasyPlayer/libEasyPlayerAPI.h" -//Gavin's Source Struct流信息结构 +//Sword's Source Struct流信息结构 typedef struct __EASY_LOCAL_SOURCE_T { int rtspSourceId; diff --git a/win32/bin/Main_config.xml b/win32/bin/Main_config.xml index 3dc5eb4..f3b15cc 100644 --- a/win32/bin/Main_config.xml +++ b/win32/bin/Main_config.xml @@ -4,8 +4,8 @@ - - + + diff --git a/win32/libEasyPlayer/ChannelManager.cpp b/win32/libEasyPlayer/ChannelManager.cpp index a006f62..aea00df 100644 --- a/win32/libEasyPlayer/ChannelManager.cpp +++ b/win32/libEasyPlayer/ChannelManager.cpp @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #include "ChannelManager.h" #include diff --git a/win32/libEasyPlayer/ChannelManager.h b/win32/libEasyPlayer/ChannelManager.h index b0cea77..f8ecebd 100644 --- a/win32/libEasyPlayer/ChannelManager.h +++ b/win32/libEasyPlayer/ChannelManager.h @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #pragma once diff --git a/win32/libEasyPlayer/SoundPlayer.cpp b/win32/libEasyPlayer/SoundPlayer.cpp index 67d0031..00c1871 100644 --- a/win32/libEasyPlayer/SoundPlayer.cpp +++ b/win32/libEasyPlayer/SoundPlayer.cpp @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #include "SoundPlayer.h" #include "trace.h" diff --git a/win32/libEasyPlayer/SoundPlayer.h b/win32/libEasyPlayer/SoundPlayer.h index 041554e..7596369 100644 --- a/win32/libEasyPlayer/SoundPlayer.h +++ b/win32/libEasyPlayer/SoundPlayer.h @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #pragma once diff --git a/win32/libEasyPlayer/libEasyPlayerAPI.cpp b/win32/libEasyPlayer/libEasyPlayerAPI.cpp index a8ac33a..1552263 100644 --- a/win32/libEasyPlayer/libEasyPlayerAPI.cpp +++ b/win32/libEasyPlayer/libEasyPlayerAPI.cpp @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #include "libEasyPlayerAPI.h" #include "ChannelManager.h" diff --git a/win32/libEasyPlayer/libEasyPlayerAPI.h b/win32/libEasyPlayer/libEasyPlayerAPI.h index 1b6a01d..0f8afb2 100644 --- a/win32/libEasyPlayer/libEasyPlayerAPI.h +++ b/win32/libEasyPlayer/libEasyPlayerAPI.h @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #ifndef __LIB_EASY_PLAYER_API_H__ diff --git a/win32/libEasyPlayer/ssqueue.cpp b/win32/libEasyPlayer/ssqueue.cpp index e2552d7..00955f0 100644 --- a/win32/libEasyPlayer/ssqueue.cpp +++ b/win32/libEasyPlayer/ssqueue.cpp @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #include "ssqueue.h" #include diff --git a/win32/libEasyPlayer/ssqueue.h b/win32/libEasyPlayer/ssqueue.h index fd2f8a9..c0b6c06 100644 --- a/win32/libEasyPlayer/ssqueue.h +++ b/win32/libEasyPlayer/ssqueue.h @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #ifndef __SHARE_MEMORY_QUEUE_H__ #define __SHARE_MEMORY_QUEUE_H__ diff --git a/win32/libEasyPlayer/trace.cpp b/win32/libEasyPlayer/trace.cpp index f8b7ef1..28d5a56 100644 --- a/win32/libEasyPlayer/trace.cpp +++ b/win32/libEasyPlayer/trace.cpp @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #include "trace.h" diff --git a/win32/libEasyPlayer/trace.h b/win32/libEasyPlayer/trace.h index 5eae4e3..ad0ae5a 100644 --- a/win32/libEasyPlayer/trace.h +++ b/win32/libEasyPlayer/trace.h @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #ifndef __TRACE_H__ #define __TRACE_H__ diff --git a/win32/libEasyPlayer/vstime.cpp b/win32/libEasyPlayer/vstime.cpp index c19bd71..1e148b8 100644 --- a/win32/libEasyPlayer/vstime.cpp +++ b/win32/libEasyPlayer/vstime.cpp @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #include "vstime.h" #include diff --git a/win32/libEasyPlayer/vstime.h b/win32/libEasyPlayer/vstime.h index 58af579..15cfb02 100644 --- a/win32/libEasyPlayer/vstime.h +++ b/win32/libEasyPlayer/vstime.h @@ -3,7 +3,7 @@ Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.easydarwin.org - Author: Gavin@easydarwin.org + Author: Sword@easydarwin.org */ #ifndef __VS_TIME_H__ #define __VS_TIME_H__