how can I make rtp being bound to a specific ipv6 source/port address?
I need to make a multicast transmission over VLAN forcing a pre-determined source/port address.
This is what I have today:
libvlc_vlm_add_broadcast(vlcinstance, "mybroadcast", \
"/home/danilo-franco/Downloads/fpk.m2v",\
"#transcode{vb=\"1600\",vcodec=h264,venc=ffmpeg}:rtp{proto=udp,mux=ts,dst=ff14::2:4,port=42800} --loop --ttl 1",\
0,\
NULL,\
true,\
0);
Any help would be appreciated.
Danilo Franco