Commit 038f61db authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Another SDP ordering fix

parent c59d4940
......@@ -617,10 +617,10 @@ static char *SDPGenerate( sap_handler_t *p_sap,
"v=0\r\n"
"o=- "I64Fd" %d IN IP%c %s\r\n"
"s=%s\r\n"
"t=0 0\r\n"
"c=IN IP%c %s/%d\r\n"
"m=video %d %s %d\r\n"
"a=tool:"PACKAGE_STRING"\r\n"
"t=0 0\r\n"
"m=video %d %s %d\r\n"
"a=type:broadcast\r\n"
"%s%s%s",
i_sdp_id, i_sdp_version,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment