Class: Kaltura::KalturaLiveStreamEntry

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

Direct Known Subclasses

KalturaLiveStreamAdminEntry

Instance Attribute Summary collapse

Attributes inherited from KalturaLiveEntry

#dvr_status, #dvr_window, #live_stream_configurations, #offline_message, #record_status, #recorded_entry_id

Attributes inherited from KalturaMediaEntry

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

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, #categories, #categories_ids, #conversion_profile_id, #created_at, #creator_id, #description, #download_url, #end_date, #entitled_users_edit, #entitled_users_publish, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #operation_attributes, #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, #thumbnail_url, #total_rank, #type, #updated_at, #user_id, #version, #votes

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bitratesObject

Array of supported bitrates



4235
4236
4237
# File 'lib/kaltura_client.rb', line 4235

def bitrates
  @bitrates
end

#encoding_ip1Object

The broadcast primary ip



4250
4251
4252
# File 'lib/kaltura_client.rb', line 4250

def encoding_ip1
  @encoding_ip1
end

#encoding_ip2Object

The broadcast secondary ip



4253
4254
4255
# File 'lib/kaltura_client.rb', line 4253

def encoding_ip2
  @encoding_ip2
end

#hls_stream_urlObject

HLS URL - URL for live stream playback on mobile device



4244
4245
4246
# File 'lib/kaltura_client.rb', line 4244

def hls_stream_url
  @hls_stream_url
end

#primary_broadcasting_urlObject

Returns the value of attribute primary_broadcasting_url.



4236
4237
4238
# File 'lib/kaltura_client.rb', line 4236

def primary_broadcasting_url
  @primary_broadcasting_url
end

#secondary_broadcasting_urlObject

Returns the value of attribute secondary_broadcasting_url.



4237
4238
4239
# File 'lib/kaltura_client.rb', line 4237

def secondary_broadcasting_url
  @secondary_broadcasting_url
end

#stream_nameObject

Returns the value of attribute stream_name.



4238
4239
4240
# File 'lib/kaltura_client.rb', line 4238

def stream_name
  @stream_name
end

#stream_passwordObject

The broadcast password



4256
4257
4258
# File 'lib/kaltura_client.rb', line 4256

def stream_password
  @stream_password
end

#stream_remote_backup_idObject

The backup stream id as provided by the provider



4232
4233
4234
# File 'lib/kaltura_client.rb', line 4232

def stream_remote_backup_id
  @stream_remote_backup_id
end

#stream_remote_idObject

The stream id as provided by the provider



4229
4230
4231
# File 'lib/kaltura_client.rb', line 4229

def stream_remote_id
  @stream_remote_id
end

#stream_urlObject

The stream url



4241
4242
4243
# File 'lib/kaltura_client.rb', line 4241

def stream_url
  @stream_url
end

#stream_usernameObject

The broadcast username



4259
4260
4261
# File 'lib/kaltura_client.rb', line 4259

def stream_username
  @stream_username
end

#url_managerObject

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



4247
4248
4249
# File 'lib/kaltura_client.rb', line 4247

def url_manager
  @url_manager
end