Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e5f2731c
Commit
e5f2731c
authored
Aug 16, 2012
by
Jordi Ortiz
Committed by
Martin Storsjö
Aug 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtmp: Add support for receiving incoming streams
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
7ebe3962
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
515 additions
and
7 deletions
+515
-7
protocols.texi
doc/protocols.texi
+5
-0
rtmpproto.c
libavformat/rtmpproto.c
+508
-5
version.h
libavformat/version.h
+2
-2
No files found.
doc/protocols.texi
View file @
e5f2731c
...
...
@@ -188,6 +188,11 @@ application specified in @var{app}, may be prefixed by "mp4:". You
can override the value parsed from the URI through the @code{rtmp_playpath}
option, too.
@item listen
Act as a server, listening for an incoming connection.
@item timeout
Maximum time to wait for the incoming connection. Implies listen.
@end table
Additionally, the following parameters can be set via command line options
...
...
libavformat/rtmpproto.c
View file @
e5f2731c
This diff is collapsed.
Click to expand it.
libavformat/version.h
View file @
e5f2731c
...
...
@@ -30,8 +30,8 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 54
#define LIBAVFORMAT_VERSION_MINOR 1
3
#define LIBAVFORMAT_VERSION_MICRO
4
#define LIBAVFORMAT_VERSION_MINOR 1
4
#define LIBAVFORMAT_VERSION_MICRO
0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment