Re: Using AV Foundation to record m3u8 stream to disk

2014-12-08 Thread Jens Alfke
On Dec 7, 2014, at 11:00 PM, Graham Cox graham@bigpond.com wrote: The title says it all really: is it possble to use AV Foundation to record a m3u8 stream to a movie file (optionally transcoded). m3u8 isn't a stream, it's simply a small playlist file that contains one or more HTTP

Re: Using AV Foundation to record m3u8 stream to disk

2014-12-08 Thread dangerwillrobinsondanger
Sent from my iPhone On 2014/12/09, at 1:38, Jens Alfke j...@mooseyard.com wrote: m3u8 isn't a stream, it's simply a small playlist file that contains one or more HTTP URLs, which resolve to audio files, usually MP3. In the case of streaming, the HTTP audio resource uses the Shoutcast

Re: Opening an Embedded Application in Terminal

2014-12-08 Thread Lee Ann Rucker
On Dec 7, 2014, at 4:42 PM, Keary Suska cocoa-...@esoteritech.com wrote: On Dec 7, 2014, at 1:35 PM, SevenBits sevenbitst...@gmail.com wrote: I don't know if this approach is more likely to work in a sandboxed app. I doubt it, because it would be an enormous hole in the sandbox. If you

Re: Using AV Foundation to record m3u8 stream to disk

2014-12-08 Thread Graham Cox
OK, thanks. I was hoping that I didn't need to delve into the internals of the m3u8 format itself, since AVPlayer/AVPlayerView handles it just fine - I just make a NSURL from the m3u8 url and away it goes. By the way, it isn't just audio, it's video and audio and possibly other things - there

over 200 warnings when building a lib

2014-12-08 Thread ico
Hi All, I got over 200 warnings when building a lib, anyone has clue what this is about? warning message: warning: ignoring debug info with an invalid version (1) in Any advice would be appreciated. ___ Cocoa-dev mailing list