-
```
~/Projects/rtptools(master) $ cc --version
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Devel…
-
RFC 3550:
RTP relies on the underlying protocol(s) to provide demultiplexing of
RTP data and RTCP control streams. For UDP and similar protocols,
RTP SHOU…
-
Is the Windows portion of the README still valid?
I removed the references to `NT` which seemed most anachronic,
but can someone please verify that the described process still works?
Is `Visual C++…
-
Currently, the rtp*.html pages are generated as a part of normal build (`make`).
But the local user never needs those. Make it a separate build target (`make html`).
-
In the rtptrans.c
```
rtp_hdr_send.ssrc = sin_from.sin_addr.s_addr;
```
The size of ssrc and ipv4 address is same uint32_t and it is working at the moment.
The descriotion in RFC for SSRC,
h…
-
`make distclean` should remove `autom4te.cache` and possibly other autoconf cruft.
-
The `win/*.suo` files seem to be some binary artifacts of the windows build.
Can we remove them from the repository?
-
This is current git on OpenBSD current/amd64.
The system comes with the following compilers:
```
-r-xr-xr-x 6 root bin 42331608 Mar 17 18:38 /usr/bin/cc
-r-xr-xr-x 6 root bin 42331608 Mar 17…
-
`configure` complains while checking for `gethostbyname()`:
```
checking for gethostbyname... ./configure: line 1589: ac_fn_c_try_link: command not found
```
-
Windows needs to call `WSAStartup()` before using sockets,
which we do in `win/winsocklib.c` in the `startupSocket()` function
(and define it away in `sysdep.h` if not on windows).
Otherwise, we wo…