Class: Kaltura::KalturaLiveStreamEntry

Inherits:
KalturaLiveEntry show all
Defined in:
lib/kaltura_types.rb

Direct Known Subclasses

KalturaLiveStreamAdminEntry

Instance Attribute Summary collapse

Attributes inherited from KalturaLiveEntry

#broadcast_time, #current_broadcast_start_time, #dvr_status, #dvr_window, #explicit_live, #first_broadcast, #last_broadcast, #last_broadcast_end_time, #last_elapsed_recording_time, #live_status, #live_stream_configurations, #offline_message, #publish_configurations, #push_publish_enabled, #record_status, #recorded_entry_id, #recording_options, #recording_status, #segment_duration, #view_mode

Attributes inherited from KalturaMediaEntry

#conversion_quality, #credit_url, #credit_user_name, #data_url, #flavor_params_ids, #is_trim_disabled, #media_date, #media_type, #search_provider_id, #search_provider_type, #source_type, #source_version, #streams

Attributes inherited from KalturaPlayableEntry

#duration, #duration_type, #height, #last_played_at, #ms_duration, #plays, #views, #width

Attributes inherited from KalturaBaseEntry

#access_control_id, #admin_tags, #application, #application_version, #block_auto_transcript, #capabilities, #categories, #categories_ids, #conversion_profile_id, #created_at, #creator_id, #description, #display_in_search, #download_url, #end_date, #entitled_users_edit, #entitled_users_publish, #entitled_users_view, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #operation_attributes, #parent_entry_id, #partner_data, #partner_id, #partner_sort_value, #rank, #redirect_entry_id, #reference_id, #replaced_entry_id, #replacement_status, #replacing_entry_id, #root_entry_id, #search_text, #start_date, #status, #tags, #template_entry_id, #thumbnail_url, #total_rank, #type, #updated_at, #user_id, #version, #votes

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bitratesObject

Array of supported bitrates



7004
7005
7006
# File 'lib/kaltura_types.rb', line 7004

def bitrates
  @bitrates
end

#encoding_ip1Object

The broadcast primary ip



7019
7020
7021
# File 'lib/kaltura_types.rb', line 7019

def encoding_ip1
  @encoding_ip1
end

#encoding_ip2Object

The broadcast secondary ip



7021
7022
7023
# File 'lib/kaltura_types.rb', line 7021

def encoding_ip2
  @encoding_ip2
end

#hls_stream_urlObject

HLS URL - URL for live stream playback on mobile device



7015
7016
7017
# File 'lib/kaltura_types.rb', line 7015

def hls_stream_url
  @hls_stream_url
end

#primary_broadcasting_urlObject

Returns the value of attribute primary_broadcasting_url.



7005
7006
7007
# File 'lib/kaltura_types.rb', line 7005

def primary_broadcasting_url
  @primary_broadcasting_url
end

#primary_rtsp_broadcasting_urlObject

Returns the value of attribute primary_rtsp_broadcasting_url.



7009
7010
7011
# File 'lib/kaltura_types.rb', line 7009

def primary_rtsp_broadcasting_url
  @primary_rtsp_broadcasting_url
end

#primary_secured_broadcasting_urlObject

Returns the value of attribute primary_secured_broadcasting_url.



7007
7008
7009
# File 'lib/kaltura_types.rb', line 7007

def primary_secured_broadcasting_url
  @primary_secured_broadcasting_url
end

#primary_server_node_idObject

The Streams primary server node id



7027
7028
7029
# File 'lib/kaltura_types.rb', line 7027

def primary_server_node_id
  @primary_server_node_id
end

#secondary_broadcasting_urlObject

Returns the value of attribute secondary_broadcasting_url.



7006
7007
7008
# File 'lib/kaltura_types.rb', line 7006

def secondary_broadcasting_url
  @secondary_broadcasting_url
end

#secondary_rtsp_broadcasting_urlObject

Returns the value of attribute secondary_rtsp_broadcasting_url.



7010
7011
7012
# File 'lib/kaltura_types.rb', line 7010

def secondary_rtsp_broadcasting_url
  @secondary_rtsp_broadcasting_url
end

#secondary_secured_broadcasting_urlObject

Returns the value of attribute secondary_secured_broadcasting_url.



7008
7009
7010
# File 'lib/kaltura_types.rb', line 7008

def secondary_secured_broadcasting_url
  @secondary_secured_broadcasting_url
end

#sip_source_typeObject

Returns the value of attribute sip_source_type.



7029
7030
7031
# File 'lib/kaltura_types.rb', line 7029

def sip_source_type
  @sip_source_type
end

