# Preparing Your Streaming (OBS Usage Example)

SHOPLIVE supports live streaming through RTMP. You can use our PC/Mac software or mobile application that supports streaming based on RTMP such as OBS, Xplit. This guide will introduce a streaming example using OBS.&#x20;

Once your campaign is created, the individual campaign provides the information about its streaming input channel. Prepare the streaming by entering the provided Stream URL and Stream Key in the OBS Stream Setting.&#x20;

{% hint style="info" %}
The Stream URL and Stream Key are issued as a unique value per individual campaign. Before you begin streaming, check the Stream URL and Stream Key of the individual campaign.&#x20;
{% endhint %}

![](/files/-MhXVAzx4aSg7UaYo1Ki)

### Setting the OBS&#x20;

Please refer to the information that must be set in OBS assuming a Full HD (1080p) streaming standard.&#x20;

![](/files/-MhXMnNpd44_vh7fsF14)

| OBS Setting       | Setting (Recommended)                                                                |
| ----------------- | ------------------------------------------------------------------------------------ |
| Data rate control | CBR                                                                                  |
| Bit rate          | 5400 Kbps                                                                            |
| Key frame gap     | 2                                                                                    |
| CPU Usage         | very fast (This setting can vary depending on the spec of the PC used for streaming) |

![](/files/-MhXMzgbOhCdE49oVlXm)

| OBS Setting                  | Setting (Recommended) |
| ---------------------------- | --------------------- |
| Basic (Canvas) Resolution    | 1080x1920             |
| Output (Adjusted) resolution | 1080x1920             |
| Reduced Filter               | Bicubic               |
| Common FPS value             | 30                    |

The settings above are suitable for a general environment and can be adjusted according to the actual streaming environment.&#x20;

{% hint style="info" %}
For safe streaming, we recommend that you use a wired network on your streaming PC. Also, we recommend that you check the Internet speed of your streaming PC on websites such as <https://fast.com/> .
{% endhint %}


---

# 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://docs.shoplive.show/obs.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.
