Closed
Bug 518708
Opened 16 years ago
Closed 7 years ago
Add opt-in (or Twitter tweet) public notification on start of streaming
Categories
(Websites :: air.mozilla.com, enhancement)
Websites
air.mozilla.com
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronmt, Unassigned)
Details
Air Mozilla should have some sort of opt-in public notification service that lets me know when streaming will begin before an event airs.
Currently, those whom are external to MoCo are unaware of the broadcast schedule.
For simplicity, all this needs to be is a python script on icecast that is ran on live broadcasting that sends a tweet (twitter.com/airmozilla) to those following.
Other notification choices can be explored as well.
What do you think?
| Reporter | ||
Updated•16 years ago
|
Severity: normal → enhancement
| Reporter | ||
Comment 1•16 years ago
|
||
In the meantime is there any public schedule of live broadcasting?
| Reporter | ||
Comment 2•16 years ago
|
||
Noticed as of Feb 22nd weekly update meeting - "...are looking into how we can use Air Mozilla to make it as open and interactive as possible"
Any chance of picking this up?
| Reporter | ||
Comment 3•16 years ago
|
||
Possible approach:
Bash script that parses icecast.mozilla.org/status.xsl ... i.e., (curl -X STATS icecast.mozilla.org/status.xsl) [1] and checks if it's live or not
If it's live, (curl -u username:pass -d status="Air Mozilla is Live @ air.mozilla.com" http://twitter.com/statuses/update.xml
[1] Will need auth
| Reporter | ||
Updated•16 years ago
|
Summary: Add opt-in public notification on start of streaming → Add opt-in (or Twitter tweet) public notification on start of streaming
Comment 4•7 years ago
|
||
Platform deprecated.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•