Re: [Live-devel] Noob wandering

2013-01-28 Thread Ross Finlayson
>> Based on the testRTSPClient example, I've gotten a stable RTSP connection >> working on my target platform; in this case to a video+audio RTSP source. >> But, now I'm struggling to figure out the next step. My custom MediaSink >> classes do not receive any frame data via afterGettingFrame()

Re: [Live-devel] Noob wandering

2013-01-28 Thread Jesse Hemingway
Thanks Ross, > Based on the testRTSPClient example, I've gotten a stable RTSP connection > working on my target platform; in this case to a video+audio RTSP source. > But, now I'm struggling to figure out the next step. My custom MediaSink > classes do not receive any frame data via afterGetting

Re: [Live-devel] Noob wandering

2013-01-28 Thread Ross Finlayson
> Based on the testRTSPClient example, I've gotten a stable RTSP connection > working on my target platform; in this case to a video+audio RTSP source. > But, now I'm struggling to figure out the next step. My custom MediaSink > classes do not receive any frame data via afterGettingFrame() Th