gfto / dvblast

DVBlast is a simple and powerful MPEG-2/TS demux and streaming application. This repository is mirror of official repo at git://git.videolan.org/dvblast.git and my personal development tree.
http://www.videolan.org/projects/dvblast.html
GNU General Public License v2.0
88 stars 38 forks source link

--ecm-passtrough doesn't work correctly #1

Closed YAtOff closed 11 years ago

YAtOff commented 12 years ago

--ecm-passtrough works only when no pids are specified:

dvblast.conf: 239.3.3.3:3331 1 2110

but if some pids are specified like this:

dvblast.conf: 239.3.3.3:3331 1 2110 3000,3201,3202

the ECM packets aren't forwarded. They must be specified explicitly:

dvblast.conf (ECM pid is 50): 239.3.3.3:3331 1 2110 3000,3201,3202,50

gfto commented 12 years ago

Around 05/29/2012 11:48 AM, YAtOff scribbled:

--ecm-passtrough works only when no pids are specified:

dvblast.conf: 239.3.3.3:3331 1 2110

but if some pids are specified like this:

dvblast.conf: 239.3.3.3:3331 1 2110 3000,3201,3202

the ECM packets aren't forwarded. They must be specified explicitly:

dvblast.conf:

ECM pid: 50

239.3.3.3:3331 1 2110 3000,3201,3202,50

Of course it works this way :) Settings pids instructs DVBlast to stream only this pids.

Georgi Chorbadzhiyski http://georgi.unixsol.org/