Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dvblast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
dvblast
Commits
3c5ac676
Commit
3c5ac676
authored
Oct 20, 2009
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Documentation update.
parent
6921db2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
2 deletions
+23
-2
INSTALL
INSTALL
+12
-2
NEWS
NEWS
+11
-0
No files found.
INSTALL
View file @
3c5ac676
...
...
@@ -18,13 +18,16 @@ This tunes to frequency 11570 MHz, symbol rate 27500, horizontal (-v 18). For
DVB-S2, you must indicate a modulation with -m qpsk or -m psk_8. For DVB-T,
a bandwidth (usually -b 8 for 8 MHz multiplexes).
Other rarely used options are available - run dvblast -h for more
information.
Configuring outputs
===================
DVBlast reads a configuration file containing one or several lines in the
format :
<IP>[:<port>] <always on> <SID> [<PID>,]*
<IP>[:<port>]
[/udp]
<always on> <SID> [<PID>,]*
For instance :
239.255.0.1:1234 1 10750 1234,1235,1236
...
...
@@ -103,4 +106,11 @@ DVBlast can also stream the entire transponder to an address :
dvblast -u -d 172.16.42.42:1235 -f 11570000 -s 27500000 -v 18
The -u switch disables the PID filters, so that all PIDs, even the
unused ones, can be output.
unused ones, can be output. With -e, dvblast also streams EIT and SDT packets
for the related services.
By default DVBlast outputs RTP streams; if you want to disable the RTP
header, you can either use the -U switch, or append "/udp" to the IP:port
string of the configuration file.
Other options are self-understandable, and are listed in dvblast -h.
NEWS
0 → 100644
View file @
3c5ac676
$Id: NEWS 171 2008-04-26 12:09:45Z jpsaman $
Changes between 1.0 and 1.1:
----------------------------
* Support for adapters with multiple frontends (-n)
* Control of verbosity level with -q
* Support for TS over raw UDP with -U or /udp in the config file
* EIT and SDT pass-through for EPG information
* Original TSID kept (randomized TSID via -T)
* Miscellaneous CAM and tuning fixes
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