Search code examples
iphoneiosrtsplive555rtsp-client

creating app for playing RTSP streaming videos


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 live where my all files of the library placed.
  • typed ./genMakefiles iphoneos to terminal No error or success response from terminal
  • after the upper command when I used make error occuers -bash: make: command not found
  • When I used ./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


Solution

  • Usually not, no one else reported it. However that framework SHOULD be in the search path if its not. Sorry about that