Page 1 of 1

Udp restreaming INCLUDING KLV

Posted: 10 Apr 2012 17:09
by SteveO
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

Re: Udp restreaming INCLUDING KLV

Posted: 10 Apr 2012 17:40
by RĂ©mi Denis-Courmont
Don't use VLC as a UDP packet forwarder. That's inefficient, and introduces the kind of problems you have.