#sip_tokenObject

Returns the value of attribute sip_token.



7028
7029
7030
# File 'lib/kaltura_types.rb', line 7028

def sip_token
  @sip_token
end

#stream_nameObject

Returns the value of attribute stream_name.



7011
7012
7013
# File 'lib/kaltura_types.rb', line 7011

def stream_name
  @stream_name
end

#stream_passwordObject

The broadcast password



7023
7024
7025
# File 'lib/kaltura_types.rb', line 7023

def stream_password
  @stream_password
end

#stream_remote_backup_idObject

The backup stream id as provided by the provider



7002
7003
7004
# File 'lib/kaltura_types.rb', line 7002

def stream_remote_backup_id
  @stream_remote_backup_id
end

#stream_remote_idObject

The stream id as provided by the provider



7000
7001
7002
# File 'lib/kaltura_types.rb', line 7000

def stream_remote_id
  @stream_remote_id
end

#stream_urlObject

The stream url



7013
7014
7015
# File 'lib/kaltura_types.rb', line 7013

def stream_url
  @stream_url
end

#stream_usernameObject

The broadcast username



7025
7026
7027
# File 'lib/kaltura_types.rb', line 7025

def stream_username
  @stream_username
end

#url_managerObject

URL Manager to handle the live stream URL (for instance, add token)



7017
7018
7019
# File 'lib/kaltura_types.rb', line 7017

def url_manager
  @url_manager
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
# File 'lib/kaltura_types.rb', line 7038

def from_xml(xml_element)
  super
  if xml_element.elements['streamRemoteId'] != nil
    self.stream_remote_id = xml_element.elements['streamRemoteId'].text
  end
  if xml_element.elements['streamRemoteBackupId'] != nil
    self.stream_remote_backup_id = xml_element.elements['streamRemoteBackupId'].text
  end
  if xml_element.elements['bitrates'] != nil
    self.bitrates = KalturaClientBase.object_from_xml(xml_element.elements['bitrates'], 'KalturaLiveStreamBitrate')
  end
  if xml_element.elements['primaryBroadcastingUrl'] != nil
    self.primary_broadcasting_url = xml_element.elements['primaryBroadcastingUrl'].text
  end
  if xml_element.elements['secondaryBroadcastingUrl'] != nil
    self.secondary_broadcasting_url = xml_element.elements['secondaryBroadcastingUrl'].text
  end
  if xml_element.elements['primarySecuredBroadcastingUrl'] != nil
    self.primary_secured_broadcasting_url = xml_element.elements['primarySecuredBroadcastingUrl'].text
  end
  if xml_element.elements['secondarySecuredBroadcastingUrl'] != nil
    self.secondary_secured_broadcasting_url = xml_element.elements['secondarySecuredBroadcastingUrl'].text
  end
  if xml_element.elements['primaryRtspBroadcastingUrl'] != nil
    self.primary_rtsp_broadcasting_url = xml_element.elements['primaryRtspBroadcastingUrl'].text
  end
  if xml_element.elements['secondaryRtspBroadcastingUrl'] != nil
    self.secondary_rtsp_broadcasting_url = xml_element.elements['secondaryRtspBroadcastingUrl'].text
  end
  if xml_element.elements['streamName'] != nil
    self.stream_name = xml_element.elements['streamName'].text
  end
  if xml_element.elements['streamUrl'] != nil
    self.stream_url = xml_element.elements['streamUrl'].text
  end
  if xml_element.elements['hlsStreamUrl'] != nil
    self.hls_stream_url = xml_element.elements['hlsStreamUrl'].text
  end
  if xml_element.elements['urlManager'] != nil
    self.url_manager = xml_element.elements['urlManager'].text
  end
  if xml_element.elements['encodingIP1'] != nil
    self.encoding_ip1 = xml_element.elements['encodingIP1'].text
  end
  if xml_element.elements['encodingIP2'] != nil
    self.encoding_ip2 = xml_element.elements['encodingIP2'].text
  end
  if xml_element.elements['streamPassword'] != nil
    self.stream_password = xml_element.elements['streamPassword'].text
  end
  if xml_element.elements['streamUsername'] != nil
    self.stream_username = xml_element.elements['streamUsername'].text
  end
  if xml_element.elements['primaryServerNodeId'] != nil
    self.primary_server_node_id = xml_element.elements['primaryServerNodeId'].text
  end
  if xml_element.elements['sipToken'] != nil
    self.sip_token = xml_element.elements['sipToken'].text
  end
  if xml_element.elements['sipSourceType'] != nil
    self.sip_source_type = xml_element.elements['sipSourceType'].text
  end
end