Tagged Questions
The progressive-download tag has no wiki summary.
9
votes
3answers
2k views
iPhone progressive download audio player
I'm trying to implement a progressive download audio player for the iPhone, using http and fixed size mp3-files.
I found the AudioStreamer project but it seems very complicated and works best with ...
7
votes
3answers
3k views
flash/flex: progressive download vs. rtmp
I'm trying to understand and really pinpoint when to use progressive download vs. rtmp in flex/flash. It seems that the main point is that rtmp is not served with http, whereas progressive download ...
6
votes
1answer
586 views
Cache Progressive downloaded content in MPMoviePlayerController
I have a music player implemented in iphone (sdk 4) and it works both with streaming of Mp3 (Transcoded on the fly) or raw progressive download.
Is there anyway to make the progressivedownloaded ...
4
votes
3answers
943 views
How to make QTMovie play file from URL with forced (MP3) type?
I'm using QTKit to progressively download and play an MP3 from a URL. According to this documentation, this is the code I should use to accomplish that:
NSURL *mp3URL = [NSURL ...
4
votes
3answers
286 views
How to load XML progressively in C#?
I need to process loaded from ResponseStream on Async callbacks XML progressively.
Reply is have:
<root>
<node ...>
.....
</node>
<node />
...
...
4
votes
2answers
1k views
WPF Image control to progressively load multipage tiff
I'm wondering if there's an existing control or if it would be straightforward to develop a control allowing a multipage tiff to be progressively loaded over a network? I'm working with some tiff ...
4
votes
2answers
1k views
How do streaming videos work?
So I have some videos in .flv format which I'd like people to be able to view from my site, without being able to download them. So far Flowplayer seems like the best choice for the actual flash ...
3
votes
2answers
1k views
Silverlight WebClient Progressive Download
I'm trying to progressively download an array of serialised data. The goal is to send a single large block from the server, and partially process it on the client whilst it downloads.
I'm using the ...
2
votes
0answers
385 views
Android - Progressive download over HTTPS
I am using following code to play a video from SDCard and HTTP links
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(**videoUrl**));
...
2
votes
2answers
294 views
wcf progressive download
I am trying to write a WCF service that can send mp3 files to the client. I need it to transfer the mp3 file using progressive download because the client is an android app and I want it to start ...
2
votes
1answer
278 views
Progressive download standard
Is there any document which talks about how progressive download works. I am aware it is based on HTTP but need more information as to how the data is downloaded and what kind of messages flows ...
2
votes
1answer
436 views
Save MediaElement file source to isolated storage
With a MediaElement using an external source -- is it possible to play an mp3 while it's downloading, and then when it's finished downloading, save it to isolated storage for future use?
If not, ...
2
votes
1answer
641 views
FLVPlayback component won't seamlessly loop
Everything I've tried so far with a FLVPlayback component to seemlessly loop a progressively-downloaded 15 second video has failed. There's always a split-second pause when it's time to loop. For ...
2
votes
3answers
824 views
Loading image in several passes
I know it is possible. I have seen it a couple of times, but it always struck me with: "how did they pull this off?". Those images that build up while loading, it's some kind of progressive image ...
1
vote
1answer
39 views
Get the time of the beginning and the end of the download
I have to get the time of download in my android application, that's why I need to determine the time of beginning and end of dowload to determine the period od download.
I added these line in the ...
1
vote
1answer
355 views
Android - VideoView and Progressive download
In my application I need to provide the user with a preview on a progressive download (video file).
In order to achieve this, I'm using VideoView component to show the content of the video (.mp4, ...
1
vote
1answer
263 views
Progressive download and streaming of video content using Amazon S3
Does Amazon S3 support progressive download? I just want my videos start playing before its fully loaded.
I don't need real streaming yet.
1
vote
1answer
586 views
How do I display a progressive JPEG in an UIImaveView while it is being downloaded?
Downloading an image from the net and showing it in an UIImageView is fairly easy. However, this requires the image to be completely downloaded before it is shown to the user, completely defeating ...
1
vote
1answer
781 views
Playback of F4V using FLVPlayback won't use progressive download
I am using FLVPlayback Component in Flash AS3 to play an F4V video hosted on a different server. I want it to start playing as soon as possible, but the video won't start playing until the F4V is ...
1
vote
1answer
630 views
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 ...
1
vote
1answer
500 views
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 ...
1
vote
1answer
786 views
Will using a streaming media server prevent RealPlayer Downloader from downloading FLV videos?
We are delivering FLV video to clients using progressive download. If a computer has real player downloader installed anyone can download these videos. How do we prevent this from happening? If we use ...
1
vote
3answers
205 views
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 ...
0
votes
1answer
17 views
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 ...
0
votes
0answers
21 views
Loading issues on my app
I'm working on an app that uses web services to get some data from the web, i used the NSPAERSER function and everything works great except that whenever the app checks for updates the view it's on ...
0
votes
0answers
156 views
Viewing H.264 video on iPhone using Progressive download
Is it possible to use the progressive download approach for playing H.264 video (live feed) on iPhone?
0
votes
1answer
57 views
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 ...
0
votes
2answers
212 views
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
0
votes
1answer
390 views
AS3 FLVPlayback with progressive .mp4
So I have a dynamically created FLVPlayback object and for the most part everything is working just peachy.
However, when I load an MP4 file (via HTTP) with it, it will not play until the entire file ...
0
votes
1answer
164 views
Seeking to a part of video that hasn't been loaded yet (on progressive download)
I was told there is a server technology that allows user to seek to a part of video that has not been loaded yet even if I am using progressive download, not true streaming.
What technology is it?
0
votes
1answer
292 views
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 ...
0
votes
2answers
760 views
Download data file 5-40 MB in android 2.2 from URL. Whch 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 ...
0
votes
1answer
398 views
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?