Re: [Live-devel] QTKit QTCaptureSession as a live streaming source

2008-12-23 Thread Austin Snow
Thank you Ross for the quick response. If our data is separated into audio and video and each is streamed to our darwin stream server, is the presentation time passed along so there is not any lip-sync issues? Would it be two unicast stream at this point or can we put them into one stream?

Re: [Live-devel] QTKit QTCaptureSession as a live streaming source

2008-12-23 Thread Ross Finlayson
I was afraid of that. Is there a something we can use for both audio and video streaming? If your input data is (or can be multiplexed into) a MPEG Transport Stream, then you could stream that. Otherwise, you will need to demultiplex your input data into separate audio and video streams. --

Re: [Live-devel] QTKit QTCaptureSession as a live streaming source

2008-12-23 Thread Austin Snow
I was afraid of that. Is there a something we can use for both audio and video streaming? On Dec 23, 2008, at 6:56 PM, Ross Finlayson wrote: I believe we have the raw frames (data) but it can be audio and/or video. Can the elementary stream for the framedsource consist of audio and vid

Re: [Live-devel] QTKit QTCaptureSession as a live streaming source

2008-12-23 Thread Ross Finlayson
I believe we have the raw frames (data) but it can be audio and/or video. Can the elementary stream for the framedsource consist of audio and video information? No! The input to "testMPEG4VideoStreamer" must be raw MPEG-4 *video* only. -- Ross Finlayson Live Networks, Inc. http://www.live555

Re: [Live-devel] QTKit QTCaptureSession as a live streaming source

2008-12-23 Thread Austin Snow
Thanks again Ross. I believe we have the raw frames (data) but it can be audio and/or video. Can the elementary stream for the framedsource consist of audio and video information? Austin On Dec 22, 2008, at 5:46 PM, Ross Finlayson wrote: Thanks Ross, Have you connected the QTCaptureSes

Re: [Live-devel] Stopping RTSP session from server side

2008-12-23 Thread Ross Finlayson
I don't know if Live555 supports ANNOUNCE, though ' No, not when sent server->client. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/liv

Re: [Live-devel] Stopping RTSP session from server side

2008-12-23 Thread Paul Clark
Mikhlin Michael wrote: Thanks for quick reply. I'm looking for a gracefull shutdown, so that the client will know that the session is closed. There is the server-to-client ANNOUNCE method, something like this: ANNOUNCE rtsp://server/asset RTSP/1.0 CSeq: 1 Session: 1234 Notice: 2101 End of S