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:
- In terminal I choose the path of my library and than
cd livewhere my all files of the library placed. - typed
./genMakefiles iphoneosto terminal No error or success response from terminal - after the upper command when I used
makeerror occuers-bash: make: command not found - When I used
./genMakefiles iphoneos makeresponse isUsage: 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
- Live555 compile for iOS build error
- H.264 over RTP/RTSP (iPhone)
- How to configure live555 framework for iphone app devleopment?
Thanks
Usually not, no one else reported it. However that framework SHOULD be in the search path if its not. Sorry about that