Commit bf21b073 authored by massiot's avatar massiot

* Documentation update.


git-svn-id: svn://svn.videolan.org/dvblast/trunk@25 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent 38a2d9d9
...@@ -18,13 +18,16 @@ This tunes to frequency 11570 MHz, symbol rate 27500, horizontal (-v 18). For ...@@ -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, 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). a bandwidth (usually -b 8 for 8 MHz multiplexes).
Other rarely used options are available - run dvblast -h for more
information.
Configuring outputs Configuring outputs
=================== ===================
DVBlast reads a configuration file containing one or several lines in the DVBlast reads a configuration file containing one or several lines in the
format : format :
<IP>[:<port>] <always on> <SID> [<PID>,]* <IP>[:<port>][/udp] <always on> <SID> [<PID>,]*
For instance : For instance :
239.255.0.1:1234 1 10750 1234,1235,1236 239.255.0.1:1234 1 10750 1234,1235,1236
...@@ -103,4 +106,11 @@ DVBlast can also stream the entire transponder to an address : ...@@ -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 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 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.
$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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment