Skip to content

rtspconnection: support redirect when using http tunnel for RTSP

Daniel Morin requested to merge dmorin/gstreamer:support_redirect into main

Support HTTP redirect codes (301,302,307,308) on response to GET. "Location" field is extracted from http response header and used for followings GET and POST.

Merge request reports