> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/tb-streamserver.md).

# TB StreamServer

TB StreamServer (tbstreamserver) is a runtime application supplied with [Toolpack](https://telcobridges.com/products/development-platforms-tdev/) that is used to play back and record audio streams/files as well as play back video files. It can be used for applications such as [ringback tones](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/voice-media/ringback-tones/README.md), [background music injection](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/concepts/background-music-injection/README.md), and other subscriber services.

TelcoBridges has developed a [guide](https://docs.telcobridges.com/w/images/d/d3/Tbstreamserver_hardware_guide.pdf) describing the computer server hardware required to host the TB StreamServer application.

General information page on playing and recording files with TB StreamServer can be found here: [Customer\_application\_framework:play\_audio\_files](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/customer-application-framework-play-audio-files/README.md)

### Started By

Tbstreamserver is spawned by [tboamapp](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/tboamapp/README.md).

### High Availability

Tbstreamserver is a [load sharing](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/misc/load-sharing/README.md) type of application. This means that Toolpack will use all tbstreamserver instances equally whenever possible.

### References

* [TBStreamServer Hardware Guide](https://docs.telcobridges.com/w/images/d/d3/Tbstreamserver_hardware_guide.pdf)
* [How to Start Stream Server](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/how-to-start-stream-server/README.md) with Toolpack


---

# 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://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/tb-streamserver.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.
