Class RTMPAddressDestination

    • Constructor Detail

      • RTMPAddressDestination

        public RTMPAddressDestination()
      • RTMPAddressDestination

        public RTMPAddressDestination​(RTMPAddressDestination source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getUrl

        public String getUrl()
        Get 转推RTMP的目标Url,格式如'rtmp://domain/live'。
        Returns:
        Url 转推RTMP的目标Url,格式如'rtmp://domain/live'。
      • setUrl

        public void setUrl​(String Url)
        Set 转推RTMP的目标Url,格式如'rtmp://domain/live'。
        Parameters:
        Url - 转推RTMP的目标Url,格式如'rtmp://domain/live'。
      • getStreamKey

        public String getStreamKey()
        Get 转推RTMP的目标StreamKey,格式如'steamid?key=value'。
        Returns:
        StreamKey 转推RTMP的目标StreamKey,格式如'steamid?key=value'。
      • setStreamKey

        public void setStreamKey​(String StreamKey)
        Set 转推RTMP的目标StreamKey,格式如'steamid?key=value'。
        Parameters:
        StreamKey - 转推RTMP的目标StreamKey,格式如'steamid?key=value'。