Hi Folks,

I want to lunch a website of live TV channels where end user can watch live TV online .Please suggest me ,how can I achieve this on Drupal and What should be the server requirement for hosting website ?

Thanks

Comments

John_B’s picture

The Scald module was created for broadcast media. You should look at it.

For streaming hardware requirements see this http://serverfault.com/questions/189697/hardware-requirement-for-video-s.... Obviously to cache a lot of video will be expensive. I would think you will be fine with it uncached on fast hard disks /ssds. Where it might get seriously expensive is in buying the bandwidth you need if you get more than a handful of users.

Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors

ramesh_singh’s picture

Hi rabindrakumar,

Live Streaming module provides web based live video streaming. It contains an application to broadcast video with realtime configuration of resolution, framerate, bandwidth, audio rate and also allows discussing with video subscribers. The live broadcasting application also saves snapshots of current video as images for preview purposes and provides links and html code to publish channel and preview.

thanks