Displaying 3 results from an estimated 3 matches for "20z".
Did you mean:
20
2012 Oct 02
2
Questions on converting to ConfBridge
I'm looking at what would be involved in converting from MeetMe to
ConfBridge and there seems to be a lot of missing administrative things,
but I hope I'm just missing it. We all know about the missing realtime
linkage. That's a major nuisance, but can be worked around.
More serious is that the CLI command to display users in a ConfBridge
don't show the caller ID information, so
2017 Mar 03
2
Icecast status-json.xsl improvements
...#39;d like to suggest adding history to status-json.xsl or to reduce the
size of the json to the bare minimum that a Web base mediaplayer might need
Add a new one at http://127.0.0.1:8000/playing-json.xsl?mount=/live
Which will only hold the current info:
{
"date":"2017-03-03T10:57:20Z",
"server_name":"Testing Stuff",
"server_description":"Blah blah blah",
"history":
[
{"date":"2017-03-03T10:52:10Z","artist":"Some artist","title":"Some song (this is the current one)"...
2017 Mar 03
0
Icecast status-json.xsl improvements
...ould be more .xsl json
things be added, as it's just a transform from XML to JSON and
has proven to sometimes cause some weird bugs with malformed json in the
past, so proper JSON generation capabilities in Icecast
would be preferred.
>
> {
> "date":"2017-03-03T10:57:20Z",
> "server_name":"Testing Stuff",
> "server_description":"Blah blah blah",
> "history":
> [
> {"date":"2017-03-03T10:52:10Z","artist":"Some artist","title":"Some
> song...