I tried to stream 4 four programs of one frequency to 4 stream with SAP announcement P1, P2, P3, P4 under group G1.
Most of the time, I can see only 3 of them announced. Sometime "P1, P2, P3", sometimes "P1,P2,P4".
Here is my command line:
c:vlc -vvv dvb-t://frequency=482000000 :dvb-adapter=0 :programs=1,2,3,4 :
sout=#duplicate{dst=udp{dst=239.190.1.1:1234,sap,group=G1,name=P1},select=program=1,
dst=udp{dst=239.190.1.2:1234,sap,group=G1,name=P2},select=program=2,
dst=udp{dst=239.190.1.3:1234,sap,group=G1,name=P3},select=program=3,
dst=udp{dst=239.190.1.4:1234,sap,group=G1,name=P4},select=program=4} :ttl=3 :sout-keep
I'm using 1.1.10 windows version. Anyone see this before ? It is related to wrong syntax?
Adding ":sout-rtp-sap" or ":sout-standard-sap" have no effect for that issue.