Skip to content

Commit

Permalink
fix: increase video init timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Jul 1, 2022
1 parent 8408551 commit c174be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridplayer/vlc_player/player_base.py
Expand Up @@ -17,7 +17,7 @@
from gridplayer.vlc_player.static import MediaInput, MediaTrack, NotPausedError

DEFAULT_FPS = 25
INIT_TIMEOUT = 30
INIT_TIMEOUT = 120
SNAPSHOT_TIMEOUT = 15

MEDIA_EXTRACT_RETRY_TIME = 0.1
Expand Down

0 comments on commit c174be5

Please sign in to comment.