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

Record filename fixes #91

Merged
merged 3 commits into from Jan 7, 2015

Conversation

Projects
None yet
3 participants
@deeprave

deeprave commented Jan 7, 2015

No description provided.

David Nugent added some commits Jan 7, 2015

David Nugent
Full patch with fixes for --record filename handling.
 * Support %q for hostname
 * Support % tokens from strftime
 * Create directories for the recording output
 * Specifying the filename is optional
David Nugent
Enable timestamp and hostname variables in --record filename
Make filename optional when using the --record switch

Fixes issues #48, #49, #50, #69

@mithro mithro merged commit 38cc6be into timvideos:master Jan 7, 2015

@hyades

This comment has been minimized.

Show comment
Hide comment
@hyades

hyades Jan 7, 2015

Member

I give a filename like ./gst-switch-srv --record=hyades-%Y-%m-%d %H%M%S.data, but the output file is hyades-2015-01-08.avi

Member

hyades commented Jan 7, 2015

I give a filename like ./gst-switch-srv --record=hyades-%Y-%m-%d %H%M%S.data, but the output file is hyades-2015-01-08.avi

@deeprave

This comment has been minimized.

Show comment
Hide comment
@deeprave

deeprave Jan 7, 2015

You need to quote args containing spaces.

On Thu, 8 Jan 2015 01:13 Aayush Ahuja notifications@github.com wrote:

I give a filename like ./gst-switch-srv --record=hyades-%Y-%m-%d
%H%M%S.data, but the output file is hyades-2015-01-08.avi


Reply to this email directly or view it on GitHub
#91 (comment).

deeprave commented Jan 7, 2015

You need to quote args containing spaces.

On Thu, 8 Jan 2015 01:13 Aayush Ahuja notifications@github.com wrote:

I give a filename like ./gst-switch-srv --record=hyades-%Y-%m-%d
%H%M%S.data, but the output file is hyades-2015-01-08.avi


Reply to this email directly or view it on GitHub
#91 (comment).

@mithro mithro modified the milestone: At TimVideos Sprints Jan 10, 2015

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