I have some saved TS files that I need to stream(multicast). The files are MPEG-2 TS with an H264 video stream and another elementary stream of metadata (KLV/etc). I would like to use VLC to pick up the file and stream it (using UDP).
I see the video come through on the far side, but no metadata. I'm not having VLC do any manipulation/transcoding of the data, so I hoped it would simply pass through the stream of metadata. My metadata is in one of two forms, either MISB UAS standard 0601.3 format or MISB Predator UAS standard 0104.5
vlc.exe 12345.ts :sout=#duplicate{dst=udp{mux=ts,dst=224.1.1.1:5004},dst=display} :sout-all :sout-keep
I found several posts from 4-5 years ago where they said that VLC didn't do this. My hope was that with more and more PTZ cameras coming on the market, each with embedded KLV data, that VLC had been updated to allow this (or at least pass through the data). eg:
https://forum.videolan.org/viewtopic.ph ... 06#p220488
https://forum.videolan.org/viewtopic.ph ... eg#p280084