Skip to content

Commit 0db07ba

Browse files
author
Lucas
authored
Update proto.txt
1 parent b07255a commit 0db07ba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

proto.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
3+
// BFT Media Syncronization
4+
15
Click play ->
26
Send currenttime
37

@@ -7,6 +11,9 @@ Click play ->
711
onPlay:
812
While:
913
estimatedSeconds = now-initialReceivedTime
10-
if abs(playerSeconds - estimatedSeconds) > 6 seconds then
14+
// Threshold(seconds) recommendations
15+
// 1.0 to 2.5 - For buffered network (to be re-evaluated)
16+
// 0.0 to 1.0 - For segmented network (ex: HLS/DASH) (YES permit real no-latency)
17+
if abs(playerSeconds - estimatedSeconds) > threshold then
1118
set playerSeconds to estimatedSeconds
1219

0 commit comments

Comments
 (0)