Hi !

I am using a partial application with robinet to create the output from 
parameters that are passed dynamically.

I have to find a way to pass the format (the codec) with which the 
playlist is going to be created.

out = output.shoutcast(
                         fallible=true,
                         start=false
                         )
(...)
variables retrieval (stream_paramx; etc)
(...)

# The following returns an error, the purpose is to explain what I need
   # The output
   output = out(%"#{stream_format}", id="#{stream_id}", 
host="#{stream_host}", port=int_of_string("#{stream_port}"), 
password="#{stream_password}", genre="#{stream_genre}", 
url="#{stream_url}", name="#{stream_description}", s)

I have read http://savonet.sourceforge.net/doc-svn/encoding_formats.html 
but it doesn't really helped me to know if it was possible.

Thank you !!!

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to