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
d52dd243
Commit
d52dd243
authored
Jan 03, 2014
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffserver: mention how to access streams through RTSP
parent
0389f9ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
ffserver.texi
doc/ffserver.texi
+11
-3
No files found.
doc/ffserver.texi
View file @
d52dd243
...
...
@@ -49,7 +49,8 @@ configuration file.
Precisely, @command
{
ffserver
}
acts as an HTTP server, accepting POST
requests from @command
{
ffmpeg
}
to acquire the stream to publish, and
serving HTTP clients GET requests with the stream media content.
serving RTSP clients or HTTP clients GET requests with the stream
media content.
A feed is an @ref
{
FFM
}
stream created by @command
{
ffmpeg
}
, and sent to
a port where @command
{
ffserver
}
is listening.
...
...
@@ -86,15 +87,22 @@ Each stream is identified by a unique name, corresponding to the name
of the resource served by @command
{
ffserver
}
, and is configured by
a dedicated @code
{
Stream
}
section in the configuration file.
The stream access URL is given by:
The stream access
HTTP
URL is given by:
@example
http://@var
{
ffserver
_
ip
_
address
}
:@var
{
http
_
port
}
/@var
{
stream
_
name
}
[@var
{
options
}
]
@end example
The stream access RTSP URL is given by:
@example
http://@var
{
ffserver
_
ip
_
address
}
:@var
{
rtsp
_
port
}
/@var
{
stream
_
name
}
[@var
{
options
}
]
@end example
@var
{
stream
_
name
}
is the name of the corresponding stream defined in
the configuration file. @var
{
options
}
is a list of options specified
after the URL which affects how the stream is served by
@command
{
ffserver
}
.
@command
{
ffserver
}
. @var
{
http
_
port
}
and @var
{
rtsp
_
port
}
are the HTTP
and RTSP ports configured with the options @var
{
Port
}
and
@var
{
RTSPPort
}
respectively.
In case the stream is associated to a feed, the encoding parameters
must be configured in the stream configuration. They are sent to
...
...
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