GNOME Bugzilla – Bug 605269
[shout2][patch] Setting public flag
Last modified: 2010-01-04 12:50:25 UTC
It is currently not possible to set the "public"-flag of a stream produced by the shout2send-sink. This flag is required to be set, when a stream should be advertised by a Icecast server to a public directory (like dir.xiph.org or your on one). As the underlying library libshout2 supports this, I adopted a bit of the existing code to support this feature.
Created attachment 150262 [details] [review] Patch
Comment on attachment 150262 [details] [review] Patch Committed, but changed the property to be a boolean instead of an integer.
Fixed. commit 547925513010e94e6627fc80b9c24c3ab63f240b Author: Robert Weidlich <gnomebugzilla@robert.weidlich.cc> Date: Mon Jan 4 09:28:36 2010 -0300 shout2send: Add 'public' property Adds a property to set 'public' flag on libshout, making the stream listed on the server's stream directory. Fixes #605269