Re: [Live-devel] Live555 on iPhone

2010-04-20 Thread Matt Schuckmann
Basically create a Xcode project for each of the Live555 libraries yourself. I did it a while back and it worked fine. Matt S. On 4/20/2010 7:42 AM, Denis Z wrote: Hi! We would like to use live555 RTSP client on iPhone, but we faced the problem - we don't know how to build live555 for iPhone

Re: [Live-devel] First Application

2010-04-20 Thread Ross Finlayson
All I tried so far was using some source code from openRTSP, but I could actually not figure out where to grab the data. The "openRTSP" code (in "testProgs/playCommon.cpp") saves its incoming data into a file - using the "FileSink" class. Note that "FileSink" is a subclass of "MediaSink", an

[Live-devel] live55 with settop box

2010-04-20 Thread nishesh chouhan
Hi, I am using live555 with set top box(STB) but the STB is not playing audio, I am using libfaac for audio and Mpeg4 for video what I want to confirm is that can the client request for a codec format it understands to a server ?? I read RTSP rfc and found ANNOUNCE can be used from client to desir

[Live-devel] Live555 on iPhone

2010-04-20 Thread Denis Z
Hi! We would like to use live555 RTSP client on iPhone, but we faced the problem - we don't know how to build live555 for iPhone device (arm). There are several config files, but no one could be used to build live555 for iPhone. What can you suggest, what should we do? Thanks! Denis.

[Live-devel] First Application

2010-04-20 Thread Kreker, Paul
Hi to everybody, I would like to program a tool for saving the frames of a commercially IP-Cam into a memory buffer using the live555-library. This memory buffer data should afterwards be sent to a Qt-GUI for displaying the pictures. All I tried so far was using some source code from openR