Re: [Live-devel] Fwd: Need help: RTSP Stream -> video render

2012-02-27 Thread Brad O'Hearne
Jon, Thank you so much for your reply, and the code, it helps tremendously. In regards to being vague, the simplest I can describe the use case is this: - I have an external device streaming H.264 video over Wifi via RTSP. - I am constructing an iOS app to receive the RTSP stream, decode the

[Live-devel] Fwd: Need help: RTSP Stream -> video render

2012-02-27 Thread Jon Burgess
Further to my previous email, you'll need the following class to run my code: // // TimerInvokee.m // openRTSP // // Created by Jon Burgess on 22/10/10. // Copyright Jon Burgess. All rights reserved. // #import "TimerInvokee.h" @implementation TimerInvokee - (void)execute:(TaskFunc*)proc cl