youtube - Blackberry, QRs, and video -


i've been asked create qr image that, on being scanned smartphone, play short 2-minute video. video in .mp4 format, format can change. video playback works fine on iphone i'm having problems blackberry bold.

when user scans qr code phone directs them url. right url directed http://domain.com/video.mp4. when user attempts access page 413 error "entity large". basically, being pushed client.

reading blackberryforums.com.au thread titled "request entity large", see need increase allowed request size. user able play youtube videos fine on blackberry! why? youtube video size smaller? format youtube using? why youtube work, when method doesn't?

i know obvious solution here use youtube hoster , embed video told cannot use quick , easy solution.

the problem youtube streams video. you're trying user download whole video file.

you may need streaming server video can played.

alternatively, reduce filesize of file reducing video resolution , bitrate, make sure sound mono , low bitrate well.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -