# Web TV ?

**URL:** https://community.wowza.com/t/web-tv/34250
**Category:** Wowza Streaming Engine
**Created:** [February 2, 2010, 11:20am UTC](https://community.wowza.com/t/web-tv/34250 "2010-02-02T11:20:40Z")
**Posts on this page:** 1
**Showing post:** 5

<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: [February 4, 2010, 4:03pm UTC](https://community.wowza.com/t/web-tv/34250/5 "2010-02-04T16:03:38Z")

</div>

It can be done if the item is a static video in the content folder.

Note the IStreamActionNotify interface in the example, and this event handler:

```auto
public void onPlaylistItemStart(Stream stream, PlaylistItem item) 
	{
		getLogger().info("Item Name: " + item.getName());
	}

```

You should be able to use (with slight modification) the code from the [ModuleCalculateBitrate](http://community.wowza.com/t/-/80) example, passing in item.getName(), to do it.

Richard

---

_[View the full topic](https://community.wowza.com/t/web-tv/34250)._
