Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS input from external URL #34

Open
wifinityes opened this issue May 13, 2018 · 0 comments
Open

TS input from external URL #34

wifinityes opened this issue May 13, 2018 · 0 comments

Comments

@wifinityes
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant