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
M
multicat
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
multicat
Commits
eef3cf91
Commit
eef3cf91
authored
Oct 17, 2019
by
Greg O'Brien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documenting udp option
parent
f1bcedba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
README
README
+5
-1
multicat.1
multicat.1
+1
-1
No files found.
README
View file @
eef3cf91
...
@@ -86,7 +86,11 @@ Recording a multicast address to a file:
...
@@ -86,7 +86,11 @@ Recording a multicast address to a file:
multicat @239.255.0.1:5004 /tmp/myfile.ts
multicat @239.255.0.1:5004 /tmp/myfile.ts
This will also create file /tmp/myfile.aux. Playing back the file:
Recording a udp multicast address to a file:
multicat -u @239.255.0.1:5004 /tmp/myfile.ts
These recordings will also create a file /tmp/myfile.aux. Playing back the file:
multicat -p 68 /tmp/myfile.ts 239.255.0.2:5004
multicat -p 68 /tmp/myfile.ts 239.255.0.2:5004
...
...
multicat.1
View file @
eef3cf91
...
@@ -61,7 +61,7 @@ Overwrite or create RTP SSRC
...
@@ -61,7 +61,7 @@ Overwrite or create RTP SSRC
TTL of the packets send by multicat
TTL of the packets send by multicat
.TP
.TP
.B \-u
.B \-u
Source has no RTP header
Source has no RTP header
, possibly a udp source
.TP
.TP
.B \-U
.B \-U
Destination has no RTP header
Destination has no RTP header
...
...
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