# HTTPProvider for video metadata

**URL:** https://community.wowza.com/t/httpprovider-for-video-metadata/42478
**Category:** Wowza Developer Dojo
**Tags:** wowza-streaming-server-java-api
**Created:** [March 18, 2014, 6:51pm UTC](https://community.wowza.com/t/httpprovider-for-video-metadata/42478 "2014-03-18T18:51:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Dominik\_Fiser](https://avatars.discourse-cdn.com/v4/letter/d/48db29/32.png) [@Dominik\_Fiser](https://community.wowza.com/u/Dominik_Fiser)
#### Post date: [March 18, 2014, 6:51pm UTC](https://community.wowza.com/t/httpprovider-for-video-metadata/42478/1 "2014-03-18T18:51:08Z")

</div>

I need HTTPProvider which will get video metadata - video duration and width/height. It’ll be used with vod application, so there are mp4 files in app storage.

Please, could you provide me some tips, how to get this metadata in provider?

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [March 19, 2014, 5:02pm UTC](https://community.wowza.com/t/httpprovider-for-video-metadata/42478/2 "2014-03-19T17:02:12Z")

</div>

We don’t have an example that works with mp4 files at present. It is possible and an article with an example will be added, but I don’t have an exact time frame.

[This example](https://www.wowza.com/docs/how-to-read-an-flv-file-using-the-flvutils-api) is easy to adapt to an HTTPProvider, but only works with .flv files

Richard
