Youtube and ClouDinary - performance

I am thinking to use youtube to store several videos that are private, and I will show them in my app too.
And what about ClouDinary Or Vimeo are they good options?
Just want not to be surprised after. thanks

There is no solution for your problem, it is only according to what you prefer...
Some will be more youtube, some more vimeo.

Related

How to get TripAdvisor photos, as Apple Maps does

Does anyone know if it is possible to access TripAdvisor photos in the same way that Apple Maps does:
I've looked at the TripAdvisor api docs but photo queries don't seem to be a feature. If that is true then how does Apple Maps do it?
I am currently using the Google Places API, but having quite a few issues with it, including image quality (not referring to resolution here, just the types of photo and professionalism)
Thanks
Look closer at the /map-attractions one, it seems to have a call in it that includes photos.
EDIT: Also, see this post about alternatives if that doesn't work out.

Ionic Framework Cache Videos

Is there a way(or a library) to cache/download videos before playing them?
I searched a lot on web but couldn't find any answer.
For image caching, i use https://github.com/andrewmcgivery/ionic-ion-imageCacheFactory
Any Help?
Thank you in advance

What is the best way to implement live video chat in codeigniter wep site?

Actually I tried this using webRTC. But most of the functionalities are not worked in that plugin. How do i do in codeigniter website? Plz help me.
I had a look around and found this http://www.cometchat.com/codeigniter-chat give this ago.
Its good to search more on Google and YouTube. Or ask on http://forum.codeigniter.com/ There main new forum now.
https://www.youtube.com/playlist?list=PL3CB4877FA6E788B3
Check compatible versions.

Hosting recommendations for technical screencasts

I am asking this question on SO because a similar question was asked here and migrated to SuperUser, but the answers it got there were more about screen sharing than hosting screencasts. I'm hoping that some of you have faced (and solved) this issue before...
My team is putting together a bunch of technical screencasts, and we are currently hosting them ourselves. We would much prefer to host them externally, to take advantage of a bigger pipe, geographically distributed data centers, and better uptime.
The screencasts are typically less than 10 minutes.
Is there a programmer-centric screencast hosting solution? Would you recommend YouTube? Vimeo? Something else?
Since Jon's answer two years ago, there have been a few additions to the screencast market:
Screencast.com, by TechSmith. The makers of Snagit, Camtasia, and Jing have a place where you can host your Screencasts at any resolution. It's not as straightforward as Screenr, but it provides you many options to upload your videos. You can upload by file or directly from Snagit 11, Jing (Free), or Camtasia.
YouTube and Vimeo (Pro) continue to be good options if you're looking for a hosting platform and they now both support a large range of HD formats as well as supporting HTML5. The drawback (or benefit?) is that your video is going to be converted to their playback resolution(s) rather than your source resolution. Snagit 11 will even upload directly to YouTube now.
Screencast.com seems like a good option if your main concern is recording screencasts on the fly and getting them uploaded quickly.
YouTube and Vimeo are probably better choices if you want your videos to be visible to the widest possible audience.
While Vimeo is more of a professional site, YouTube offers HTML5 / H.264 video playback support for all videos, so they'll play on iPhone. Vimeo currently doesn't support that on user videos, and is planning on adding it as a pro feature in the future.
If you are really concerned about 1-to-1 pixel resolution in your screencast, Vimeo Pro is not the best choice. My files had an exact 1920 to 1080 resolution and I exported them from Screenflow in "lossless". It appeared very crisp on the Mac in Quicktime Player, but after uploading to Vimeo Pro, turning HD "on", I could not read the details.
Vimeo is quick, but they have a compression good for movie scenes, but bad for small computer screen fonts. I am trying screencast.com since they leave the file "as is".
Personally, I prefer to see videos on something like Vimeo rather than YouTube or a similar site. Vimeo has a certain air of professionalism about it while still be convenient and user-friendly. Also, you can put embedded videos on your support pages if you wish or simply link to the videos in FAQs or forums. It makes it very convenient. Again though, this is just MHO.
A popular modern option is Wistia. They are more expensive than say Vimeo, but they have excellent tools for collecting emails and for analyzing how well your videos are doing. Basically they are hosting combined with video marketing.
I decided to go with them for my indie-hacker screencasts site.

Converting uploaded videos to .flv and having them added to my website

I plan to open a smaller and more specialised Youtube like site where users can upload their videos in a variety of formats and it will be converted to .FLV, and then posted on the website.
Most of the code I can handle myself, but I wanted to get some feedback on the uploading and converting stage of this. I'm planning to have the converting done on a separate server, independent of the one hosting the site. How would I go about converting the videos?
I checked out ffmpeg, would this be the best option to use? I want the videos in both high and low quality so it would be preferable to choose the bitrate.
Thanks.
Yes, ffmpeg would be the best option. It's simplest and most versatile.
Take a look at videopress.com - the video sharing service for wordpress.com. The entire solution is open source and uses ffmpeg to transcode video into multiple formats for embedding in websites.
You can access the code at http://code.trac.wordpress.org/
You should be able to either use this out of the box or customise if for your particular project.
You might also find something like Panda (http://pandastream.com) useful. It's an open source video encoding service.

Resources