StanfordSNR / puffer

Puffer is a free live TV streaming website and a research study at Stanford using machine learning to improve video streaming
https://puffer.stanford.edu
835 stars 131 forks source link

decoder.cc: synchronize with field precision (instead of frame precision) #9

Closed keithw closed 6 years ago

keithw commented 6 years ago

This now synchronizes the video to field precision and makes sure to always start on a top (first) field after a resync, which I believe will let us maintain the <20 ms a/v sync that the check now enforces.

francisyyan commented 6 years ago

Thank you Keith!