1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Revert "supprot LAS(live adaptive stream)"

This reverts commit c1f98ddcc8.
This commit is contained in:
winlin 2020-08-06 12:02:32 +08:00
parent 0f62587303
commit 4984bcbaef
10 changed files with 10 additions and 844 deletions

View file

@ -290,17 +290,6 @@ public:
// video/audio packet use raw bytes, no video/audio packet.
char* payload;
#ifdef SRS_LAS
//if is video key frame, not include video sequence header
bool is_keyframe;
// if is {video sequence header|aac header|metadata}
bool is_header;
// for video pts = timstamp + cts, others pts = timestamp
int64_t pts;
public:
std::string to_str();
#endif
private:
class SrsSharedPtrPayload
{