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

Caching behavior of AVURLAsset

I am using AVURLAsset with various AV/MP player classes and it seems like it is ignoring my server's caching headers. I am working with small, progressively downloaded videos (not HLS). Is there a way to ensure that videos are cached? Is there a way…
Bjorn Roche
  • 11,279
  • 6
  • 36
  • 58
0
votes
1 answer

Kurento Video Streaming

I want to access the video stream being recorded by Kurento in Real-Time. In the default implementation, I can only get hold of the video once the call is completed, but how can I access the file as it is being created?
Farai
  • 180
  • 2
  • 12
0
votes
1 answer

Progressive Image

I am trying to use progressive image to load on site.I am a beginner and have no idea how to get a progressive image! Basically can we convert a normal uploaded image to progressive image using java? If yes, please provide some idea or any…
vikrant
  • 399
  • 3
  • 12
0
votes
1 answer

Android - Is it possible to access media files locally after they have been watched with VideoView and Mediacontroller?

I am using a MediaController and a VideoView to show videos that I am streaming via HTTP from Amazon S3. I want to make the video files accessible offline after hey have been watched for the first time. The streaming works well, my question is where…
0
votes
1 answer

Backbone.Marionette / progressive model loading strategy

I'm working on an analytics-like dashboard with heavy data. Obviously waiting for all this data to come in isn't a good idea as it would increase load-times beyond acceptable lengths. My idea is to progressively add parts of data when certain…
Steven
  • 1,566
  • 2
  • 16
  • 38
0
votes
0 answers

Android HTTP progressive streaming onBufferingUpdate stops being called after a few seconds

I have developed an Android music player app that can stream MP3s via HTTP progressive download (via WiFi, using Apache). This is how I set up the MediaPlayer to stream the MP3: mediaplayer.setDataSource(192.168.../song.mp3) Everything works fine…
0
votes
1 answer

Progressive download of audio file

I want to write an app that plays progressively-downloaded audio from a remote http source through the standard Android mediaplayer, but I want to save a copy of the audio file to the SD card as well. This has proved to be a hard problem: 1) We…
Fixee
  • 1,581
  • 2
  • 15
  • 25
0
votes
1 answer

Quickest way to get an in-app MP4 player in Android

I need to embed video in an Android application and hope to do so quickly in order to spin up a demo for my company. No proprietary SDKs allowed, so it seems my options are: (1) OpenMAX AL (2) OpenMAX IL (3) Gstreamer (4) ? Any recommendations on…
Fixee
  • 1,581
  • 2
  • 15
  • 25
0
votes
1 answer

some files not cached in requirejs - is that an issue?

Using RequireJS I am developing my application. I noticed from my browser developer tools (attached) some of files (router.js, views.js, model.js, etc.) say cached "no". What does that mean? What is wrong here?
3gwebtrain
  • 14,640
  • 25
  • 121
  • 247
0
votes
2 answers

YouTube videos are actually downloaded into browser cache! aren't they streaming?

This may sound a very silly question but has been bugging me for a while! you see, I am able to protect my videos from being downloaded by setting up a red5 media server and using rtmp protocol... then why YouTube videos are actually downloadable…
Hadi tavakoli
  • 1,267
  • 2
  • 16
  • 30
0
votes
1 answer

iOS Downloading Videos and saving in Application Support folder

In my application, i've to download videos around 10 to my application and play accordingly. Each video is around 50 MB. I'm using following code and then after downloading the video, i'm saving it to Application support folder to avoid icloud sync.…
Satyam
  • 15,493
  • 31
  • 131
  • 244
0
votes
0 answers

Progressive-download video-streaming C++

Can someone give me some hints on using http progressive download in non http applications. I need to stream some video frames to a client application and display them. I need to develop the server side application and the client side application. I…
0
votes
2 answers

How to detect if video is being handled by progressive download or streaming

we are moving from progressive download architecture to a streaming/adaptive architecture for the videos. So is there an easy way to detect if the video is handled by progressive download or if it is streaming. I am not into flash, so it might be a…
macha
  • 7,337
  • 19
  • 62
  • 84
0
votes
1 answer

HTML5 Video tag format

So I'm trying to write a server to stream video to a client in html5/javascript, and I'd like to use the already existing framework of the video tag in html5 if that's possible. That being said, I can't find I good source for what the format of the…
Pete.Mertz
  • 1,302
  • 2
  • 18
  • 34
1 2 3 4 5
6