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

Partial application in source code #3

Open
vitoyucepi opened this issue Feb 18, 2023 · 1 comment
Open

Partial application in source code #3

vitoyucepi opened this issue Feb 18, 2023 · 1 comment

Comments

@vitoyucepi
Copy link

Summary

On page 124, in section 6.6, subsection Icecast.

Looks like this code is used

out = output.icecast(host="localhost", port=8000, password="hackme")
out(%mp3, mount="rock.mp3", rock)
out(%fdkaac, mount="rock.aac", rock)
out(%mp3, mount="techno.mp3", techno)
out(%fdkaac, mount="techno.aac", techno)

Since liquidsoap 2.1 partial application is no longer supported.

@vitoyucepi vitoyucepi changed the title Partial application source code Partial application in source code Feb 18, 2023
@smimram
Copy link
Member

smimram commented Feb 21, 2023

Thanks, we plan a full update of the book once liquidsoap 2.2 is out...

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

No branches or pull requests

2 participants