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
1
vote
1 answer

Downloading rtsp stream to play locally

I manage to play a live stream from a url such as this rtsp://192.168.0.18:554/user=admin&password=&channel=1&stream=0.sdp? But I want to download this stream into a temporary file and then play it locally so that I can make it seems like the…
Fay Zan
  • 165
  • 2
  • 17
1
vote
1 answer

Progressive download using Matt Gallagher's audio streamer

I'm a completely n00b when talking about audio. I'm using Matt Gallagher's audio streamer on my radio app. How may I use progressive download? Also, ExtAudioFile is a good idea too :) Edit: Used this: length = CFReadStreamRead(stream, bytes,…
1
vote
0 answers

Getting height and width of swf file before loading- as2

I am implementing progressive loading of swf document file. For this I need height and width of the swf frames while loading the document. I have tried mclListener.onLoadProgress = function (target_mc, numBytesLoaded, numBytesTotal) { swfwidth…
user2538255
  • 193
  • 2
  • 10
1
vote
0 answers

UicollectionView on scroll shows duplicate images

I was using UICollectionView for Images grid appearance.while scrolling i found duplicate images appearing there. I was using NYXProgressiveImageView for downloading and displaying images. I Have implemented several methods found on search.. This is…
1
vote
1 answer

How to stream and download a media from local storage using Android's VideoView?

I have to stream and download video files from a server and show it in VideoView, well thanks to google, VV doesn't support my requirement naturally so this is what I have done: 1-create a HTTP proxy using NanoHTTPD and start downloading a file from…
1
vote
0 answers

How to implement progressive download in PHP?

I need to provide music download service and I want to play it on Android, but it needs progressive download if I don't want to download the whole file before palying, I search it on Google but get nothing about implementation but some configuration…
ggaaooppeenngg
  • 1,323
  • 3
  • 17
  • 27
1
vote
1 answer

Progressive MP4 video issues in Flash- Video stops rendering

I'm currently working on a flash project that has an intro video that plays before heading into the main app. This video is an H.264 .mp4, 1550x540, and around 10MB. The problem thats currently driving me insane is that when I test it, occasionally…
Conor
  • 670
  • 1
  • 12
  • 27
1
vote
0 answers

Getting error codes (1, -1004) when trying to play video from SDcard using progressive load in VideoView app

I'm downloading MP4 files from a Web app to a file on my mobile device. Since the files tend to be large, I want to start playing them as soon as I get some data, rather than wait until the whole file has been downloaded, so I've come up with the…
1
vote
0 answers

Offlining media files in Phonegap 3.0

Using the Phonegap media API, it is possible to play back external files hosted on a web server. Once that file has been played, I wonder if it is possible to save it locally, so that the next time I listen to it, I can get it from a local path…
1
vote
0 answers

How dos progressive videostream work exactly (MP4, flv etc.)

i wonder how progressive videostreambuffering works. Currently i try to create a media player for Android that is able to play progressive streamed video files. For that i use vitamio library. Its a very powerfull Android medialibrary. It also…
Dano
  • 239
  • 3
  • 10
1
vote
2 answers

Progressive rendering and proxy servers

This is my first post!! Have a large amount of data that is rendered progressively (using classic ASP) and all works fine in IE and Firefox. However, when I view the exact same page from within a school environment (i.e. behind a firewall and via a…
1
vote
1 answer

How to load Image progressively so that ImageObserver work?

There is ImageObserver ability in Graphics.drawImage() method. What is the easiest way to see this in action? I guess ImageIO.read() returns BufferedImage so it is all in memory. How to get partially loaded images so that observer called?
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
1
vote
1 answer

Is there any way to download all google Webfont's in all formats?

First of all i am well aware of this Question and i have a strong feeling that it was closed because it was asked by a google critic. My sub-question is: Am i right to assume that the processing that is described here is done after the ttf creation…
0
votes
1 answer

I have
fineTuneFork
  • 683
  • 7
  • 21
0
votes
1 answer

CloudFront MP4 Progressive Download

I am trying to setup progressive download of an mp4 file from aws cloudfront to support apple mobile devices. I have created the mp4 with moov atom at the beginning of the file. I am testing the setup using flowplayer + pseudostreaming plugin and…
Josnidhin
  • 12,469
  • 9
  • 42
  • 61