Skip to content

Commit

Permalink
fix: increase rtp timeout to 3 minutes (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Dec 27, 2024
1 parent 77680c5 commit 78433db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport_rtpengine/src/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use sdp_rs::SessionDescription;

use crate::RtpEngineError;

const TIMEOUT_DURATION_MS: u64 = 60_000;
const TIMEOUT_DURATION_MS: u64 = 180_000;

const REMOTE_AUDIO_TRACK: RemoteTrackId = RemoteTrackId::build(0);
const LOCAL_AUDIO_TRACK: LocalTrackId = LocalTrackId::build(0);
Expand Down

0 comments on commit 78433db

Please sign in to comment.