Video control and UI should trim whitespace from stream source and destination #66
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
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.
The text was updated successfully, but these errors were encountered: