Specifies the ID of the charity for which a donate button will be added to the live video.
enable_backup_ingest
boolean
Set this to true to enable a backup ingest url. stop_on_delete_stream defaults to false when set
encoding_settings
string
Identifier of the encoding settings group the broadcaster is using for this stream. This parameter is currently only in use for live-360 broadcasts. The value to be passed to this parameter is the value of the identifier key of the encoding settings preset. Encoding presets can be found by querying the /broadcaster_encoding_settings Graph API endpoint (GET query).
event_params
Live Video Event Parameter
Parameters specific to Live Online Event broadcast. If start_time (unix timecode) is set, LOE's start time will be updated. Also, cover (url) uploads an image to use as the cover photo for the event.
The status of the broadcast. A LIVE_NOW broadcast is currently live and visible to users. An UNPUBLISHED broadcast is in preparation; it's not visible to other users, and it may be automatically deleted after several hours in this state. (Consider using the SCHEDULED states to create a planned, future broadcast.)
stereoscopic_mode
enum {MONO, LEFT_RIGHT, TOP_BOTTOM}
Set this parameter to the stereoscopic mode for this video.
stop_on_delete_stream
boolean
Set this to true if stream should be stopped when
deleteStream RTMP command received.
title
string
The title of the live video. Maximum 254 characters.
Return Type
This endpoint supports read-after-write and will read the node represented by id in the return type.
Struct {
id: numeric string,
stream_url: string,
secure_stream_url: string,
stream_secondary_urls: List [
string
],
secure_stream_secondary_urls: List [
string
],
dash_ingest_url: string,
dash_ingest_secondary_urls: List [
string
],
event_id: numeric string,
}
Error Codes
Error
Description
200
Permissions error
613
Calls to this api have exceeded the rate limit.
100
Invalid parameter
368
The action attempted has been deemed abusive or is otherwise disallowed
102
Session key invalid or no longer valid
190
Invalid OAuth 2.0 Access Token
1000
Invalid time for an event.
1005
Fail to upload cover photo.
Updating
You can't perform this operation on this endpoint.
Deleting
You can't perform this operation on this endpoint.