Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uploading live streaming video from iPhone [duplicate]

How to live stream videos from iPhone to server like Ustream or Qik? I know there's something called Http Live Streaming from Apple, but most resources I found only talks about streaming videos from server to iPhone.

Is Apple's Http Living Streaming something I should use? Or something else? Thanks.

like image 698
0pcl Avatar asked Dec 25 '09 08:12

0pcl


1 Answers

I have found one library that will help you on this.

HaishinKit Streaming Library

Above Library is giving you all option streaming Via RTMP or HLS.

Just follow this library given step and read it all instruction carefully. Please don't direct run example code given in this library it is having some error instead of that get required class and pod into your demo app.

I have just done it with this you can record screen, Camera and Audio.

like image 57
Hardik Vyas Avatar answered Sep 18 '22 05:09

Hardik Vyas