views:

16

answers:

0

Hello first of all thank for viewing this code :)

I've been trying to do live video broadcast from my iPhone :( which doesn't supports video recording :D ...

wat i did is managed to write code to upload bunch of images captured at 10fps from iPhone plus some audio to my server ...

At server end im using few commands which does the following

if initial second is 0 >> generate and 0.flv from 10 images and copy it to red5 streaming server's webapp folder where it is streamed on rtmp

now this is done all in the script which im using to upload files :d

thus when every 10th images is passed an different video will be generate

i add that video supose i have an livevideo.flv and i add 1.flv to it their after 1.flv

livevideo.flv 1.flv > tmp.flv mv tmp.flv > livevideo.flv

next run livevideo.flv 2.flv > tmp.flv mv tmp.flv > livevideo.flv

..

n number of turns :D i get video but not it doesnot plays on any ftmp player as i guess mv commands is breaking my stream :|

now that is not an continuous stream at all