CDN ?
#1481
Replies: 1 comment 15 replies
-
If you give OTT a link to an HLS stream or mp4 video, it will always use that URL when telling clients where to grab the video from. OTT doesn't restream the video for clients, it tells the clients the URL to stream the video from. flowchart LR
OTT-->A[Client 0]
OTT-->B[Client 1]
OTT-->C[Client N]
A --> Source
B --> Source
C --> Source
Could you elaborate a little bit more on your use case? Based on the issues you've filed, it sounds like you're trying to sync video between a bunch of clients for a movie premiere style event? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I have been thinking about use case - I realized that I had not considered CDN. Can I connect this to a CDN, or is it using the CDN of the source, and just referencing the Current Playtime? I am still trying to get a grip on how this works. Thanks for a cool tool!
Beta Was this translation helpful? Give feedback.
All reactions