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

Example 13 results in tsdump: cannot detect TS file format #42

Open
cafeclimber opened this issue Aug 19, 2024 · 0 comments
Open

Example 13 results in tsdump: cannot detect TS file format #42

cafeclimber opened this issue Aug 19, 2024 · 0 comments

Comments

@cafeclimber
Copy link

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?

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