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

Cry improvements #107

Merged
merged 6 commits into from
Oct 20, 2013
Merged

Cry improvements #107

merged 6 commits into from
Oct 20, 2013

Conversation

toots
Copy link
Member

@toots toots commented Oct 17, 2013

This is to fix #82. It's still missing support for chunked and alternative verbs in harbor input.

@toots
Copy link
Member Author

toots commented Oct 17, 2013

Should be all good now. Review at will!

@toots
Copy link
Member Author

toots commented Oct 17, 2013

Ha no, forgot chunked transfer..

@toots
Copy link
Member Author

toots commented Oct 17, 2013

Ready for review..

'http' for Icecast, 'icy' for shoutcast." ;
"verb", Lang.string_t, (Some (Lang.string "SOURCE")),
Some "Verb to use with the 'http' protocol. One of: \
'SOURCE', 'PUT' or 'POST'.";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not simply merge protocol and verb, ie protocol = source / put / post / icy and remove verb since icy is exclusive with the rest?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I think it's better to keep the verb parameter seperate, to preserve backward-compatibility with the previous values for the protocol. Also, put and post verbs are quite experimental so I think it's good to leave it alone for now..

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with this, it was just a quick idea...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

@smimram
Copy link
Member

smimram commented Oct 18, 2013

I read the diff superficially and did not find anything obvious (but I did not test etc.)

@toots
Copy link
Member Author

toots commented Oct 19, 2013

Indeed, why not.. ^^

@toots
Copy link
Member Author

toots commented Oct 20, 2013

I've tested liquidsoap->liquidsoap with different verb and it seem to be working fine.. Merging!

toots added a commit that referenced this pull request Oct 20, 2013
@toots toots merged commit c5641aa into master Oct 20, 2013
@toots toots deleted the cry-improvements branch October 20, 2013 12:28
@jdbuys jdbuys mentioned this pull request Aug 30, 2022
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.

HTTP 1.1 Icecast source client
2 participants