Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2022

Updates the requirements on rtspscanner to permit the latest version.

Changelog

Sourced from rtspscanner's changelog.

0.1.3 > 0.1.4:

  • Add -pp --paths command line option
    • Adds easier way to add custom paths for rtsp streams
  • Add RTSP_WHITESPACE environment variable
  • Move cla() within if __name__ == "__main":
  • refactor splitEnvCSV to splitCSV to better reflect its function
  • Add error handling on requests.ConnectionError while trying to contact API
    • Thank you @​tammeryousef1006 for pointing out this behavior
    • Outputs tips on how to rectify problems and stops further connection attemps
    • Typical output:
Cannot reach rtsp-simple-server at http://192.168.2.243:9997.
Possible Causes: API not enabled
                 transport (http/https) not correct: http
                 ip/fqdn not correct: 192.168.2.243
                 port number not correct: 9997

4 Potential RTSP Sources: 192.168.2.190:8554 192.168.2.189:8554

2 Cameras Found: 192.168.2.190: rtsp://:@​192.168.2.190:8554/Streaming/Channels/101 192.168.2.189: rtsp://:@​192.168.2.189:8554/Streaming/Channels/101

Credentials Used: :

Paths Used: /Streaming/Channels/101 /live /live2

0.1.2 > 0.1.3:

  • Bugfix

0.1.1 > 0.1.2:

  • Update License to properly reflect AGPLv3
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rtspscanner](https://github.com/beardedtek-com/RTSPScanner) to permit the latest version.
- [Release notes](https://github.com/beardedtek-com/RTSPScanner/releases)
- [Changelog](https://github.com/BeardedTek-com/RTSPScanner/blob/main/CHANGELOG.md)
- [Commits](https://github.com/beardedtek-com/RTSPScanner/commits)

---
updated-dependencies:
- dependency-name: rtspscanner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant