rtmp v0.1.1 Rtmp.ServerSession.Events.PlayStreamRequested

Event indicating that the peer is requesting playback of the specified stream.

Summary

Types

t()
t() :: %Rtmp.ServerSession.Events.PlayStreamRequested{app_name: Rtmp.app_name, duration: integer, request_id: integer, reset: boolean, start_at: non_neg_integer, stream_id: non_neg_integer, stream_key: Rtmp.stream_key, video_type: video_type}
video_type()
video_type() :: :live | :recorded | :any