13 Mar
2009
13 Mar
'09
4:21 p.m.
2009/3/13 Jakub Paweł Głazik <zytek-lists@nuxi.pl>:
Is it possible and simple enough to make it accept UNICAST udp/rtp input?
Try using 0.0.0.0 (or the ip of the interface to listen on) in the config file, it might work. It can handle only MPEG-TS RTP (with a 12 byte RTP header) and nothing else. To make it use mpeg-ts over plain udp instead of rtp just delete any RTP related stuff from rtp_cb_received() (in mcgw.c) and replace 12 with 0.