excuse me i want to ask is it possible to create a video sharing app similar to vine that can let user upload video and share it for all the user to watch…? i will be very grateful for your reply
Corona has limited abilities to record video and you should be able upload it to a service, or one you create on your own. Corona SDK might not be your biggest issue. Running an online hosting service to host video is a very very complex.
Rob
i see thanks for your reply rob and can i ask is there any sample app for it?
There is some sample code with the documentation for recording video. There are a couple of video playback sample apps. But there isn’t much in the way of uploading video to video service. Very few people would take on the hosting requirements.
Rob
i see alright thanks very much Rob and i want to ask i did a research and found out that vidburn is very similar to something that i wanted to build that is video sharing app which is require corona enterprise and want to ask why does it need corona enterprise?
The reason you would use Enterprise is the button overlays on top of the video. Corona uses OpenGL for its graphics system (i.e, rendering buttons). Apple and Android require that native objects, which is how our video capture is done has to sit on top of OpenGL. Using Enterprise, you can build the video capture parts in Xcode/Objective C/Swift including the graphic buttons on top using UIImage for iOS for instance. Then your Corona code could manage uploading the video to your hosting service, communicating with a service like Parse or Coronimum to handle the user accounts, what videos they have waiting for them, etc. Then you would build the Android version using Android native features for the Video UI and capture.
This would require Corona Enterprise.
Rob
Corona has limited abilities to record video and you should be able upload it to a service, or one you create on your own. Corona SDK might not be your biggest issue. Running an online hosting service to host video is a very very complex.
Rob
i see thanks for your reply rob and can i ask is there any sample app for it?
There is some sample code with the documentation for recording video. There are a couple of video playback sample apps. But there isn’t much in the way of uploading video to video service. Very few people would take on the hosting requirements.
Rob
i see alright thanks very much Rob and i want to ask i did a research and found out that vidburn is very similar to something that i wanted to build that is video sharing app which is require corona enterprise and want to ask why does it need corona enterprise?
The reason you would use Enterprise is the button overlays on top of the video. Corona uses OpenGL for its graphics system (i.e, rendering buttons). Apple and Android require that native objects, which is how our video capture is done has to sit on top of OpenGL. Using Enterprise, you can build the video capture parts in Xcode/Objective C/Swift including the graphic buttons on top using UIImage for iOS for instance. Then your Corona code could manage uploading the video to your hosting service, communicating with a service like Parse or Coronimum to handle the user accounts, what videos they have waiting for them, etc. Then you would build the Android version using Android native features for the Video UI and capture.
This would require Corona Enterprise.
Rob