GetDASHStreamingSessionURL
Source:
src/AWS/KinesisVideo/GetDASHStreamingSessionURL.ts
Runtime binding for kinesisvideo:GetDASHStreamingSessionURL (archived
media data plane).
Bind this operation to a Stream inside a function runtime to get a
callable that resolves the per-stream data endpoint (GetDataEndpoint)
and returns a short-lived MPEG-DASH playback URL.
Reading Media
Section titled “Reading Media”// initconst getDash = yield* AWS.KinesisVideo.GetDASHStreamingSessionURL(stream);
// runtimeconst { DASHStreamingSessionURL } = yield* getDash({ PlaybackMode: "LIVE",});