Dash-Industry-Forum / livesim2

DASH Live Source Simulator v2 in Go
Other
34 stars 5 forks source link

Fix UTCTiming and allow millisecond choices #141

Closed tobbee closed 7 months ago

tobbee commented 7 months ago

As discussed in #138, there are some deficiencies in the handling of UTCTiming

  1. The default should be
  2. There should be an option to choose between millisecond and second server URLs with new types httpisoms and httpxsdatems as alternatives to the normal with 1s resolution.
tobbee commented 7 months ago

Solved by #142.