the output video is stuck on the first frame
d
dudi017 at gmail.com
Sun Mar 2 02:21:25 PST 2014
im working with windows and trying to read pcap file with RTP packets and
show the video on the screen.
I changed the pipeline from the basic tutorial of gstreamer (tutorial-1), to
my pipeline (with- gst_parse_launch function):
pipeline = gst_parse_launch ("filesrc name=my_filesrc ! pcapparse
src-port=58694!
application/x-rtp, payload=(int)96, media=(string)video,
clock-rate=(int)90000,
encoding-name=(string)H264 ! rtph264depay ! video/x-h264,width=320,
height=240,
framerate=(fraction)30/1 ! queue ! decodebin2 ! autovideosink", NULL);
filesrc = gst_bin_get_by_name (GST_BIN (pipeline), "my_filesrc");
g_object_set(G_OBJECT(filesrc),"location","C:\\Users\\user\\Desktop\\load.pcap
",NULL);
after I run the program, I can see only the first frame, the video is
somehow stuck..
I tried to change several sinks but with no success..
I will be happy for some help..
this is the link for the basic tutorial1
http://docs.gstreamer.com/pages/viewpage.action?pageId=327735
<http://docs.gstreamer.com/pages/viewpage.action?pageId=327735>
thanks!
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/the-output-video-is-stuck-on-the-first-frame-tp4665643.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list