Problem with format for rtph264depay [SOLVED]
stfl
ste.lendl at gmail.com
Sat Mar 18 21:12:05 UTC 2017
ok it seems really like it has something to do with the rtp header:
having a look at gstrtpbuffer.c
I got it to work now.. on the render function in the sctpsink I took the
GstBuffer and just sent it out to the socket..
I managed to make it work with using the proper mapping..
gst_buffer_map (buffer, &map, GST_MAP_READ);
and map.data
not really well documented to be honest... or did I miss that somewhere in
the doc?.....
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Problem-with-format-for-rtph264depay-tp4682297p4682299.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list