[ask] gstreamer rtp with filesink
thangvuongbk
thangvuongbk at gmail.com
Fri Oct 25 11:23:59 CEST 2013
hello everyone!!!
I have got a problem, and I need your help
I want to using gstreamer rtp to save a file
sender:
gst-launch-0.10 -e -v filesrc
location=/home/thangvuong/Videos/data/videos/davincieffect_h264_aac.mp4 !
qtdemux ! h264parse ! queue ! ffdec_h264 ! x264enc ! video/x-h264 !
rtph264pay pt=96 ! udpsink host=127.0.0.1 port=1234 sync=false
receiver:
gst-launch udpsrc port=1234
caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264"
! gstrtpjitterbuffer latency=100 ! rtph264depay ! ffdec_h264 ! filesink
location=video_record.mp4
it's not error but I can not open video_record.mp4 file with VLC or
mplayer!!!
anyone can tell me some suggesst!!!???
Thank you so much!!!
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/ask-gstreamer-rtp-with-filesink-tp4662854.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list