Re: [Live-devel] Including Live555 in iPhone app

2011-03-10 Thread Matt Schuckmannn
FYI it is possible. I've had a demo application using Live555 running on the iPhone and iPad for quite some time. Sadly it's just been a pet project and I haven't had time to release it or even document how I got it all going. As I recall it wasn't that hard, I think I ended up using Objective

Re: [Live-devel] Including Live555 in iPhone app

2011-03-10 Thread Ross Finlayson
Hey All, This is my first time posting. I'm trying to include Live555 in an iPhone app. Firstly I compiled Live555 using the config.iphoneos. I then created an Xcode project and the ONLY thing I did was to #import . Can C++ header files (like "liveMedia.hh") even be included in Objective-C

Re: [Live-devel] RTSP client on STB.

2011-03-10 Thread Ross Finlayson
-Using one PC with VLC as an RTSP server, I have managed to open and play an RTSP H264 video stream on another PC. -Using one PC with VLC as an RTSP server, I have managed to issue the sendOptionsCmd() and describeURL() commands from the STB. I have also successfully read the replies from the se

[Live-devel] RTSP client on STB.

2011-03-10 Thread Sebastiaan Heunis
Good day everyone. I'm trying to get RTSP going on a set-top box using the liveMedia libraries. What I've so far managed to do is the following: -Using one PC with VLC as an RTSP server, I have managed to open and play an RTSP H264 video stream on another PC. -Using one PC with VLC as an RTSP s

[Live-devel] Does live555 support MVC stream?

2011-03-10 Thread tcdsl tcdsl
Hello everyone. I have seen lots of files in liveMedia. If I want to transport a MVC stream, which class can I use? Does live555 support MVC stream? And AVC stream? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/

[Live-devel] Live555 + H264 receiving

2011-03-10 Thread gautam manam
Hi, Does openRTSP can give h264 frames into buffer instead of writing into files. Can live555 groups NAL packets from rtp and make complete H264 frame or it just removes rtp header and gives h264 slices What exactly is it doing in H264VideoRTPSource.cpp ? And can any one explain me the dat