# RTMP

## RTMP

* Go to Configuration->Network->RTMP

RTMP stands for Real Time Messaging Protocol. This technology is used for media live streaming communication between the stream server and cameras. The user can use RTMP to ask the camera to push the video and audio to the specified RTMP servers, thus the camera’s media can be live play in the servers. As an example there are some famous broadcasting public RTMP servers like YOUTUBE, Wowza Live Streaming etc.

![RTMP](/files/-MSNGc1yB0Q5PQY54o3W)

## Explanation

* **Enable**: This dropdown box allows the user to enable RTMP functionality.&#x20;
* **Periods**: This fields allow the user to set the schedule of the RTMP live stream.&#x20;
* **Push type**: This dropdown box allows the user to select the stream type.&#x20;
* **Push URL**: This field allows the user to fill out the RTMP server address.&#x20;
* **Restore Default**: Restore the values to default setting.&#x20;
* **Refresh**: Refresh the display of the settings’ value.&#x20;
* **Save**: Save the settings.

## Video Tutorial

{% embed url="<https://youtu.be/NmeRz-Hwdg0>" %}


---

# 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.jtokenapp.com/live-camera/configuration/network/rtmp.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.
