# \&whipview

Viewer-Side Option! ([`&scene`](https://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/scene), [`&room`](https://docs.vdo.ninja/advanced-settings/setup-parameters/room), [`&director`](https://docs.vdo.ninja/advanced-settings/director-parameters/director))

## Aliases

* `&whip`

## Options

Example: `&whipview=bearertoken`

| Value          | Description           |
| -------------- | --------------------- |
| (string value) | bearer token from OBS |

## Details

Added experimental "WHIP" support to VDO.Ninja, which means in the near future you'll be able to publish directly from OBS to VDO.Ninja without a virtual camera. There's some big caveats to it all, so I don't recommend it over the normal method to most users, but we'll see how it evolves.

To publish use: <https://whip.vdo.ninja/bearertoken>\
To view use: <https://vdo.ninja/?whip=bearertoken>

You can also go to <https://vdo.ninja/alpha/whip> for a page to help auto-generate basic VDO.Ninja WHIP links for you.

You have to use a version of OBS that contains WHIP support to get OBS to WHIP working. As of April 2023, these are some builds of OBS that support WHIP:\
<https://github.com/obsproject/obs-studio/suites/12263428876/artifacts/649328007> win (x64)\
<https://github.com/obsproject/obs-studio/suites/12263428876/artifacts/649328001> mac (arm)\
<https://github.com/obsproject/obs-studio/actions/runs/4711358202?pr=7926> (others here)

Hopefully WHIP support will be in OBS officially sometime soon. WHIP support is already added to many other applications and services, and VDO.Ninja will do its best to ensure compatibility as the situation evolves.

See this video for details how to set up OBS WHIP to VDO.Ninja:

{% embed url="<https://youtu.be/ynSOE2d4Z9Y>" %}
Publishing from OBS directly to VDO.Ninja
{% endembed %}

I've refined the WHIP service on `vdo.ninja/alpha/?whipview=xxx`, making it as robust as I can I think, so if some third-party WHIP client/app doesn't work with it, it may not an issue with VDO.Ninja. In those cases it will be up to the client to ensure full support of the WHIP specification, else it may not work with VDO.Ninja.

## Related

{% content-ref url="../../guides/publish-from-obs-into-vdo.ninja" %}
[publish-from-obs-into-vdo.ninja](https://docs.vdo.ninja/guides/publish-from-obs-into-vdo.ninja)
{% endcontent-ref %}


---

# 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.vdo.ninja/advanced-settings/whip-parameters/and-whip.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.
