mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
fix MedaiFile to MediaFile
This commit is contained in:
parent
d5726d95aa
commit
b74028de64
@ -5,8 +5,8 @@
|
||||
* Author: root
|
||||
*/
|
||||
|
||||
#include <sys/time.h>
|
||||
#include "HLSMaker.h"
|
||||
#include <sys/time.h>
|
||||
|
||||
namespace ZL {
|
||||
namespace MediaFile {
|
@ -8,8 +8,8 @@
|
||||
#ifndef HLSMAKER_H_
|
||||
#define HLSMAKER_H_
|
||||
|
||||
#include "config.h"
|
||||
#include "TSMaker.h"
|
||||
#include "config.h"
|
||||
#include "Util/TimeTicker.h"
|
||||
#include "Util/File.h"
|
||||
#include "Util/util.h"
|
@ -5,8 +5,8 @@
|
||||
* Author: xzl
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "MediaReader.h"
|
||||
#include "config.h"
|
||||
#include "Util/mini.h"
|
||||
#include "Http/HttpSession.h"
|
||||
|
@ -5,8 +5,8 @@
|
||||
* Author: xzl
|
||||
*/
|
||||
|
||||
#ifndef SRC_MEDAIFILE_MEDIAREADER_H_
|
||||
#define SRC_MEDAIFILE_MEDIAREADER_H_
|
||||
#ifndef SRC_MEDIAFILE_MEDIAREADER_H_
|
||||
#define SRC_MEDIAFILE_MEDIAREADER_H_
|
||||
|
||||
#include "Device/Device.h"
|
||||
#include "Rtsp/RtspMediaSource.h"
|
||||
@ -82,4 +82,4 @@ private:
|
||||
} /* namespace MediaFile */
|
||||
} /* namespace ZL */
|
||||
|
||||
#endif /* SRC_MEDAIFILE_MEDIAREADER_H_ */
|
||||
#endif /* SRC_MEDIAFILE_MEDIAREADER_H_ */
|
@ -5,8 +5,8 @@
|
||||
* Author: xzl
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "MediaRecorder.h"
|
||||
#include "config.h"
|
||||
#include "Http/HttpSession.h"
|
||||
#include "Util/util.h"
|
||||
#include "Util/mini.h"
|
@ -5,8 +5,8 @@
|
||||
* Author: xzl
|
||||
*/
|
||||
|
||||
#ifndef SRC_MEDAIFILE_MEDIARECORDER_H_
|
||||
#define SRC_MEDAIFILE_MEDIARECORDER_H_
|
||||
#ifndef SRC_MEDIAFILE_MEDIARECORDER_H_
|
||||
#define SRC_MEDIAFILE_MEDIARECORDER_H_
|
||||
|
||||
#include <memory>
|
||||
#include "Player/PlayerBase.h"
|
||||
@ -47,4 +47,4 @@ private:
|
||||
} /* namespace MediaFile */
|
||||
} /* namespace ZL */
|
||||
|
||||
#endif /* SRC_MEDAIFILE_MEDIARECORDER_H_ */
|
||||
#endif /* SRC_MEDIAFILE_MEDIARECORDER_H_ */
|
@ -5,8 +5,8 @@
|
||||
* Author: root
|
||||
*/
|
||||
|
||||
#include <sys/time.h>
|
||||
#include "TSMaker.h"
|
||||
#include <sys/time.h>
|
||||
#include "Util/logger.h"
|
||||
|
||||
using namespace ZL::Util;
|
@ -8,12 +8,12 @@
|
||||
#ifndef TSMAKER_H_
|
||||
#define TSMAKER_H_
|
||||
|
||||
#include "crc32.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include "CRC/crc32.h"
|
||||
#include "Util/File.h"
|
||||
|
||||
using namespace std;
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "RtmpMediaSource.h"
|
||||
#include "MedaiFile/MediaReader.h"
|
||||
#include "MediaFile/MediaReader.h"
|
||||
|
||||
using namespace ZL::MediaFile;
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
#include "RTP/RtpMakerAAC.h"
|
||||
#include "Rtsp/RtpParser.h"
|
||||
#include "Rtsp/RtspMediaSource.h"
|
||||
#include "MedaiFile/MediaRecorder.h"
|
||||
#include "Util/util.h"
|
||||
#include "Util/logger.h"
|
||||
#include "MediaFile/MediaRecorder.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace ZL::Util;
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "RtspMediaSource.h"
|
||||
#include "MedaiFile/MediaReader.h"
|
||||
#include "MediaFile/MediaReader.h"
|
||||
|
||||
using namespace ZL::MediaFile;
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "RtspMediaSource.h"
|
||||
#include "Rtmp/amf.h"
|
||||
#include "Rtmp/RtmpMediaSource.h"
|
||||
#include "MedaiFile/MediaRecorder.h"
|
||||
#include "MediaFile/MediaRecorder.h"
|
||||
|
||||
using namespace ZL::Rtmp;
|
||||
using namespace ZL::MediaFile;
|
||||
|
Loading…
Reference in New Issue
Block a user