Fix missing newline in SDP response
This commit is contained in:
parent
ee1a9a618a
commit
56d13bc7e8
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ namespace rtsp_stream {
|
|||
std::stringstream ss;
|
||||
|
||||
// Tell the client about our supported features
|
||||
ss << "a=x-ss-general.featureFlags: " << (uint32_t) platf::get_capabilities();
|
||||
ss << "a=x-ss-general.featureFlags: " << (uint32_t) platf::get_capabilities() << std::endl;
|
||||
|
||||
if (video::active_hevc_mode != 1) {
|
||||
ss << "sprop-parameter-sets=AAAAAU"sv << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue