Questions tagged [progressive-download]

A progressive download is the transfer of digital media files from a server to a client, typically using the HTTP protocol when initiated from a computer.

A progressive download is the transfer of digital media files from a server to a client, typically using the HTTP protocol when initiated from a computer.

The consumer may begin playback of the media before the download is complete. The key difference between streaming media and progressive download is in how the digital media data is received and stored by the end user device that is accessing the digital media.

A media player that is capable of progressive download playback relies on meta data located in the header of the file to be intact and a local buffer of the digital media file as it is downloaded from a web server. At the point in which a specified amount of data becomes available to the local playback device, the media will begin to play. This specified amount of buffer is embedded into the file by the producer of the content in the encoder settings and is reinforced by additional buffer settings imposed by the media player.

Wikipedia: http://en.wikipedia.org/wiki/Progressive_download

89 questions
0
votes
1 answer

Set buffer rate MPMoviePlayerController

My app was recently denied because it is set to stream 60+ mb files from my web server and play them; the MPMoviePlayerController downloaded the entire file in 5-10 minutes while simultaneously playing it. From the testing perspective, the app…
0
votes
1 answer

How to implement reverse proxy in golang to support nginx progressive download?

I have a golang webserver which fetches video files from nginx. When I call nginx video directly from
Saurabh Saxena
  • 1,327
  • 2
  • 13
  • 26
0
votes
1 answer

Any tool to measure progressive download of video?

Can you suggest a tool(Linux based) to measure dynamically the amount of data being downloaded or buffered by a video(progressive download like Youtube video) that is being played in a browser(Mozilla).
Parikshit
  • 543
  • 1
  • 7
  • 16
0
votes
3 answers

RTSP or HTTP protocol for progressive download

Is RTSP or HTTP protocol more preferable to use for performing progressive download on server side and why ?? Thanks alot in advance
Salma Hamed
  • 2,000
  • 4
  • 26
  • 45
0
votes
0 answers

How do I get complete web page code at once?

I am trying to crawl the commit page of Github to do some analysis. The page is here YARN-8569 However, there are two tags called "js-diff-progressive-container" and each one has many child tags. See below html page snapshot When I use…
ERIC
  • 13
  • 5
0
votes
1 answer

Load testing of Progressing download(Video) or Larger files download

I am looking at load testing of Progressive download video files with 100 user load. The testing tool I am looking at is Jmeter, Load Runner and NeoLoad. Though the script required for creating the load is very simpler, it consist of couple of…
0
votes
1 answer

Format of video url

I have a video url (either progressive download or streaming) and I want to determine its format to check if it complies with Android's supported media formats. How can I check this? Is it enough if it works on the emulator? (as far as I understand…
hpique
  • 119,096
  • 131
  • 338
  • 476
0
votes
1 answer

Download data file 5-40 MB in android 2.2 from URL. Which classes to use for development?

I am developing an application in which i need to download a file(.zip / .txt / .jpg etc) size- 5 to 50 MB.. Application based on Android 2.2. The user provides the URL and triggers the download but then the downloading process runs in background…
0
votes
1 answer

Publish video on Media Services with ProgressiveDownload streaming format

I need to implement an application which is able to upload an .mp4 video on Azure Media Services. The video should be published in ProgressiveDownload streaming format and should be encrypted at rest. Studying the Media Services documentation I…
user2297037
  • 1,167
  • 2
  • 14
  • 34
0
votes
1 answer

Are there any streaming and/or progressive optimized image formats?

I was recently reading about progressive image loading, but I was disappointed with the fact that a separate thumbnail was being used for the initial "blurry" rendering, as this creates additional data for the client to download. My understanding is…
0
votes
1 answer

Progressive Download of MP3 file (streaming and downloading) - IPhone SDK

Is it possible to stream while saving an MP3 file from a network resource? Also - once an MP3 is downloaded, how can we add it to iTunes on the iPhone?
ajacian81
  • 7,419
  • 9
  • 51
  • 64
0
votes
1 answer

Is there any way to decrypt an encoded asset(Video) ,in azure media services , for performing Progressive Download?

Is there any way to decrypt an encoded asset ,in azure media services, to download an encrpted asset using media services, for performing Progressive Download ?
0
votes
0 answers

Progressive JPEG in an UIImageView iOS 9 and above Swift

Downloading an image from the url and show as progressive JPEG (and PNG) image in iPhone. I came across iOS Library for download and decode progressive JPEGs Concorde, which is supporting from iOS 8.0 and above. Anyone can help me out for this…
Antony Raphel
  • 2,036
  • 2
  • 25
  • 45
0
votes
1 answer

Progressive download and video playing in Objective-C

Is there a way to play a video while it is downloading in Objective-C? I am trying to set up progressive download with AFNetworking because I would like the process to be async so I do not freeze the UI, and I need some credentialing to access the…
0
votes
1 answer

S3 Restricted Bucket Progressive Download

I have videos stored in a restricted bucket on Amazon S3. Once a user logs into their account, viewing the video page will generate a signed url for a given video, allowing it to be viewed via progressive download. The videos are variable in length;…
wavetree
  • 1,531
  • 1
  • 13
  • 17