# Multiple Push

#### Overview

![](https://1603220307-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrjmqL4qYcpsOgsxTvPER%2Fuploads%2FPsgQNz6Xmgzomk7wULYj%2Fimage.png?alt=media\&token=a383d8fe-63ed-4e2c-a92e-b905c48a13f8)

This page is used to publish the same stream to multiple live broadcast platforms in parallel, which is convenient for anchor users to do simultaneous live broadcasts on multiple platforms.

#### Video preview

When the live streaming starts, you can preview the broadcast effect here.

Here flv.js is used for HTML playback, and interested developers can refer to it.

#### Basic config <a href="#ji-ben-she-zhi" id="ji-ben-she-zhi"></a>

`Video Source`: Select the video channel of the live stream

`Audio Source`: select the audio channel of the live stream

`Auto run`: After it is turned on, every time the encoder is powered on, it will automatically try to start streaming.

`Save`: Save the current settings.

#### Action bar

![](https://1603220307-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrjmqL4qYcpsOgsxTvPER%2Fuploads%2Fajcr0rcN6RM39cVDI4k0%2Fimage.png?alt=media\&token=32ebeedc-0667-41d2-87e6-8e6f3e99dc95)

The left shows the already broadcast time

`Push`: start streaming

`Stop`: stop streaming

#### Push config

![](https://1603220307-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrjmqL4qYcpsOgsxTvPER%2Fuploads%2FnX9qX5OAuEvuCtGIVmil%2Fimage.png?alt=media\&token=80439fd1-ee64-4cbd-be0f-49a4a42624ca)

`Description`: Enter any text to describe this push channel. It is recommended to fill in the platform name.

`URL`: Fill in the URL provided by the live broadcast platform (generally composed of address + streaming code).&#x20;

`Enable`: Indicates whether to enable this channel when streaming starts.

`Delete`: Delete the current push channel.

`Add`: Add a new push channel.

`Speed`: The upload rate of the current push channel.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://linkpi.gitbook.io/encoder/web-interface/extend/multiple-push.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
