初步添加hls播放器

This commit is contained in:
xiongziliang
2020-05-17 18:00:37 +08:00
parent 198f223d63
commit a4aa34e4ae
9 changed files with 793 additions and 5 deletions

View File

@@ -13,9 +13,7 @@
#include "HttpClient.h"
#include "Util/SSLBox.h"
using namespace toolkit;
namespace mediakit {
class HttpClientImp: public TcpClientWithSSL<HttpClient> {
@@ -28,5 +26,4 @@ protected:
};
} /* namespace mediakit */
#endif /* SRC_HTTP_HTTPCLIENTIMP_H_ */