Dear Forum,
I had an application where I needed to restream a mpeg received via UDP and transmit this on anotherr UDP out. Seems to work well with the video, audio as well as the cc which is part of the video elementry stream... KLV is also of interest however and seems to be getting compromised... I did read some of the KLV related posts and understand that specifically processing this data is not supported with VLC and a new plugin would need to be created, HOWEVER, should I be able to expect to simply receive a mpeg ts and duplicate this stream to another UDP output without compromising any of the data including the KLV? My attempts this far on this do not appear to be successful. The command line I am using is:
Vlc1.1.11 udp://@239.2.128.7:8208 --sout=#udp{dst=239.2.128.7:8204} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
Thx,
StvO