I have a .ts file in my computer that I want to send via UDP as is, the standard 7 188 bytes mpeg packets in each udp message. VLC and ffmpeg can send via UDP a mpeg that they create, but I don't want the file remuxed or transcoded in any way. tsreader can do this in the most expensive version. Is there any windows tool that can do this?

有帮助吗?

解决方案

I believe that both vlc and ffmpeg have options for copying the input codec parameters (ffmpeg for example -codec copy should not remux)

but still if you want something more straight-forward, go for tstools: http://tstools.berlios.de/ ("tsplay: Play (and possibly loop) a PS/TS file over UDP (using timing info) or TC")

good luck.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top