iOS Decode H.264 video frames

2011-05-10 Thread Andy Bell
Hi All, I have a RTSP stream of H.264 video and I would like to decode the video stream. I am aware of ffmpeg but I was wondering if there are any alternatives to decoding the stream on iOS 4.x Thanks, Andy ___ Cocoa-dev mailing list (Cocoa-dev@li

Re: Core Data and REST

2010-08-30 Thread Andy Bell
On Mon, Aug 30, 2010 at 5:14 AM, Chris Hanson wrote: > On Aug 28, 2010, at 10:00 AM, Andy Bell wrote: > > > At a later date I want to use something like REST using JSON to be the > backend to Core Data in the application. Is this going to be possible? > > Core Data only

Core Data and REST

2010-08-28 Thread Andy Bell
I am designing an application which will use Core Data with a local persistent store. At a later date I want to use something like REST using JSON to be the backend to Core Data in the application. Is this going to be possible? Will I have many issues moving to the remote backend from the loc

Re: decodeObjectForKey without definition

2010-08-23 Thread Andy Bell
Hi Kirk, Thanks for that, I will give it a whirl, its sort of a side project which I am working on so I haven't chance to try out your ideas yet. Andy On Fri, Aug 20, 2010 at 8:01 PM, Kirk Kerekes wrote: > Open the file in a hex editor (0xED, for example), if it has the text > "plist" near the

decodeObjectForKey without definition

2010-08-20 Thread Andy Bell
Hi All, I am trying to decode a Yahoo chat file which has been encoded using NSArchiver. The problem is I don't have the definition of the class it has encoded and I want to be able to decode it to view the chat conversation. Any ideas on how I go about working out the definition to decode the f

EventRef to NSEvent

2009-07-17 Thread Andy Bell
Hi All, How can I convert EventRef to NSEvent on 10.4? I am only interested in getting the equivalent value for [NSEvent characters] from the EventRef. Thanks in advance -- Andy ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not p

Re: Screen capture Cocoa framework

2009-06-24 Thread Andy Bell
On Wed, Jun 24, 2009 at 3:36 PM, I. Savant wrote: > On Jun 24, 2009, at 7:47 AM, Andy Bell wrote: > > Thanks for that, do you know if it captures the mouse pointer as well? >> > > Do you really need to ask the list? It's sample code. Compile it, run it, > take

Re: Screen capture Cocoa framework

2009-06-24 Thread Andy Bell
Hi Jean-Daniel, Thanks for that, do you know if it captures the mouse pointer as well? Are there any commercial frameworks? Thanks Andy On Wed, Jun 24, 2009 at 12:37 PM, Jean-Daniel Dupas wrote: > > Le 24 juin 09 à 11:38, Andy Bell a écrit : > > Hi All, >> >> Does a

Screen capture Cocoa framework

2009-06-24 Thread Andy Bell
Hi All, Does anyone know if there is a screen recording Cocoa framework out there? I want to record the screen much like Camtasia studio does on Windows and don't want to reinvent the wheel. Thanks in advance -- Andy AllBabel Software www.allbabel.com Tel: +44 (0)20 8133 2473 Mob: +34 6851300

Paste with no Edit Menu

2009-02-11 Thread Andy Bell
Hi All, I am working on a project which is an Agent and just has a couple on Windows and a menu bar icon. The menu bar icon has a menu which is used to call up the two windows. Now I want to add 'Command-V' so that I can paste into the NSTextFields in this window, as I don't have the standard Ed

Badged icons

2008-11-10 Thread Andy Bell
Hi, Is there another way of creating badged icons other than creating a resource fork for the file? I am working on a project which monitors files and would like to overlay a badge on the files being monitored so that the user can easily identify them within Finder. Thanks Andy _

Re: Porting from Windows to Mac

2008-11-01 Thread Andy Bell
Have you seen http://doc.trolltech.com/solutions/qtwinmigrate/index.html ? If you need a hand then drop me a line, I have been coding with Qt for the last 6 years, using it on Mac and Windows. I guess starting from scratch is somewhat of a sledge hammer solution, but if you really want a native Ma

NSData and NSImage

2008-10-23 Thread Andy Bell
Hi, I have an NSData buffer with valid JPEG data which I can save to disk using writeToFile: and view the image easily. When I come to create an NSImage object from the same data I get an object returned back from initWithData: but the size property has dumb values. What does this mean? Is this