live video streaming

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
help6600
Forum Newbie
Posts: 1
Joined: Wed May 13, 2009 1:23 am

live video streaming

Post by help6600 »

HI all,

I am a php developer, I have done one video sharing site, my next work is to play a video in live,
just like http://idesitv.com/sony.php. Video must play in live mode

Thanks
ldougherty
Forum Contributor
Posts: 103
Joined: Sun May 03, 2009 11:39 am

Re: live video streaming

Post by ldougherty »

The simple answer is, not a good idea with PHP.

Read the following thread for a lot of helpful information:

http://stackoverflow.com/questions/2239 ... g-with-php
l.francis30
Forum Newbie
Posts: 12
Joined: Tue May 19, 2009 11:27 am

Re: live video streaming

Post by l.francis30 »

help6600 wrote:HI all,

I am a php developer, I have done one video sharing site, my next work is to play a video in live,
just like http://idesitv.com/sony.php. Video must play in live mode

Thanks
you can use windows media player or flash or silverlight(usually used for asp.net)
Post Reply