Sorry, I tried git send-email the first time and didn't check the
wrapping before sending.
Please find the patch attached as file.
Am 16.01.25 um 20:47 schrieb Michael Niedermayer:
On Wed, Jan 15, 2025 at 05:27:39PM +0100, Stefan Pöschel via ffmpeg-devel wrote:
Signed-off-by: Stefan Pöschel <basic.mas...@gmx.de>
---
doc/protocols.texi | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/doc/protocols.texi b/doc/protocols.texi
index ed70af4b33..969f4bf022 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1150,10 +1150,15 @@ ffplay "rtmp://myserver/live/mystream live=1"
Real-time Transport Protocol.
The required syntax for an RTP URL is:
-rtp://@var{hostname}[:@var{port}][?@var{option}=@var{val}...]
+@example
+rtp://@var{hostname}[:@var{port}][?@var{options}]
+@end example
@var{port} specifies the RTP port to use.
+@var{options} contains a list of &-separated options of the form
+@var{key}=@var{val}.
This patch is corrupted by linebreaks, check your line/word wrap settings
or attach the patch or use git send email
thx
[...]
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
From 8461157852c465338c8e3f0cf46b01c37b1ed153 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20P=C3=B6schel?= <basic.mas...@gmx.de>
Date: Wed, 15 Jan 2025 17:13:03 +0100
Subject: [PATCH] doc/protocols: fix/improve RTP documentation
---
doc/protocols.texi | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/doc/protocols.texi b/doc/protocols.texi
index ed70af4b33..969f4bf022 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1150,10 +1150,15 @@ ffplay "rtmp://myserver/live/mystream live=1"
Real-time Transport Protocol.
The required syntax for an RTP URL is:
-rtp://@var{hostname}[:@var{port}][?@var{option}=@var{val}...]
+@example
+rtp://@var{hostname}[:@var{port}][?@var{options}]
+@end example
@var{port} specifies the RTP port to use.
+@var{options} contains a list of &-separated options of the form
+@var{key}=@var{val}.
+
The following URL options are supported:
@table @option
@@ -1193,16 +1198,15 @@ set to 1) or to a default remote address (if set to 0).
@item localport=@var{n}
Set the local RTP port to @var{n}.
+This is a deprecated option. Instead, @option{localrtpport} should be
+used.
+
@item localaddr=@var{addr}
Local IP address of a network interface used for sending packets or joining
multicast groups.
@item timeout=@var{n}
Set timeout (in microseconds) of socket I/O operations to @var{n}.
-
-This is a deprecated option. Instead, @option{localrtpport} should be
-used.
-
@end table
Important notes:
--
2.39.5
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".