Looking for script to stream live video

crsquare

Newbie
Joined
Jan 29, 2011
Messages
18
Reaction score
2
I am creating a Website that would stream live Video from mobile and broadcast over internet with a lock of Payment Gateway.
Does anybody got the script for this?
 
This requires more than a simple script. You're going to need 3 things(in the simplest form)

1) streaming client - something to capture/send the rtmp data.

2) media server. Lots of options here, nginx has a great library for doing this for free. I personally used red5 previously on a project, and found it very powerful, would definitely recommend it.

3) player - JWplayer is a great JS/html5 open source and free player.

I don't know of any scripts to lock a player until payment has been received, but I'm sure it wouldn't be too difficult to make.
 
Thanks for answering my question. I will start looking into streaming client.
 
The site is so confusing. Any suggestions to where I can start looking into
 
Back
Top