> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/monitoring/view-a-stream.md).

# एक Stream देखें

एक Stream एक video feed है, जिस पर एक Workflow चल रहा होता है। आप Deployment Manager dashboard से Streams list में जाकर किसी Stream को देख सकते हैं।

बाएँ sidebar में "Deployments" पर क्लिक करें, फिर "Edge Devices" पर, फिर उस Device को चुनें जहाँ आपका stream चल रहा है। इसके बाद, अपनी Streams list से वह Stream चुनें जिसे आप देखना चाहते हैं:

<figure><img src="/files/f8afafca397c91baf4a2a56fc1fe72b095e68e24" alt=""><figcaption></figcaption></figure>

एक बार जब आप एक Stream चुन लेते हैं, तो आप देख पाएँगे:

* आपके Stream की status.
* आपके Stream से एक हालिया frame
* Stream पर चल रहे Workflow के बारे में जानकारी।

यहाँ एक example है जो Stream से एक frame दिखाता है:

<figure><img src="/files/336ffddab355812438ebc772f7039cf6e7706395" alt=""><figcaption></figcaption></figure>

latest frame feature आपको हालिया frames के samples देती है, ताकि आप अपने computer vision application के results देख सकें। ध्यान दें कि यह live video नहीं है, क्योंकि हम device पर चल रहे computer vision model के लिए compute efficiency को प्राथमिकता देते हैं।

आप नीचे scroll करके देख सकते हैं कि आपका device कौन-सा Workflow चला रहा है, Workflow को set up करने के लिए कौन-से parameters इस्तेमाल किए गए हैं, और आपका Stream configuration क्या है।

:information\_source: डिफ़ॉल्ट रूप से, अपने workflow को edit करने पर आपके device पर चल रहा version अपने-आप update हो जाएगा। इसका मतलब है कि आप देखेंगे कि आपका computer application थोड़ी देर के लिए offline हो जाता है, जबकि नए weights और workflow definition download हो रहे होते हैं

<figure><img src="/files/5c4b5f4cf21a5f314bfb178730a58623c4cac22e" alt=""><figcaption><p><em>किसी device पर चल रहे Workflow के बारे में जानकारी।</em></p></figcaption></figure>


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/monitoring/view-a-stream.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.
