mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
9e77d9cacf
When the GstRTSPConnection class sends a RTSP over HTTP tunnelling request, the HTTP Content-Type header is missing from the HTTP POST request. This isn't a problem with most servers, but there are servers that rejects the request without there also being a Content-Type header. RFC 1945: Any HTTP/1.0 message containing an entity body should include a Content-Type header field defining the media type of that body. Apple Dispatch 28: QuickTime Streaming uses the "application/x-rtsp-tunnelled" MIME type in both the Content-Type and Accept headers. This reflects the data type that is expected and delivered by the client and server. https://bugzilla.gnome.org/show_bug.cgi?id=793110 |
||
---|---|---|
.. | ||
.gitignore | ||
gstrtsp.h | ||
gstrtspconnection.c | ||
gstrtspconnection.h | ||
gstrtspdefs.c | ||
gstrtspdefs.h | ||
gstrtspextension.c | ||
gstrtspextension.h | ||
gstrtspmessage.c | ||
gstrtspmessage.h | ||
gstrtsprange.c | ||
gstrtsprange.h | ||
gstrtsptransport.c | ||
gstrtsptransport.h | ||
gstrtspurl.c | ||
gstrtspurl.h | ||
Makefile.am | ||
meson.build | ||
rtsp.h | ||
rtsp_mkenum.py |