Question

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

Was it helpful?

Solution

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

OTHER TIPS

Try this, its not quite perfect yet , but we are actively developing it.

https://github.com/mooncatventures-group/RtspFrames-test

What you downloaded is the frameExtractor , you can download rtspplay which is a full player based on ffplay, it does use SDL however. FFPlayer-tests , still extracts frames but can write a video only h264 movie.

right now that is the extent of our open source offerings. But we are working on some based on our commercial offerings. Which all include audio, most are open gl.

I'm sure we can work out something if you'd like to join our Facebook group were you can get more info , please visit our services site at wwww.mooncatbastet.com, for details.

You probably don't have command line tools installed for OSX. Assuming you have Xcode, follow these instructions: Xcode 4.4 and later install Command Line Tools

Then you should be able to build live555 with:

./genMakefiles iphoneos

Note that depending on your version of osx you may need to change where Live555's Makefile is looking for the arm/build tools.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top