Kyle_Cloudflare
02/07/2023, 2:52 AMforDream
02/07/2023, 3:19 AMTimur Meiliev - BackEnd/Web
02/07/2023, 8:45 AMinternal error
and on "Live Inputs" tab - stream not be started
maybe someone had this problem?skaboy007
02/07/2023, 11:25 AMdaniel_klungo
02/07/2023, 11:36 AMTimur Meiliev - BackEnd/Web
02/07/2023, 1:58 PMKyle_Cloudflare
02/07/2023, 10:10 PMKyle_Cloudflare
02/07/2023, 10:11 PMKyle_Cloudflare
02/07/2023, 10:12 PMTimur Meiliev - BackEnd/Web
02/07/2023, 10:20 PMRachel
02/07/2023, 11:13 PMskaboy007
02/08/2023, 1:29 AMTimur Meiliev - BackEnd/Web
02/08/2023, 1:52 AMRachel
02/08/2023, 1:54 AMRachel
02/08/2023, 1:56 AMJamieSinn
02/08/2023, 2:19 AMTimur Meiliev - BackEnd/Web
02/08/2023, 3:31 AMBrendan Irvine-Broque
02/08/2023, 3:47 AMcreated
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?Longern
02/08/2023, 3:55 AMLongern
02/08/2023, 3:58 AMBrendan Irvine-Broque
02/08/2023, 3:15 PMDemosJarco
02/08/2023, 7:39 PMmeta
key value store of a stream, does it need to be string:string
or can it be string:any
?DemosJarco
02/08/2023, 7:45 PMts
// failed - HTTP 400
https://api.cloudflare.com/client/v4/accounts/.../stream/live_inputs {
method: 'POST',
body: '{"meta":{"name":"Test 9000","tags":["tag1","tag2"]}}',
cf: { minify: { javascript: true, css: true, html: true } },
headers: {
Authorization: 'Bearer ...',
Accept: 'application/json'
}
}
ts
// success - HTTP 200
https://api.cloudflare.com/client/v4/accounts/.../stream/live_inputs {
method: 'POST',
body: '{"meta":{"name":"Test 9000","tags":"[\\"tag1\\",\\"tag2\\"]"}}',
cf: { minify: { javascript: true, css: true, html: true } },
headers: {
Authorization: 'Bearer ...',
Accept: 'application/json'
}
}
yiuhoward
02/09/2023, 10:08 AMOnyx
02/09/2023, 1:33 PMmarve
02/09/2023, 3:37 PMtt2468
02/09/2023, 3:50 PMOnyx
02/09/2023, 8:08 PMPowerfront
02/09/2023, 8:18 PM