Wowza Community

VOD pages automatically generated using Live streaming

Hi,

I have setup 6 live streams of billiards with transcoder and all.

All is working fine with the exception of very high (too high) CPU utilization.

Anyway!!

All streams are recorded when active.

I want to make it possible for Club members to stream the recordings on demand.

I have been looking at Media-Cache --> https://www.wowza.com/docs/how-to-scale-video-on-demand-streaming-with-media-cache

But it only seems to allow me to play known files, and not browse (dynamically add new recordings). It appears to be more related to a larger setup with multiple sources and servers.

Is Wowza able to make a directory of the recordings? or do I need to make my own website and generate a directory myself? If yes, then I would like to have some tips and tricks for this :cool:

Thanks,

Kent

Hi,

I have setup 6 live streams of billiards with transcoder and all.

All is working fine with the exception of very high (too high) CPU utilization.

Anyway!!

All streams are recorded when active.

I want to make it possible for Club members to stream the recordings on demand.

I have been looking at Media-Cache --> https://www.wowza.com/docs/how-to-scale-video-on-demand-streaming-with-media-cache

But it only seems to allow me to play known files, and not browse (dynamically add new recordings). It appears to be more related to a larger setup with multiple sources and servers.

Is Wowza able to make a directory of the recordings? or do I need to make my own website and generate a directory myself? If yes, then I would like to have some tips and tricks for this :cool:

Thanks,

Kent

I did quite a similar project few years back.

User stream from iPhone using LivU or Wowza GoCoder

Live Application record the stream based on streamName ( we use username as streamName )

PHP read the content directory and get the mime info and put into database using streamName as unique identifier

Playback using Flash Player on the website. Data grabbed from database and point to wowza vod serve

Azril

http://streamdotmy.blogspot.com