# VLC Media Player

## Step 1: **Download and Install**

[VLC for Windows](https://www.videolan.org/vlc/download-windows.html)

[VLC for Mac OS X](https://www.videolan.org/vlc/download-macosx.ast.html)

## Step 2: Settings in PilotApp

After connecting camera to XBlink, Open XBStationPilotApp -> Camera Settings.

1. Internet connection: **TCP**
2. Video port: **5602. (Optional)**
3. Video Source: Please select a kind of camera.

More information about configuring camera, please see here.

{% content-ref url="/pages/nAwXlcSyLHYaMdxPGikg" %}
[Cameras and Gimbals](/xblink-5g/user-manual/advanced-configuration/cameras-and-gimbals.md)
{% endcontent-ref %}

4. Press to **TURN ON** butto&#x6E;**.**

## Step 3: Edit **xbstation.sdp file**

Go to XBStationPilotApp folder -> Search file "**xbstation.sdp**" -> **Right Click** -> **Edit in Notepad**

<figure><img src="/files/pJftE17TSGZthPlj2pv6" alt="" width="375"><figcaption></figcaption></figure>

Follow the instruction as below to edit xbstation.sdp file

1. v = 0 *(Please don't change)*
2. m=video **<*****Video Port*****>**&#x52;TP/AVP 96

{% hint style="info" %}
*Remember* **<*****Video Port*****>** *must be same Video Port in PilotApp.*

*Example: "*&#x6D;=video 5602 RTP/AVP 9&#x36;*"*
{% endhint %}

3. c=IN IP4 *(Please don't change)*
4. a=rtpmap:96 **\<Encoder>**/90000

{% hint style="info" %}
if Video Source is Siyi -> **Encoder : H265**

*Example: "*&#x61;=rtpmap:96 H265/9000&#x30;*"*
{% endhint %}

<figure><img src="/files/2MjTF8Nj00xtGkIN2cM0" alt="" width="301"><figcaption><p>Example: <em>Video Port: 5602 &#x26;</em> Video Source: Siyi</p></figcaption></figure>

{% hint style="info" %}
if Video Source is XBCam V2-> **Encoder : H264**

*Example: "*&#x61;=rtpmap:96 H264/9000&#x30;*"*
{% endhint %}

<figure><img src="/files/Si8mRfEY0oqKuLBFQtST" alt="" width="302"><figcaption><p>Example: <em>Video Port: 5602 &#x26;</em> Video Source: XBCam V2</p></figcaption></figure>

Finally, Save and close it.

## Step 4: Open **xbstation.sdp file**

Right Click to file "**xbstation.sdp**" -> Open with -> VLC Media Player.

## Video Tutorials

{% embed url="<https://www.youtube.com/watch?v=mgwzEQ5BvGE>" %}
Setup VLC Media for Siyi Camera.
{% endembed %}


---

# 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.xbstation.com/xblink-5g/user-manual/advanced-configuration/other-configuration/vlc-media-player.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.
