nginx-ts-module icon indicating copy to clipboard operation
nginx-ts-module copied to clipboard

TS input from external URL

Open wifinityes opened this issue 6 years ago • 0 comments

Hi Arut,

I'm using your module and is working very well, but I'm using ffmpeg in order to send the ts stream to your module as you have in your examples:

ffmpeg -re -i http://127.0.0.1:2000/test.ts -c:v copy -c:a copy -f mpegts http://127.0.0.1:9000/publish/test

But, as you can check in the ffmpeg command, the input is a TS stream.

Actually, I'm using Cesbo astra in order to receive a channel in DVB-S/S2 and send it to a https TS URL like http://127.0.0.1:2000/test.ts, so, it will be very usefully get this ts stream directly into your module from the ts URL, without use ffmpeg for get it and send to your module.

Do you think this feature could be possible, (if you think is usefully), or maybe is very hard to develop.

Thanks.

David.

wifinityes avatar May 13 '18 12:05 wifinityes