Playlist support
This commit is contained in:
parent
7beea43d31
commit
907be3b1f4
12 changed files with 544 additions and 29 deletions
|
@ -177,3 +177,7 @@ static inline void show_stackframe(){}
|
|||
|
||||
#define INVALID_TRACK_ID 0
|
||||
|
||||
//The amount of milliseconds a simulated live stream is allowed to be "behind".
|
||||
//Setting this value to lower than 2 seconds **WILL** cause stuttering in playback due to buffer negotiation.
|
||||
#define SIMULATED_LIVE_BUFFER 7000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue