[FFmpeg-devel] [PATCH] RTP H.264 invalid scaling dimension

Luca Abeni lucabe72
Wed Nov 4 10:19:43 CET 2009


Hi,

On Mon, 2009-11-02 at 14:14 -0800, Gordon Irlam wrote:
> On Mon, Nov 2, 2009 at 12:19 AM, Luca Abeni <lucabe72 at email.it> wrote:
> > The patch looks correct to me, thanks for investigating this issue
> > (I think this explains some bugs that have been reported in the past,
> > too). If noone objects in 2 or 3 days, I'll commit it.
> >
> > However, I am a little bit surprised by this code... Can you please try
> > to comment out the
> >        codec->width = atoi(buf1);
> >        codec->height = atoi(p + 1); // skip the -
> >        codec->pix_fmt = PIX_FMT_YUV420P;
> > lines inside the "if (av_strstart(p, "framesize:", &p)) {" block,
> > and see what happens?
> 
> I no longer have the Darwin Streaming Server I had been playing with,
> however I am still able to test things out using the following public
> RTP H.264 feed (which includes a "framesize" entry):
> 
> rtsp://video3.americafree.tv/AFTVCartoonsH264250.sdp
[...]

Thanks for the URL and the testing... I am going to have a look at this
soon.


			Thanks,
				Luca




More information about the ffmpeg-devel mailing list