[Live-devel] H.263 + PCMU Broadcasting Issues on the Mac

2009-10-30 Thread Chad
Hello, I've extended DeviceSource in order to RTSP broadcast H.263 and PCMU data via DarwinInjector. I've made sure that my doGetNextFrame() and deliverFrame() don't block. This works great on Windows, but on the Mac (OSX 10.6) the video just stops broadcasting after a few seconds - doGetNextFra

Re: [Live-devel] [live-devel] query

2009-10-30 Thread Guillaume Grimaldi
Ross Finlayson a écrit : My camera generate raw format, but I plan to use H264. OK, so you first need a (hardware or software) H.264 video encoder. Then, you will need to write your own subclass of "H264VideoStreamFramer", and feed your H.264 NAL units into this. (See also

Re: [Live-devel] [live-devel] query

2009-10-30 Thread Ross Finlayson
My camera generate raw format, but I plan to use H264. OK, so you first need a (hardware or software) H.264 video encoder. Then, you will need to write your own subclass of "H264VideoStreamFramer", and feed your H.264 NAL units into this. (See also

Re: [Live-devel] [live-devel] query

2009-10-30 Thread Guillaume Grimaldi
Ross Finlayson a écrit : What codec (i.e., video format) does your camera generate? Thank for your reply. My camera generate raw format, but I plan to use H264. OK, so you first need a (hardware or software) H.264 video encoder. Then, you will need to write your own subclass of "H264VideoSt

Re: [Live-devel] [live-devel] query

2009-10-30 Thread Ross Finlayson
What codec (i.e., video format) does your camera generate? Thank for your reply. My camera generate raw format, but I plan to use H264. OK, so you first need a (hardware or software) H.264 video encoder. Then, you will need to write your own subclass of "H264VideoStreamFramer", and feed your

Re: [Live-devel] [live-devel] query

2009-10-30 Thread Guillaume Grimaldi
Ross Finlayson a écrit : I'am using liveMedia library and I would like to stream a video from my camera. But this camera is special because I can just get frame by frame using a constructor application. So I don't know how give this frames to the library to make my stream. What codec (i.e., v

Re: [Live-devel] [live-devel] query

2009-10-30 Thread Ross Finlayson
I'am using liveMedia library and I would like to stream a video from my camera. But this camera is special because I can just get frame by frame using a constructor application. So I don't know how give this frames to the library to make my stream. What codec (i.e., video format) does your cam

[Live-devel] [live-devel] query

2009-10-30 Thread Guillaume Grimaldi
Hi, I'am using liveMedia library and I would like to stream a video from my camera. But this camera is special because I can just get frame by frame using a constructor application. So I don't know how give this frames to the library to make my stream. I found a tutorial which explain how cre