GroupCallStreamChannel¶
- class pyrogram.raw.types.GroupCallStreamChannel[source]¶
Describes an available RTMP stream channel and its current playback timestamp, see playing an RTMP livestream ».
Constructor of
GroupCallStreamChannel.- Details:
Layer:
229ID:
80EB48AF
- Parameters:
channel (
int32-bit) – Stream channel ID, used as a source of the syntheticunifiedvideo source group and as inputGroupCallStream.video_channelwhen fetching the corresponding video segmentscale (
int32-bit) – Deprecated, ignored by clients »: use the media segment duration hardcoded in clients (1000 milliseconds, i.e.scale = 0) instead. Historically, it specified the duration of the media segment to fetch, obtained in milliseconds by bitshifting1000to the rightscaletimes:duration_ms:= 1000 >> scale.last_timestamp_ms (
int64-bit) – Last seen timestamp to easily start fetching livestream chunks using inputGroupCallStream