[MPlayer-dev-eng] Patch for hi resolution network video

Diego Biurrun diego at biurrun.de
Mon Jul 25 20:45:43 CEST 2005


Ross, could you please review/apply this?

Thanks

Diego

On Sun, Jul 17, 2005 at 12:11:01AM +0500, Sergey Khlutchin wrote:
> 
> I think now comes time for hi resolution video. In particular
> RTP stream produced by our network cameras can contain frames with more 
> than 1MB size.
> Therefore this small change is necessary to include in future release.
> 
> diff -durN MPlayer-1.0pre7/libmpdemux/demux_rtp.cpp 
> MPlayer-1.0pre7-elphel-1/libmpdemux/demux_rtp.cpp
> --- MPlayer-1.0pre7/libmpdemux/demux_rtp.cpp    2004-07-20 
> 07:12:08.000000000 +0500
> +++ MPlayer-1.0pre7-elphel-1/libmpdemux/demux_rtp.cpp   2005-04-17 
> 16:30:30.000000000 +0500
> @@ -412,7 +412,7 @@
> 
>  ////////// Extra routines that help implement the above interface 
>  functions:
> 
> -#define MAX_RTP_FRAME_SIZE 50000
> +#define MAX_RTP_FRAME_SIZE 2000000
>      // >= the largest conceivable frame composed from one or more RTP 
>      packets
> 
>  static void afterReading(void* clientData, unsigned frameSize,




More information about the MPlayer-dev-eng mailing list