futzu / SCTE-35_HLS_x9k3

HLS and SCTE-35 x9k3 is a HLS Segmenter with SCTE 35, and Live Streaming from Non-Live Soures and Looping.
67 stars 17 forks source link

stdin input is not working #26

Closed anuj998877 closed 9 months ago

anuj998877 commented 9 months ago

Hey @futzu I cant tell you how useful your tools are specially this one X9K3. recently I tried to use standard input stream as input to x9k3 and It is not working,

here is my command :

TS file i downloaded from https://so.slo.me/longb.ts

cat longb.ts | x9k3 -l

output:

No Stream Found.

however with x9k3 -i longb.ts --live it is working fine.

I appreciate your response. Thanks