You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: