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] QTKit QTCaptureSession as a live streaming source

2008-12-22 Thread Ross Finlayson
Thanks Ross, Have you connected the QTCaptureSession output to the input of the testMPEG4VideoStreamer? If so can you provide some code snippet? See . This will work if and only if the output from your "QTCaptureSession" is a MPEG-4 Video

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

2008-12-22 Thread Austin Snow
Thanks Ross, Have you connected the QTCaptureSession output to the input of the testMPEG4VideoStreamer? If so can you provide some code snippet? Also, is the DarwinInjector still supported? Austin On Dec 21, 2008, at 1:36 PM, Ross Finlayson wrote: Also for non-live events, I'm recording m

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

2008-12-21 Thread Ross Finlayson
Also for non-live events, I'm recording my QTKit (QTCaptureSession) to a file but I cannot get testMPEG4VideoToDarwin to use my mov file as a source to ByteStreamFileSource We don't (currently) support the reading of ".mov" or ".mp4" format files. To be able to read MPEG-4 video data, it *mus

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

2008-12-21 Thread Austin Snow
Hello, I’m trying to use (connect) Apples QTKit (QTCaptureSession) to the input of the testMPEG4VideoToDarwin sample program so I can stream live events from a video source. I have testMPEG4VideoToDarwin connecting to my darwin stream server but I cannot figure out how to get the sampleBuf