Can I redistribute QuickTime runtime with my application?

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
(New page: Can I redistribute the required QuickTime components myself in order not to force customers install QuickTime Player? Our QuickTime filter uses an existing QuickTime installation. In orde...)
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
Can I redistribute the required QuickTime components myself in order not to force customers install QuickTime Player?
+
Can I redistribute the required QuickTime components myself in order not to force customers to install QuickTime Player?
 
+
 
Our QuickTime filter uses an existing QuickTime installation. In order to redistribute QuickTime with your application you need to set up a redistribution agreement with Apple:
 
Our QuickTime filter uses an existing QuickTime installation. In order to redistribute QuickTime with your application you need to set up a redistribution agreement with Apple:
  
 
http://developer.apple.com/softwarelicensing/agreements/quicktime.html
 
http://developer.apple.com/softwarelicensing/agreements/quicktime.html
  
'''When playing a file fia HTTP or HTTPS, how far ahead the filter will buffer the stream, does the filter continue downloading the whole file at full speed until it is entirely downloaded or does it only read a short way ahead of the current playback location? How would the filter handle seeking?'''
+
[[Category: QuickTime DirectShow Source Filter FAQ]]
 
+
The filter will try to download the largest available segment (i.e. progressive download) - like QuickTime Player would do. Seeking is available within the segment that has been downloaded to this moment. If seeking is outside of the already available segment, the playback will be stopped until the required segment is loaded. After the whole movie is loaded, your can make seeking like with normal file.
+

Latest revision as of 14:32, 7 May 2010

Can I redistribute the required QuickTime components myself in order not to force customers to install QuickTime Player?

Our QuickTime filter uses an existing QuickTime installation. In order to redistribute QuickTime with your application you need to set up a redistribution agreement with Apple:

http://developer.apple.com/softwarelicensing/agreements/quicktime.html