mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
9a478bd315
Original commit message from CVS: * gst/rtp/TODO: * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps): * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property): * gst/rtp/gstrtpmp4venc.h: Remove g_print. Update TODO Make payload encoder a bit smarter and more correct with timestamps. Added option in payloader to include config string in-band.
27 lines
488 B
Text
27 lines
488 B
Text
*GstRtpRecv:
|
|
*gstrtprecv.c
|
|
|
|
*For Sequencing:
|
|
* timestamp
|
|
* algorithm
|
|
|
|
*For Video:
|
|
* payload_t
|
|
|
|
* sequence number should not start at 0, but randomly
|
|
|
|
* MPEG4 header
|
|
- ffmpeg mpeg4 decoder gives error message when sending only the config
|
|
string, parsing is OK, error just means no picture was found in the
|
|
stream.
|
|
|
|
|
|
* compare H263 encoders and H263+
|
|
|
|
* better RTP packetizing for h263
|
|
|
|
* bitrate tuning in ffmpeg
|
|
|
|
* make ffmpeg negotiate only with accepted framerates
|
|
|
|
|