updates to readme

git.mgm/mediaproxy-ng/github/master
Richard Fuchs 13 years ago
parent 7d82cd2734
commit aeb6f3903f

@ -39,6 +39,7 @@ are available:
- Support for RTCP profile with feedback extensions (RTP/AVPF) - Support for RTCP profile with feedback extensions (RTP/AVPF)
- Arbitrary bridging between any of the supported RTP profiles (RTP/AVP, RTP/AVPF, - Arbitrary bridging between any of the supported RTP profiles (RTP/AVP, RTP/AVPF,
RTP/SAVP, RTP/SAVPF) RTP/SAVP, RTP/SAVPF)
- RTP/RTCP multiplexing (RFC 5761) and demultiplexing
Mediaproxy-ng does not (yet) support: Mediaproxy-ng does not (yet) support:
@ -46,6 +47,7 @@ Mediaproxy-ng does not (yet) support:
* Playback of pre-recorded streams/announcements * Playback of pre-recorded streams/announcements
* Recording of media streams * Recording of media streams
* ZRTP * ZRTP
* DTLS-SRTP
Compiling and Installing Compiling and Installing
========================= =========================
@ -260,8 +262,9 @@ The options are described in more detail below.
A typical command line (enabling both UDP and NG protocols) thus may look like: A typical command line (enabling both UDP and NG protocols) thus may look like:
/usr/sbin/mediaproxy-ng --table=0 --ip=10.64.73.31 --ip6=2001:db8::4f3:3d --listen-udp=127.0.0.1:22222 \ /usr/sbin/mediaproxy-ng --table=0 --ip=10.64.73.31 --ip6=2001:db8::4f3:3d \
--listen-ng=127.0.0.1:2223 --tos=184 --pidfile=/var/run/mediaproxy-ng.pid --listen-udp=127.0.0.1:22222 --listen-ng=127.0.0.1:2223 --tos=184 \
--pidfile=/var/run/mediaproxy-ng.pid
In-kernel Packet Forwarding In-kernel Packet Forwarding
--------------------------- ---------------------------
@ -545,6 +548,9 @@ Optionally included keys are:
{ ..., "direction": [ "external", "internal" ], ... } { ..., "direction": [ "external", "internal" ], ... }
*Mediaproxy-ng* uses the direction to implement bridging between IPv4 and IPv6: internal is seen as
IPv4 and external as IPv6.
* `received-from` * `received-from`
Contains a list of exactly two elements. The first element denotes the address family and the second Contains a list of exactly two elements. The first element denotes the address family and the second

Loading…
Cancel
Save