A problem in playing a streamed H264 video over a network
ibrahim suliman
iss_kh at yahoo.com
Tue Sep 27 06:43:28 PDT 2011
Thank you Marc, I am working on your approach and trying to get it working well.
BTW, I am working on doing some action to the stream. I am trying to change these caps while streaming, say we would like to adjust the resolution or the frame rate on the fly. I am doing this by firstly pausing the pipeline then using the following to adjust the caps:
gst_caps_set_simple (filtercaps, "width", G_TYPE_INT, 352, "height", G_TYPE_INT, 288, "framerate", GST_TYPE_FRACTION, 15, 1, NULL);
after that, I set the pipeline state to playing state.
the caps (filtercaps) got changed but when I set the state back to playing, it seems that no changes were applied!!!
any suggestions....
Ibra
________________________________
From: Marc Leeman <marc.leeman at gmail.com>
To: Discussion of the development of and with GStreamer <gstreamer-devel at lists.freedesktop.org>
Sent: Tuesday, 27 September 2011, 11:01
Subject: Re: A problem in playing a streamed H264 video over a network
btw, add an h264 parser at the end of your sending pipeline and
instruct it to multiplex the configuration data in your stream. It
will simplify your receiver and make your stream playable by more
players.
--
br, marc
The best approach for you requires two steps. The first step is
reading the Manual.
Wolfgang Denk - u-boot mailing list
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110927/6330e029/attachment.htm>
More information about the gstreamer-devel
mailing list