AcquireVideoStream acquires a stream URL for playing a video (episode or movie). This is the billable event for video playback.
Documentation Index
Fetch the complete documentation index at: https://docs.sdk.anghami.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 Bearer token with the 'stream' scope. Required for all streaming operations. Format: Bearer <access_token>.
"Bearer eyJhbGciOiJSUzI1NiIs..."
Preferred locale for error messages and metadata (BCP 47).
"ar"
AcquireVideoStreamRequest is the request message for acquiring a video stream. This is the billable event for video playback.
MovieID is a typed identifier for a movie.
EpisodeID is a typed identifier for an episode.
VideoQuality enumerates the available video stream quality tiers.
VIDEO_QUALITY_UNSPECIFIED, VIDEO_QUALITY_SD, VIDEO_QUALITY_HD, VIDEO_QUALITY_FULL_HD, VIDEO_QUALITY_UHD Successful response
AcquireVideoStreamResponse is the response message containing the video stream details.
StreamInfo contains the information required to play a stream. Returned by all stream acquisition RPCs.