• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
QTMovie and audio stream
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QTMovie and audio stream


  • Subject: QTMovie and audio stream
  • From: Massimiliano Gargani <email@hidden>
  • Date: Thu, 10 Sep 2009 10:54:55 +0200


Hi all,

I'm developing a little music player. It works fine with file but it doesn't work with audio streaming.

my code is:

NSURL* theFilePath = [[NSURL alloc] initWithString:[[theTable objectAtIndex:sx] objectForKey:@"Location"]];
NSLog(@"the file path %@", theFilePath);
movie = [[QTMovie movieWithURL:theFilePath error:&qtError] retain];


as you can see from log below it wants to open the stream as a file:

2009-09-10 10:47:04.221 Primafila[511:10b] the file path http://cast.voxcdn.net:8000/2917-MP3-RadioIO-Smooth-Jazz-128
2009-09-10 10:47:04.284 Primafila[511:10b] Can not open file :http://cast.voxcdn.net:8000/2917-MP3-RadioIO-Smooth-Jazz-128
2009-09-10 10:47:04.285 Primafila[511:10b] Could not open file handle for file:http://cast.voxcdn.net:8000/2917-MP3-RadioIO-Smooth-Jazz-128
2009-09-10 10:47:04.286 Primafila[511:10b] Can not open file :http://cast.voxcdn.net:8000/2917-MP3-RadioIO-Smooth-Jazz-128


How can I make it works?

Thanks for help.

Max



_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: QTMovie and audio stream
      • From: Jens Alfke <email@hidden>
  • Prev by Date: XC & IB 3.2 overlapping siblings
  • Next by Date: How can we draw a horizontal line with embossing effect?
  • Previous by thread: Re: XC & IB 3.2 overlapping siblings
  • Next by thread: Re: QTMovie and audio stream
  • Index(es):
    • Date
    • Thread