> For the complete documentation index, see [llms.txt](https://textav.gitbook.io/textav-event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://textav.gitbook.io/textav-event/problem-domains/object-based-broadcasting.md).

# Object-based Broadcasting

{% embed url="<https://www.youtube.com/embed/Epe42APLMQM?start=2178>" %}

## Notes

* <http://slides.com/chrisbaume/textav-obb>
* What is object based broadcasting?!
* Traditionally, take bits, linear media, people get the same thing on their device.
* Object based is made in the same way but there's a collection of media objects and metadata put together into a program and sent out, device-specific.
  * Object = Media + Metadata
* The devices mix it up individually!
* This creates personal, interactive, immersive experiences (3D audio panning) and also accessible by removing background noise and helping people who are hard of hearing
* Challenges: Technically tricky, lots of things to manage, and producers aren't confident
* Example: 5 live Football Experiment ( <http://www.bbc.co.uk/rd/blog/2013-05-5-live-football-experiment> )
* Example: Forecaster, object-based weather report ( <http://www.bbc.co.uk/rd/blog/2015-11-forecaster-our-experimental-object-based-weather-forecast> )
* Different layouts, high contrast background version, other interesting things.
* Related: <https://github.com/bbc/videocontext>
* Example: Response Radio, a variable-length radio program. Set the length and the program gets remixed to that length. Graph and story created with individual audio objects, linking relationships. Each can be labeled with characters, etc.
* IRL looks like a lot of paper on a wall&#x20;

  Example: SqueezeBox ( <http://www.bbc.co.uk/rd/projects/squeezebox> )&#x20;
* Solves BBC World News problem of broadcasting to different countries but having to deal with filling in ad breaks that are not the same, so they needed also a variable length video generator.&#x20;
* Cuts up a video in different scenes, different levels of importance.
* Example: C.A.K.E.(cook-along kitchen experience): object-based cooking show. "15 minute meals" can be realistically achieved. Remove ingredients you are allergic to, etc.
* Example: The Mermaid's Tears: radio drama with ability to choose different characters.&#x20;
* Another project: ORPHEUS (Object-based audio experience). (<https://orpheus-audio.eu>)

  Object-based Media Toolkit. Creating, recording, providing experience.
* Question: How much can be automated? Answer: "It's… very manual."&#x20;


---

# 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://textav.gitbook.io/textav-event/problem-domains/object-based-broadcasting.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.
