FRC Ontario
Hey Jamie!
- You can have as many ingest endpoints as you need — in Stream these are called "live inputs"
- You can see when ingest started by looking at the
created
timestamp of the video UID associated with a given live input (/live_inputs/uid/videos
https://developers.cloudflare.com/stream/stream-live/watch-live-stream/#use-the-api) - when you start streaming to a live input, a new video UID is created, and this created timestamp should match when we start receiving video
- Max resolution is 1080p. What's the use case for 4x 1080p streams? Can you describe what purpose this serves today, and why it's important?
- When you talk about "splitting" the live stream based on timestamps, it sounds like you're describing clipping? Conceptually, is what's described here (https://developers.cloudflare.com/stream/edit-videos/video-clipping/) what you're after? (with the caveat that this currently doesn't support recordings of live streams) — or are you talking about something else?3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Re: multiview — would recommend doing the compositing locally, prior to streaming content to Cloudflare
Re: clipping — what you describe aligns with what we'd like to be able to support at some point.
Re: custom input domains beyond 5 — what's the specific need here?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View