I am new to iPhone Development. I need to capture a video. While I am shooting a video, it is displayed on the server as well. Something like streaming.
iPhone
Anyone have an idea where I should start this function from?
Thanks at Advance.
Your question seems like this
Xcode ios: streaming video files while recording and deleting redundant private messages
First half decision
Using AVFoundation, you can get video Buffer / frames while recording.
Second half
But for download I did not find any solution
There is an input stream in the iOS APIs, but it needs some kind of file path. but since the video was not recorded, we had no way.
Change 1
Here is the best example for AVFoundation provided by Apple, you can start with
I recommend you use wowza wowza.com/ https://www.wowza.com , it has all the functions, from the live stream, video on demand, etc.
Source: https://habr.com/ru/post/1437980/More articles:How to separate a stream from Windows C ++ - c ++The best way to localize a .NET web application (both server side and client side) is language-agnosticImportance for rigorous evaluation in a tail recursive definition of a power function - tail-recursionWhat is the best way to make links to all web pages inactive? - javascriptA12345678.textornumbers.textornumbers.txt - A12345678.txt - batch-fileThe awt window does not close when you click the close button - javaBatch file to detect only part of the file name - windowschange json object wrapper name returned from wcf service method - jsonXcode ios: streaming video files while recording and deleting redundant personal applications - iosHow can I use Linq to create IEnumerable based on line breaks in a string? - c #All Articles