> For the complete documentation index, see [llms.txt](https://docs.vdo.ninja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/and-nosignalpattern.md).

# \&nosignalpattern

Viewer-Side Option! ([`&scene`](/advanced-settings/mixer-scene-parameters/scene.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md))

## Aliases

* `&nosignal`

## Options

| Value | Description                                                                                      |
| ----- | ------------------------------------------------------------------------------------------------ |
| `1`   | Classic color-bar "NO SIGNAL" pattern with VDO.Ninja branding. This is also used by `&nosignal`. |
| `2`   | Classic color-bar "NO SIGNAL" pattern without VDO.Ninja branding.                                |
| `3`   | Standby-style "NO SIGNAL" pattern with an animated clock graphic.                                |

## Details

This option replaces the default waiting spinner with a built-in "No Signal" pattern when a [`&view`](/advanced-settings/mixer-scene-parameters/view.md) or [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md) link has no active video content.

Examples:

`https://vdo.ninja/?view=streamid&nosignal`

`https://vdo.ninja/?view=streamid&nosignalpattern=2`

`https://vdo.ninja/?scene&room=example&nosignalpattern=3`

The default behavior is unchanged unless this parameter is added. The pattern can also reappear after all incoming video connections end, which makes it useful for live-streaming outputs where an empty scene should show a clear standby image instead of a spinner or blank view.

If [`&waitimage`](/advanced-settings/mixer-scene-parameters/and-waitimage.md) is also set, the custom wait image takes priority over `&nosignalpattern`.

You can still use [`&waittimeout`](/advanced-settings/mixer-scene-parameters/and-waittimeout.md) if you want to delay when the no-signal pattern appears.

## Related

{% content-ref url="/pages/QVr581oBYAXwbToiVTvS" %}
[\&waitimage](/advanced-settings/mixer-scene-parameters/and-waitimage.md)
{% endcontent-ref %}

{% content-ref url="/pages/as9Cvpugb813vuFC4fPI" %}
[\&waitmessage](/advanced-settings/mixer-scene-parameters/and-waitmessage.md)
{% endcontent-ref %}

{% content-ref url="/pages/kEGlcCpwJGyjAMercK9R" %}
[\&waittimeout](/advanced-settings/mixer-scene-parameters/and-waittimeout.md)
{% endcontent-ref %}


---

# 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://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/and-nosignalpattern.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.
