futzu / SCTE-35_SuperKabuki

SCTE-35 Inserter for MPEGTS. SuperKabuki is SCTE-35 Packet Injection for Ad Insertion, powered by threefive.
https://github.com/futzu/SuperKabuki
BSD 2-Clause "Simplified" License
12 stars 2 forks source link

output to multicast or pipe and then gumd #1

Closed josepowera closed 1 year ago

josepowera commented 1 year ago

After checking output parameters I only see file as output...

Is multicast / pipe / pipe+gumd supported?

futzu commented 1 year ago

Hey man I am just seeing this, hmmm..... I just need to print to stderr , and add writing to stdout and then it will work. Ill try to get to it today. Good idea by the way.

futzu commented 1 year ago

now it will work I set the default input to stdin default out to stdout and print everything to stderr.

input is 0 output is 1 printing to 2

futzu commented 1 year ago

Let me know how it works out for you.