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

can.player infinite loop support #1815

Open
KhazAkar opened this issue Jul 11, 2024 · 2 comments
Open

can.player infinite loop support #1815

KhazAkar opened this issue Jul 11, 2024 · 2 comments

Comments

@KhazAkar
Copy link

Is your feature request related to a problem? Please describe.

I have blf recording which I would want to play indefinitely, without the need to restart the replay manually.

Describe the solution you'd like

Something like --loop argument.

Describe alternatives you've considered

Writing custom can replay script based on original one.

@Tbruno25
Copy link
Contributor

Tbruno25 commented Aug 2, 2024

Hmm, this seems like a somewhat niche and specific use case as I've never heard of a "circular log" before. There will be a slight delay on every iteration, but could this be easily achieved by executing can.player within a bash loop?

@KhazAkar
Copy link
Author

KhazAkar commented Aug 2, 2024

It's like trying to simulate something like CANoe replay block which plays BLF file indefinitely. Bash loop might work in that case, but having something working on linux and windows (native, not WSL) would be best :P
If that doesn't fit in the scope - that's fine :)

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

No branches or pull requests

2 participants