mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-09 22:21:56 +00:00
increase buffer size
This commit is contained in:
parent
fc8c5d1fcf
commit
9850d533b1
@ -334,7 +334,7 @@ main(int argc, char *argv[]) {
|
||||
auto lAddr = local_endpoint.address();
|
||||
auto lPort = local_endpoint.port();
|
||||
|
||||
auto buffer = (char*)malloc(1024 * 1024);
|
||||
auto buffer = (char*)malloc(5*1024*1024);
|
||||
uint32_t index = 0;
|
||||
while (!process_shutdown_event->peek() && !local_shutdown->peek()) {
|
||||
if (queue_type == QueueType::Video) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user