Class Rtmp

All Implemented Interfaces:
Jsonable

public class Rtmp extends JsonableBaseObject
Represents an RTMP stream in a video session.
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns:
      A unique identifier for the stream.
    • getStreamName

      Returns:
      The stream name, such as the YouTube Live stream name or the Facebook stream key.
    • getServerUrl

      public URI getServerUrl()
      Returns:
      The RTMP server URL.
    • getStatus

      The status of the RTMP stream. Poll frequently to check status updates.
      Returns:
      The status as an enum.
    • builder

      public static Rtmp.Builder builder()
      Entrypoint for creating an instance of this class.
      Returns:
      A new Builder instance.