We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I need some help. In the README page appears this first example: dvbtee -c33 -I1 -oudp://192.168.1.100:1234
dvbtee -c33 -I1 -oudp://192.168.1.100:1234
But I want to pipe the stream like I do with the dvbstream tool. So my objetive is something like: dvbtee -c33 -I1 -o- | vlc -
dvbstream
dvbtee -c33 -I1 -o- | vlc -
The idea is to support -o- or -o/dev/stdout or something similar. Any help? Thank you!
-o-
-o/dev/stdout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I need some help. In the README page appears this first example:
dvbtee -c33 -I1 -oudp://192.168.1.100:1234
But I want to pipe the stream like I do with the
dvbstream
tool. So my objetive is something like:dvbtee -c33 -I1 -o- | vlc -
The idea is to support
-o-
or-o/dev/stdout
or something similar.Any help?
Thank you!
The text was updated successfully, but these errors were encountered: