mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Fix the SDP encode issue
This commit is contained in:
parent
c659098f71
commit
baceb7f6b0
2 changed files with 7 additions and 3 deletions
|
@ -34,7 +34,7 @@ using namespace std;
|
|||
#include <srs_kernel_log.hpp>
|
||||
|
||||
// TODO: FIXME: Maybe we should use json.encode to escape it?
|
||||
const std::string kCRLF = "\\r\\n";
|
||||
const std::string kCRLF = "\r\n";
|
||||
|
||||
#define FETCH(is,word) \
|
||||
if (!(is >> word)) {\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue