# Livestream using a Mobile Device

It is possible to stream to a Mona space Canvas using a Mobile device including the camera. For that you will need to use a smartphone app that can link to an RTMP Server. Two apps include Streamlabs (Free but less reliable) and Vimeo (Paid but reliable).&#x20;

An RTMP Server would include something like Livepeer which is covered in [Livestream using OBS Studio](/collect/live-streaming-in-mona/livestream-using-obs-studio.md). This doc would replace OBS Studio part of that tutorial with Streamlabs or Vimeo.&#x20;

## Streamlabs

* Download the StreamLabs app on your phone
* You may be requested to allow the StreamLabs app to use your Microphone and Camera
* Once signed in with your Streamlabs ID, go to 'Settings / Account Settings'
* Select the 'Custom RTMP / Setup' Button at the bottom of the page
* &#x20;Enter the following details from your RTMP Server Details (such as Livepeer) :&#x20;
  * Name
  * URL
  * Streamer Key
* Go back to the Main screen with 'Go Live' at the bottom, select that
* On the Popup that comes up, Select the RTMP Server that you created. Select 'Next'.
* Fill out the 'Stream Title' (Compulsory) and Description (Optional)
* Select 'Go Live' to start streaming.&#x20;
  * If you are using Livepeer, going live will start using your time. Make sure to stop streaming when you are no longer live

## Vimeo

Note that Livestreaming in Vimeo requires the Advanced, Premium, or Enterprise plan.

* Download the Vimeo app on your phone
* You may be requested to allow the Vimeo app to use your Microphone and Camera
* Once signed in to your Vimeo profile (with correct plan), select the 'Blue +' button at the bottom of the screen
* Select 'Live'
* Enter your Stream title at the top left of the screen
* Under the title, use the pulldown to select the Destination to stream to
* Select 'Add' next to the RTMP option
* Enter the following details from your RTMP Server Details (such as Livepeer) :&#x20;
  * Name
  * URL
  * Streamer Key
* Once added, you can select the Custom RTMP server that you created.&#x20;
* Adjust the device orientation to suit the canvas you are sending it to, Landscape is recommended.
* Select the 'Red Stream' button at the bottom of the screen to go Live
  * If you are using Livepeer, going live will start using your time. Make sure to stop streaming when you are no longer live

&#x20;


---

# 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.monaverse.com/collect/live-streaming-in-mona/livestream-using-a-mobile-device.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.
