Re: [Live-devel] RTSP video decoding - packets too small

2010-09-13 Thread Guillaume Ferry
Hi Ross, I just wanted to keep you in touch about my issue, and I'm glad to say it's now solved. In fact, ffmpeg libraries already contain some useful parsers, and I especially use the 'av_parser_parse' method, which simply reads an input buffer and rebuilds a proper output frame. Once a frame

Re: [Live-devel] RTSP video decoding - packets too small

2010-09-07 Thread Guillaume Ferry
Le 07/09/2010 08:47, Ross Finlayson a écrit : This video has (on purpose) no audio track, so I can focus on video stream only. Payload of value 32 is an MPEG1 or MPEG2 video That's correct. An important thing to note about the RTP payload format for MPEG-1 or MPEG-2 video (defined in RFC 225

Re: [Live-devel] RTSP video decoding - packets too small

2010-09-06 Thread Ross Finlayson
This video has (on purpose) no audio track, so I can focus on video stream only. Payload of value 32 is an MPEG1 or MPEG2 video That's correct. An important thing to note about the RTP payload format for MPEG-1 or MPEG-2 video (defined in RFC 2250) is that the data units delivered by RTP are

Re: [Live-devel] RTSP video decoding - packets too small

2010-09-06 Thread Guillaume Ferry
Hello Ross, Thanks for your reply. Le 06/09/2010 20:40, Ross Finlayson a écrit : I'm using liveMedia library to implement an audio / video RTSP receiver. To do so, I have created a minimal MediumSink subclass, in which I do my decoding stuff (using libav* code). It works really fine with str

Re: [Live-devel] RTSP video decoding - packets too small

2010-09-06 Thread Ross Finlayson
I'm using liveMedia library to implement an audio / video RTSP receiver. To do so, I have created a minimal MediumSink subclass, in which I do my decoding stuff (using libav* code). It works really fine with streamed audio, but I can't decode videos properly. I noticed that the frames I'm recei

[Live-devel] RTSP video decoding - packets too small

2010-09-06 Thread Guillaume Ferry
Hi, I'm using liveMedia library to implement an audio / video RTSP receiver. To do so, I have created a minimal MediumSink subclass, in which I do my decoding stuff (using libav* code). It works really fine with streamed audio, but I can't decode videos properly. I noticed that the frames I'm