[gst-devel] window too big with resolution greater than 352 × 288
Francesco Argese
kekko84 at gmail.com
Mon Sep 15 10:44:42 CEST 2008
Ok. I have resolved my problem with these two pipelines:
Receiver:
gst-launch-0.10 -v udpsrc port=5000 ! capsfilter
caps="application/x-rtp,media=(string)video,clock-rate=90000,encoding-name=(string)MP4V-ES,profile-level-id=(string)1,payload=(int)96"
! rtpmp4vdepay ! capsfilter
caps="video/mpeg,width=(int)640,height=(int)480,framerate=(fraction)30/1,mpegversion=4,systemstream=(boolean)false"
!!ffdec_mpeg4! ffmpegcolorspace ! directdrawsink
Sender:
gst-launch-0.10 -v videotestsrc is-live=true !
video/x-raw-rgb,width=640,height=480 ! ffmpegcolorspace ! ffenc_mpeg4
! rtppmp4vpay ! udpsink host=127.0.0.1 port=5000
Thanks all
Francesco
More information about the gstreamer-devel
mailing list