I want to create a app which plays RTSP streaming video. I found lots of questions regarding to the same on SO. Every question has pointed me to live555. I followed the link and downloaded the c++ library. I wasn't able to build this at first and I got help from SO again and I implemented the solutions provided.
The process I'd followed till now is:
cd live
where my all files of the library placed../genMakefiles iphoneos
to terminal No error or success response from terminalmake
error occuers -bash: make: command not found
./genMakefiles iphoneos make
response is Usage: genMakeFiles <os-platform>
I am not able to figured it out that how can I get that the library is build successfully or not? If Yes how to use it in ios app?
Which are the classes we need to access and create instance?
If library is not build how can I build it? and same how can I use it from the build location.
I tried following links
Thanks
Usually not, no one else reported it. However that framework SHOULD be in the search path if its not. Sorry about that