Re: [Live-devel] Live555 Streaming from a live source

2010-07-11 Thread Ross Finlayson
For the next stage we would like to use H264 codec, so I think we should write our own H264VideoStreamDiscreteFramer, is it correct? Yes, you need to write your own subclass of "H264VideoStreamFramer"; see http://www.live555.com/liveMedia/faq.html#h264-streaming -- Ross Finlayson Live Network

Re: [Live-devel] Live555 Streaming from a live source

2010-07-11 Thread Sagi Ben Moshe
Hi Ross, Thanks for the hint, we understood our problem. We used MPEG4VideoStreamFramer instead of MPEG4VideoStreamDiscreteFramer. We changed this and now it looks much better. Again, thank you very much for your great support and library. For the next stage we would like to use H264 codec, s

Re: [Live-devel] Live555 Streaming from a live source

2010-07-11 Thread Ross Finlayson
We are trying to stream MPEG4 (Later on we will move to H.264) What is the best class to derive from instead of FramedSource in order to use DiscreteFramer downstream object? Provided that your source object delivers one frame at a time, you should be able to feed it directly into a "MPEG4Vid