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
Trying to run Example 13 with the following command:
cat example.ts | dvbs2-tx --out-fd 3 3>&1 1>&2 | dvbs2-rx --out-fd 3 3>&1 1>&2 | tsp --realtime --buffer-size-mb 1 -O play
results in the following output:
log :info: Starting DVB-S2 Rx tsdump: cannot detect TS file format
and then the application terminates. All of the other examples I've tried have worked, and running the following
cat example.ts | tsp --realtime --buffer-size-mb 1 -O play
does result in video playback.
Wondering if I'm missing something? Possible bug?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to run Example 13 with the following command:
results in the following output:
and then the application terminates. All of the other examples I've tried have worked, and running the following
does result in video playback.
Wondering if I'm missing something? Possible bug?
The text was updated successfully, but these errors were encountered: