mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 07:35:57 -05:00
[transcode] Increase read timeout slightly
This commit is contained in:
parent
dbf9a208b8
commit
42e68311eb
@ -52,7 +52,7 @@
|
||||
// Maximum number of times we retry when we encounter bad packets
|
||||
#define MAX_BAD_PACKETS 5
|
||||
// How long to wait (in microsec) before interrupting av_read_frame
|
||||
#define READ_TIMEOUT 10000000
|
||||
#define READ_TIMEOUT 15000000
|
||||
|
||||
static char *default_codecs = "mpeg,wav";
|
||||
static char *roku_codecs = "mpeg,mp4a,wma,wav";
|
||||
|
Loading…
Reference in New Issue
Block a user