←back to thread

209 points Larrikin | 3 comments | | HN request time: 0.432s | source
1. at_a_remove ◴[] No.43670185[source]
Dumb question, but is every channel "synched" such that, if two different users tune in on Jellyfin, at separate times, they will still see the same thing at (roughly, given latency, et al) the same time?

I was not able to figure this out from the docs thus far.

replies(2): >>43672684 #>>43681230 #
2. zf00002 ◴[] No.43672684[source]
By default, yes. There is an option when creating a "channel" to make it on-demand too.
3. chrisbenincasa ◴[] No.43681230[source]
Yes, client connections are synced. They also all reuse the same underlying transcode stream, so there is no extra work with more connections (besides delivering the stream)