# Integrations

- [Chromium](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/chromium.md)
- [WebRTC](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/webrtc.md)
- [FFmpeg](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/ffmpeg.md)
- [FFmpeg encoder](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/ffmpeg/ffmpeg-encoder.md)
- [FFmpeg decoder](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/ffmpeg/ffmpeg-decoder.md)
- [Putting the software together](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/ffmpeg/putting-the-software-together.md)
- [Example script](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/example-script.md): to encode, decode and calculate metrics
- [Player integrations](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/integrations.md)
- [AVPlayer](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/integrations/avplayer.md)
- [VLCKit](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/integrations/vlckit-with-lcevc.md)
- [hls.js](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/integrations/html5-integration.md)
- [Shaka Player](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/integrations/shaka-player.md)
- [AndroidX (ExoPlayer)](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/integrations/androidx-exoplayer.md): This article introduces how to add LCEVC decoding and rendering into androidx/media project, Google's open source Android platform media libraries specifically ExoPlayer.
- [DASH.js](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/integrations/dash.js.md): LCEVC playback in DASH.js
- [Android open-source project](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/lcevc-in-android-open-source-project.md)
- [GStreamer](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/gstreamer.md)
- [LCEVC encoder build](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/gstreamer/lcevc-encoder-build.md)
- [LCEVC decoder build](https://docs.v-nova.com/technologies/mpeg-5.lcevc/integrations/gstreamer/lcevc-decoder-build.md)


---

# 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.v-nova.com/technologies/mpeg-5.lcevc/integrations.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.
