Skip to content

Instantly share code, notes, and snippets.

View r-novel's full-sized avatar
🐢

Roman Romanenko r-novel

🐢
View GitHub Profile
"v=0
o=- 365571158 1570098458 IN IP4 0.0.0.0
s=-
t=0 0
a=fingerprint:sha-256 59:BB:46:82:A7:80:9F:D9:76:32:A2:62:20:6D:F2:36:E4:1B:1E:E2:0F:7F:0E:81:92:4A:7D:30:C4:75:D0:E8
a=group:BUNDLE 0 1 2
m=audio 9 UDP/TLS/RTP/SAVPF 111 9
c=IN IP4 0.0.0.0
a=setup:active
a=mid:0
@r-novel
r-novel / gist_example
Created September 20, 2018 10:47
This gist contains a simple code.
#include <stdio.h>
int main(void) {
printf("Hello gist\n");
return 0;
}