<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; } p, li { white-space: pre-wrap; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>In a rtsp server I would like the GET_PARAMETER to return a content type that is sent to the GET_PARAMETER.<br>
</p>
<p><br>
</p>
<p>For example:<br>
</p>
<p><br>
</p>
<div>GET_PARAMETER rtsp://192.168.0.1:8554/Video-56/ RTSP/1.0</div>
<div>CSeq: 6</div>
<div>Authorization: Digest username="user", realm="LIVE555 Streaming Media", nonce="e9d7a2b4de4aedca69fe352d688edbbb", uri="rtsp://192.168.0.1:8554/Video-56/", response="bfd3d48dc<br>
</div>
<div>b98462370dc105429a939df"</div>
<div>User-Agent: ./testRTSPClient (LIVE555 Streaming Media v2016.11.28)<br>
</div>
<div>Session: 2C92A1BC<br>
</div>
<div>Content-Type: text/parameters</div>
<div>Content-Length: 13</div>
<div><br>
</div>
<div>my_command<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>I want the return to contain the Content-Type: text/parameters.<br>
</div>
<div><br>
</div>
<div>The correct content type will allow wireshark to parse correctly.  Also it appears player based ffmpeg is having trouble parsing the content payload without the Content-Type.  I look for away to sub class
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<pre style="margin-top: 0px; margin-bottom: 0px;"><!--StartFragment--><span style=" color:#808000;">void</span><span style=" color:#c0c0c0;"> </span>RTSPServer::RTSPClientConnection::<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">setRTSPResponse, but was wondering if there is</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;">a better way to provide a custom Content-Type?</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;"><br></span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;">Thanks,<br></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;">Craig<br></pre>
<br>
</div>
<div><br>
<br>
</div>
<p><br>
</p>
</body>
</html>