mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 14:01:42 +08:00
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
--- a/live/liveMedia/ServerMediaSession.cpp
|
|
+++ b/live/liveMedia/ServerMediaSession.cpp
|
|
@@ -271,7 +271,7 @@ char* ServerMediaSession::generateSDPDes
|
|
|
|
char const* const sdpPrefixFmt =
|
|
"v=0\r\n"
|
|
- "o=- %ld%06ld %d IN %s %s\r\n"
|
|
+ "o=- %lld%06lld %d IN %s %s\r\n"
|
|
"s=%s\r\n"
|
|
"i=%s\r\n"
|
|
"t=0 0\r\n"
|