I have to implement the live streaming from iphone to wowza server using rtsp h264. I did search and found one library Live555. I created the .a files along with include headers. But I am not able to use them in my XCode. As I used then then it start giving errors in understanding the c++ keyword "class". This is maybe because of .hh files.
Is anyone having idea, how to include live555 in ios application.
Thanks in advance...