I'm no expert on AVFoundation, but there's a fair chance it's using the Cocoa 
URL loading system under the hood. If so, you could always resort to 
implementing your own custom URL scheme and passing that in.

On 17 Apr 2011, at 19:35, John Michael Zorko wrote:

> 
> Hello, all ...
> 
> I've more questions regarding AVAsset:
> 
> 1. I see AVAsset and AVURLAsset. Is there a subclass that allows me to create 
> an asset from a bytestream? I'm finding that AVURLAsset is a bit too high 
> level for what I need to do (that being, create an asset for a stream of 
> bytes coming from a socket).
> 
> 2. If #1 isn't possible, is there a way I can specify the NSURLRequest for 
> the AVURLAsset, so I can do things like specify HTTP headers for the request?
> 
> Regards,
> 
> John, appreciative of the assistance :-)
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/cocoadev%40mikeabdullah.net
> 
> This email sent to cocoa...@mikeabdullah.net

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to