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

Add cURL source type #297

Merged
merged 12 commits into from Jan 11, 2014
Merged

Add cURL source type #297

merged 12 commits into from Jan 11, 2014

Conversation

mastertheknife
Copy link
Contributor

At this moment only JPEG (single image) and MJPEG (image stream) are supported.
Digest authentication and other HTTP/1.1 features are fully supported in cURL.

The cURL docs say not to put the username and password in the URL field, but store them in separate fields, so 2 new fields need to be added to the Monitors table:

ALTER TABLE `Monitors` ADD `User` VARCHAR(32) NOT NULL AFTER `SubPath`;
ALTER TABLE `Monitors` ADD `Pass` VARCHAR(32) NOT NULL AFTER `User`;

@mastertheknife
Copy link
Contributor Author

Any objections?

@knight-of-ni
Copy link
Member

Can you add the SQL statements to /db/zm_update-1.26.6.sql to this pull request?

@mastertheknife
Copy link
Contributor Author

Hi,

Its already there.

mastertheknife added a commit that referenced this pull request Jan 11, 2014
@mastertheknife mastertheknife merged commit a74b22a into master Jan 11, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants