Re: [Live-devel] streaming from webcam

2014-11-08 Thread Ross Finlayson
> Is there any compiled binary or source code in vc++ so that I can stream the > webcamera video and audio using the h264 and acc codec Unfortunately not, because there is no standard way that programs access a camera’s audio/video data (i.e., there is no standard API for this). Therefore, eac

Re: [Live-devel] Problem with fMaxSize after signalNewFrame() for live source

2014-11-08 Thread Ross Finlayson
> I'm writing an application that encodes screen capture (using MS media > foundation h264 encoder) and transmits it via RTSP using liveMedia. > > I've written a wrapper for interfacing with the encoder (based on > DeviceSource.cpp). > When the encoding starts, maxFrameSize eventually grows to

[Live-devel] Problem with fMaxSize after signalNewFrame() for live source

2014-11-08 Thread Chmelev, Anton
??Hello Ross, I'm writing an application that encodes screen capture (using MS media foundation h264 encoder) and transmits it via RTSP using liveMedia. I've written a wrapper for interfacing with the encoder (based on DeviceSource.cpp). When the encoding starts, maxFrameSize eventually gr