Represents a collection of LiveVideos on a User .
On June 10th, 2024, Meta is launching new requirements that must meet before an account can go live on Facebook. The new requirements are as follows:
Visit our Help Center to learn more about this change.
live_videos
edge from the following paths:
Parameter | Description |
---|---|
content_tags
list<numeric string>
|
Tags that describe the contents of the video. Use search endpoint with
|
description
string
|
The description of the live video. |
donate_button_charity_id
numeric string or integer
|
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 |
event_params
Live Video Event Parameter
|
Parameters specific to Live Online Event broadcast. If Example: { start_time: 1641013200, cover: 'https://your.url/image.jpg', } |
fisheye_video_cropped
boolean
|
Whether the single fisheye video is cropped or not |
front_z_rotation
float
|
The front z rotation in degrees on the single fisheye video |
is_spherical
boolean
|
Flag that denotes the broadcast is a 360 live broadcast. |
original_fov
int64
|
Original field of view of the camera |
privacy
Privacy Parameter
|
Privacy for this live video. |
projection
enum {EQUIRECTANGULAR, CUBEMAP, HALF_EQUIRECTANGULAR}
|
Flag that denotes expected projection for 360 live streams. The default value is EQUIRECTANGULAR. |
published
boolean
|
Set this to false to preview the stream before going live.
|
schedule_custom_profile_image
image
|
Custom image that will appear in the scheduled live story and lobby. |
spatial_audio_format
enum {ambiX_4}
|
Denotes the format of the spatial audio stream. When unspecified audio is presumed to be mono or stereo. |
status
enum {UNPUBLISHED, LIVE_NOW, SCHEDULED_UNPUBLISHED, SCHEDULED_LIVE, SCHEDULED_CANCELED}
|
The status of the broadcast. A |
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. |
id
in the return type.id
: numeric string,stream_url
: string,secure_stream_url
: string,stream_secondary_urls
: List [ secure_stream_secondary_urls
: List [ dash_ingest_url
: string,dash_ingest_secondary_urls
: List [ event_id
: numeric string,Error | Description |
---|---|
200 | Permissions error |
368 | The action attempted has been deemed abusive or is otherwise disallowed |
100 | Invalid parameter |
190 | Invalid OAuth 2.0 Access Token |
102 | Session key invalid or no longer valid |
1000 | Invalid time for an event. |