Mohamed_Shamir
Lurker
I'm have just started with Android development and please bear with me if I'm asking trivial questions. I wanted to create a video diary where a person can create video dairy for a day. He will be able to see the videos he recorded laterwards. Since storing the video in the phone is not a scalable option, I want to store it in some cloud storage and stream from there directly when the user wants to access it.
After doing some google searches, I have two ideas in my mind:
1. Use google drive with LibVlc. After uploading the videos to google drive API and then use LibVlc library to play the file directly.
2. Upload the video to youtube privately. And stream it from there using Youtube Data API.
Since I'm very new. I even don't know whether this would work or not and I really don't how I would be doing even using the above approaches. Any thoughts or comments on how I should proceed or is there a better way to do the task? Or any resources or ideas that I should look into.
Any help would be appreciated.
Thanks in Advance.
After doing some google searches, I have two ideas in my mind:
1. Use google drive with LibVlc. After uploading the videos to google drive API and then use LibVlc library to play the file directly.
2. Upload the video to youtube privately. And stream it from there using Youtube Data API.
Since I'm very new. I even don't know whether this would work or not and I really don't how I would be doing even using the above approaches. Any thoughts or comments on how I should proceed or is there a better way to do the task? Or any resources or ideas that I should look into.
Any help would be appreciated.
Thanks in Advance.