language agnostic - What is the advantage of RTSP over plain HTTP for static files? -


is there advantage of using rtsp serving static (not live stream) ts videos?

http looks better purpose , triggers less bugs in client software. seeking works better, fast-forward playback works smoother. not require indexes.

are there pitfalls when migrating rtsp plain http?

usage of http media streaming, while sponsored apple ios products, not standard rtsp. there many http streaming implementations, issues mainly:

  • inability pause;
  • byte-range seeks.

other this, http better many reasons.

see this article.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -