> For the complete documentation index, see [llms.txt](https://help.webinar.center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.webinar.center/dicas-avancadas/usando-o-obs-para-fazer-transmissoes-mais-profissionais.md).

# Usando o OBS para fazer transmissões mais profissionais

{% hint style="info" %}
**Atenção!** O Google aponsentou o recurso Hangouts On Air no dia 1ª de Agosto de 2019. Apesar disso, ainda restam duas formas de fazer transmissões através do YouTube. Uma forma básica e outra mais completa. Recomendamos que utilize esta forma mostrada nesse artigo por ser muito mais completa.
{% endhint %}

Open Broadcaster Software é um programa de streaming e gravação gratuito e de código aberto e que possui versões em vários idiomas, inclusive Português; e também para os principais sistemas operacionais: Windows, Mac OS e Linux.

É uma ferramenta muito completa para fazer transmissões profissionais.

{% hint style="success" %}
Você pode baixar o OBS gratuitamente e em português em <https://obsproject.com/pt-br>
{% endhint %}

Apesar de ainda estarmos preparamos um vídeo ainda mais completo, segue este vídeo passo a passo mostrando como é fácil fazer uma transmissão ao vivo no YouTube usando o OBS.

{% embed url="<https://www.youtube.com/watch?v=R-b8XhbJt9I>" %}

{% hint style="info" %}
Você também pode usar o [http://golightstream.com](http://golightstream.com/). \
Ainda estamos criando um tutorial sobre ele.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.webinar.center/dicas-avancadas/usando-o-obs-para-fazer-transmissoes-mais-profissionais.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
