Video Processing at Dropbox
11–20 of 29 posts
Re: Video Processing at Dropbox
#12Does it bother anyone else that dropbox is "processing" files at all? whether video or otherwise?
I was under the impression that Dropbox can't "see" your files in the sense that they wouldn't be able to tell what was inside a document or photo; it's all supposed to be encrypted. Given this new information, it appears that not only can they see what you have uploaded, they can actively process, encode, decode, etc. Not exactly what I'm looking for in an online file storage company. I realize they've never outrigh…
No, that was never true. In particular, that would break Dropbox's model for deduplication, as well as their web clients, and various other things. If you're looking for an end-to-end encrypted solution, Dropbox was never it.
Re: Video Processing at Dropbox
#13Earlier quoted context omitted.
I was under the impression that Dropbox can't "see" your files in the sense that they wouldn't be able to tell what was inside a document or photo; it's all supposed to be encrypted. Given this new information, it appears that not only can they see what you have uploaded, they can actively process, encode, decode, etc. Not exactly what I'm looking for in an online file storage company. I realize they've never outrigh…
> I was under the impression that Dropbox can't "see" your files in the sense that they wouldn't be able to tell what was inside a document or photo; it's all supposed to be encrypted. No, that was never true. In particular, that would break Dropbox's model for deduplication, as well as their web clients, and various other things. If you're looking for an end-to-end encrypted solution, Dropbox was never it.
Re: Video Processing at Dropbox
#14Does it bother anyone else that dropbox is "processing" files at all? whether video or otherwise?
And it's not just Dropbox that can see those files but also Amazon as Dropbox is doing the encoding of the videos on AWS.
Re: Video Processing at Dropbox
#15Interesting article. I have a few comments/questions: HLS support on Android is incredibly spotty. Do you mean in-app HLS support? The Android Chrome browser doesn't support it at all, and only a select few versions of the regular Android browser support it. Then again, there's not a great alternative. Why offer the multiple bitrates on the HLS stream at all? You know what the client's bandwidth is, why perform three…
> HLS support on Android is incredibly spotty I assume you mean spotty in Android pre-4.0? I'd worked on HLS streaming for Android recently and didn't have issues with ICS and later. But then again with Android you can't possibly test on all OS/device combinations, so would love to know if there are things I should be watching out for. > Why offer the multiple bitrates on the HLS stream at all? You know what the clie…
4.4 is supposed to be much better but I don't work on Android anymore, so I am not really sure.
Re: Video Processing at Dropbox
#16Does it bother anyone else that dropbox is "processing" files at all? whether video or otherwise?
If you want security, encrypt on your own or decide if you trust SpiderOak.
Re: Video Processing at Dropbox
#17[1] https://github.com/caldwell/stm.js
[2] http://zqueue.com/streamtome/index.html
[3] https://github.com/caldwell/stm.js/blob/master/mpeg2ts.js
Re: Video Processing at Dropbox
#18Does it bother anyone else that dropbox is "processing" files at all? whether video or otherwise?
If you want more privacy you can try http://www.nimbusvid.com which uses mega.co.nz plays encrypted video in the browser. Content is never sent to nimbusvid.com so you can watch your videos in privacy.
Re: Video Processing at Dropbox
#19Interesting article. I have a few comments/questions: HLS support on Android is incredibly spotty. Do you mean in-app HLS support? The Android Chrome browser doesn't support it at all, and only a select few versions of the regular Android browser support it. Then again, there's not a great alternative. Why offer the multiple bitrates on the HLS stream at all? You know what the client's bandwidth is, why perform three…
As far as I know the only absolute requirement is to have at least a single 64K stream. All other bitrates come as general recommendations, but in my experience, offering a few different bitrates amount to far better, smoother playback, overall. "Warning: These requirements apply to iOS apps submitted for distribution in the App Store for use on Apple products. Non-compliant apps may be rejected or removed, at the di…
To have HLS audio track available "for free" (without the necessity of transcode it on backend) we built a nginx module: http://github.com/globocom/nginx-audio-track-for-hls-module
It would really great to see this module being used by Dropbox also.
Re: Video Processing at Dropbox
#20It would be awesome to see the 1st and 3rd tools open sourced.