PNG file to encoding h264 data problem..
kukuman
sja05065 at gmail.com
Mon Apr 27 00:21:45 UTC 2020
Hi Everyone.
I'm noob of gstreamer.
i send to udpsink about my encoding PNG file data.
i think PNG file to decoding -> videoconvert -> x264enc -> rtph264pay ->
udpsink
so SENDER give to my CLIENT h264 data. but my CLIENT is not receive h264
data.
CLIENT doesn't show SENDER sended h264 data.
SENDER :
gst-launch-1.0 filesrc location=test.png ! pngdec ! videoconvert ! x264enc
tune=zerolatenc! rtph264pay ! udpsink host=127.0.0.1 port=5000
CLIENT :
gst-launch-1.0 -v udpsrc multicast-group=224.0.0.7 auto-multicast=true
port=5001
caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264,payload=(int)96"
! rtpjitterbuffer latency=500 ! rtph264depay ! h264parse ! imxvpudec !
imxipuvideotransform ! imxipuvideosink framebuffer=/dev/fb0 use-vsync=true
please give me mercy..
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list