View Single Post
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#32
Originally Posted by khuong View Post
beside the advantage of speed with c++, the main thing that makes it faster compare to almost any youtube client exist in many other devices is the way to interface with youtube api data server. Nvideo make the server do all the work of filtering out any unnecessary data before it return the result, instead of getting 3k of data, Nvideo is getting only 0.5k thus helping parsing the data much faster on the phone.
Thanks. So,
- UI is faster than QML.
- search is faster than most other clients because the YouTube servers are doing all the work.
- search results come are displayed faster than many other clients because less data is transfered.

What about the downloading and viewing of videos (online and offline)?
Are there any other features or differences?

Sorry to press this - I'm keen to find out about it before I install it, being a fairly early release and all. Apologies if all this info is in a Wiki somewhere, just show me where and I'll read it for myself, without you having to repeat yourself.