Can I use "dash_preview_url (on Facebook Live API)" for live streaming for app users

I am making a Facebook Live application. So, I want to stream Facebook Live through my application. And I found this api ( https://developers.facebook.com/docs/graph-api/reference/live-video/#Reading ).

As you can see, the Live Read API has "dash_preview_url". So ... This is my question. โ€œCan I useโ€œ dash_preview_url (on the Facebook Live API) โ€to broadcast live for app users (not for broadcasters, for viewers.)โ€œ โ€œWhen I use this, is it against the Facebook Terms of Service?"

0
source share
1 answer

Not sure about dash_preview_url , but preview_url not for player stream:

https://developers.facebook.com/docs/videos/live-video/production-broadcasts

After creating live video in preview mode, you can request node live video for preview. This URL can be used by a third-party RTMP player to check video and audio content (see Example below).

It is important to note that preview_url can only be used for 4 hours and is limited to no more than 10 viewers.

0
source

Source: https://habr.com/ru/post/1013834/


All Articles