Skip to content

Commit

Permalink
Merge pull request #410 from ant-media/fix-dash-playback
Browse files Browse the repository at this point in the history
Fix Dash player playing and stopping very frequently
  • Loading branch information
mekya committed Jan 16, 2024
2 parents c03b0be + 1fcc2ca commit 4607a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/embedded-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ export class EmbeddedPlayer {
liveDelay: this.targetLatency
},
liveCatchup: {
maxDrift: 0.05,
maxDrift: 0.5,
playbackRate: 0.5,
latencyThreshold: 60
}
Expand Down

0 comments on commit 4607a99

Please sign in to comment.