Add files from gst-rtmp
authorVivia Nikolaidou <vivia@ahiru.eu>
Tue, 5 Nov 2019 13:52:55 +0000 (13:52 +0000)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 5 Nov 2019 13:52:55 +0000 (13:52 +0000)
commit2386858a9179aff2ec249bdffa904bf407de455f
tree46bf7595022397f01c369ec1ca808c0e3963b2e2
parent5320bb9085ac3332d89ed9bfa3120b95ca2c1d97
Add files from gst-rtmp

For master, without autotools.
25 files changed:
gst/meson.build
gst/rtmp2/TODO [new file with mode: 0644]
gst/rtmp2/gstrtmp2.c [new file with mode: 0644]
gst/rtmp2/gstrtmp2locationhandler.c [new file with mode: 0644]
gst/rtmp2/gstrtmp2locationhandler.h [new file with mode: 0644]
gst/rtmp2/gstrtmp2sink.c [new file with mode: 0644]
gst/rtmp2/gstrtmp2sink.h [new file with mode: 0644]
gst/rtmp2/gstrtmp2src.c [new file with mode: 0644]
gst/rtmp2/gstrtmp2src.h [new file with mode: 0644]
gst/rtmp2/meson.build [new file with mode: 0644]
gst/rtmp2/rtmp/amf.c [new file with mode: 0644]
gst/rtmp2/rtmp/amf.h [new file with mode: 0644]
gst/rtmp2/rtmp/rtmpchunkstream.c [new file with mode: 0644]
gst/rtmp2/rtmp/rtmpchunkstream.h [new file with mode: 0644]
gst/rtmp2/rtmp/rtmpclient.c [new file with mode: 0644]
gst/rtmp2/rtmp/rtmpclient.h [new file with mode: 0644]
gst/rtmp2/rtmp/rtmpconnection.c [new file with mode: 0644]
gst/rtmp2/rtmp/rtmpconnection.h [new file with mode: 0644]
gst/rtmp2/rtmp/rtmphandshake.c [new file with mode: 0644]
gst/rtmp2/rtmp/rtmphandshake.h [new file with mode: 0644]
gst/rtmp2/rtmp/rtmpmessage.c [new file with mode: 0644]
gst/rtmp2/rtmp/rtmpmessage.h [new file with mode: 0644]
gst/rtmp2/rtmp/rtmputils.c [new file with mode: 0644]
gst/rtmp2/rtmp/rtmputils.h [new file with mode: 0644]
meson_options.txt