Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vls
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
vls
Commits
ef9b833a
Commit
ef9b833a
authored
Jan 31, 2003
by
Tristan Leteurtre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. Pr�cisions suite � une discussion sur #videolan
parent
355702db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
doc/Makefile
doc/Makefile
+2
-1
doc/vls-guide.sgml
doc/vls-guide.sgml
+14
-1
No files found.
doc/Makefile
View file @
ef9b833a
...
...
@@ -4,4 +4,5 @@ html:
pdf
:
sgml2latex vls-guide.sgml
pdflatex vls-guide.tex
clean
:
rm
-f
*
.pdf
*
.tex
*
.html
*
.log
*
.aux
*
.toc
*
.out
doc/vls-guide.sgml
View file @
ef9b833a
...
...
@@ -8,7 +8,7 @@
url=
"mailto:asmax@via.ecp.fr"
name=
"<asmax@via.ecp.fr>"
>
<date>
$Id: vls-guide.sgml,v 1.2
6 2003/01/19 04:26:25 alexis
Exp $
$Id: vls-guide.sgml,v 1.2
7 2003/01/31 14:18:40 tooney
Exp $
</date>
<abstract>
This document describes how to install, configure, and run the VideoLAN Server
...
...
@@ -744,6 +744,19 @@ BEGIN "localfile" # file output
Append = "no"
END
</verb></tscreen>
Be careful, if you use Windows, you should specify the "SrcHost" and
"SrcPort" fields. For example :
<tscreen><verb>
BEGIN "client1" # The client is on the same host as the server
SrcHost = "192.168.1.1" # IP of the vls
SrcPort = "1242" # Source port : number is not important
DstHost = "192.168.1.2" # IP of the client
DstPort = "1234"
END
</verb></tscreen>
</sect2>
<sect2>
Programs Configuration
...
...
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