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

Video control and UI should trim whitespace from stream source and destination #66

Open
robere2 opened this issue Apr 2, 2024 · 0 comments
Labels
Complexity: LOW This issue is trivial and is expected to take less than an hour to complete. good first issue This issue is expected to be easy to complete for a new-comer to the relevant module Module: UI This issue pertains to the apps/ui module Module: Video Control This issue pertains to the apps/video-control module Priority: HIGH This issue is halting multiple issues, significantly hindering users, or is a minor security issue. Type: Bug Something isn't working

Comments

@robere2
Copy link
Member

robere2 commented Apr 2, 2024

If an RTMP link is copied from an external sheet, for example, an extra space may accidentally be copied at the start or end of the string. This will result in an ffmpeg error. Trimming whitespace would resolve this issue. We could do this on the UI as well, and add an additional sanity check to the UI to make sure input URLs are valid.

@robere2 robere2 added good first issue This issue is expected to be easy to complete for a new-comer to the relevant module Priority: HIGH This issue is halting multiple issues, significantly hindering users, or is a minor security issue. Type: Bug Something isn't working Module: UI This issue pertains to the apps/ui module Module: Video Control This issue pertains to the apps/video-control module Complexity: LOW This issue is trivial and is expected to take less than an hour to complete. labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: LOW This issue is trivial and is expected to take less than an hour to complete. good first issue This issue is expected to be easy to complete for a new-comer to the relevant module Module: UI This issue pertains to the apps/ui module Module: Video Control This issue pertains to the apps/video-control module Priority: HIGH This issue is halting multiple issues, significantly hindering users, or is a minor security issue. Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant