DVB Streaming Question

Frederik Kriewitz frederik at kriewitz.eu
Fri Mar 13 17:21:41 CET 2009


2009/3/13 Jakub Paweł Głazik <zytek-lists at 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.


More information about the Getstream mailing list