[dvblast-devel] multicat /tcp flag

Christophe Massiot cmassiot at openheadend.tv
Fri Mar 30 19:22:47 CEST 2012


Le 27 mars 2012 à 12:44, andrej at tiltsintegration.lv a écrit :

> Good day,
> 
>  Looking for advice. I'm trying to achieve one setup, UDP stream to HTTP
> gateway in point A, HTTP to UDP gateway in point B. It can be done with
> VLC, but i see that TS information after VLC is changed no PMT/PAT/SDT
> and so on. So as i understand it can be done with multicat.
> 
> What i have and what i got:
> 
> [root at localhost multicat-2.0]# multicat -u @234.5.3.102:20000
> 193.68.84.98:8080/tcp
> error: cannot connect socket (Connection refused)
> debug: socket definition: connect:193.68.84.98:8080
> 
> [root at localhost multicat-2.0]# multicat -u @234.5.3.102:20000 :8080/tcp
> error: cannot connect socket (Connection refused)
> debug: socket definition: connect:0.0.0.0:8080

I suppose you mean here multicat -u @234.5.3.102:20000 @:8080/tcp
because you are BINDING to local port 8080, not CONNECTING. Besides, remember that you have to open the listening interface before the other one.


More information about the dvblast-devel mailing list