[MPlayer-dev-eng] Re: [PATCH] Fix Bug 415: Support H264 over rtsp

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Feb 13 12:51:07 CET 2007


Hi Nico!

Nico Sabbi <nsabbi <at> email.it> writes:

> this patch creates a strong (and IMO not particularly clean) tie between
> lavc's h264context (something that I consider quite internal to lavc)
> and this particular h264 configuration;
> as an alternative (that I would prefer) you could use the sps/vui parser
> in libmpdemux/mpeg_hdr.c to get the framerate and video size,
> although I'd like to hear what other developers have to say on the subject

I'm not sure I understand you.
To get "framerate and video size", I use vlc's parseH264ConfigStr, that has
nothing to do with lavc, but if you prefer another solution, please explain.

AVCodecParserContext is needed to use h264:parser_parse(), if you prefer a
solution that is not using AVParser:
http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-August/045272.html
(Ross didn't exactly like it.)

Thanks for looking at it, please try to explain what I should change, Carl Eugen





More information about the MPlayer-dev-eng mailing list