is it possible to stream rtp (or udp, or whatever) to a broadcast ip address like 192.168.255.255?
i am streaming to two destination on my lan, and want to use as few network bandwitdth as possible
and not doing something like
Code: Select all
% vlc -vvv input_stream --sout '#duplicate{dst=display,
dst="transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:
duplicate{dst=rtp{mux=ts,dst=192.168.1.2,port=50008},
dst=rtp{mux=ts,dst=192.168.1.12,port=50010}"}'
thanks