Re: [Live-devel] liveMedia/FreeBSD : compilation fails on ar command

2012-06-08 Thread Ross Finlayson
Finally getting back to this thread... Thanks to the people who correctly identified the issue as being caused by inconsistent behavior between GNU make ("gmake") and BSD make. Unfortunately there are many environments for which linking won't work if the space character is present; that's why I

Re: [Live-devel] doubts with wis-streamer data flow and H264VideoRTPSink

2012-06-08 Thread Ravindran, Vivek
Hi again, I'm sorry for asking the 1st question, I figured out that the sending happens at MultiFramedRTPSink::sendPacketIfNecessary(). It invokes fRTPInterface.sendPacket(fOutBuf->packet(), fOutBuf->curPacketSize()); Can anyone please clarify my doubt about the 2nd one. Thanks and Regards, Vi

Re: [Live-devel] KLV

2012-06-08 Thread Ross Finlayson
> Will Live555 be able to handle KLV data being streamed in a MPEG-TS stream > [...] Our software doesn't demultiplex Transport Streams, so is agnostic about its contents. As long as the Transport Stream data is valid, our software should be able to stream (send or receive) it. Ross Finlayson

[Live-devel] doubts with wis-streamer data flow and H264VideoRTPSink

2012-06-08 Thread Ravindran, Vivek
Hi Ross and community, I'm a student intern at my company and have been assigned to a project working with a slightly modified version of wis-streamer. I was assigned the task of finding out what the exact data flow of my program was from the live camera input up till it finally gets sent acros

[Live-devel] Get connections on ProxyServerMediaSession

2012-06-08 Thread Jesús Leganés
How can i be able to detect incomming connections on ProxyServerMediaSession? I'm developing a RTSP proxy manager to broadcast video got from remote cameras over 3G and i would like to check when i have a client connection for logging and also mainly so i can be able to close the connection to the

[Live-devel] Clarification on Live555

2012-06-08 Thread Ashfaque
Hi Ross, We are streaming (over Wifi ) H264 encoded frames from a live source using the reference of testH264VideoStreamer class. Camera frame rate is 30 fps. Receiver is an iOS application referenced from testRTSPClient class. We are able to stream with Initial propagation delay around 200ms b