RemoteParticipation

UDS-M is held in Belgium, timezone of which will be UTC+2 (CEST).

Internet Relay Chat

  • All channels are hosted on irc.ubuntu.com
  • Overall discussion, including plenary: #ubuntu-uds on freenode.

  • Discussion Channels - The tracks are shuffled around different rooms, so the IRC channels are per room, not per track. Here are the channels, which corresponds to the room of the session in the schedule.

You can find logs from Monday afternoon onwards at: http://ubottu.com/uds-logs/

Icecast

http://icecast.ubuntu.com:8000/

Recording a Live Stream

Use mplayer to capture the livestream (e.g for room3):

mplayer -playlist http://icecast.ubuntu.com:8000/room3.ogg.m3u -ao pcm:file=/tmp/mystream.wav -vc dummy -vo null

and use lame for encoding as .mp3:

lame -m s /tmp/mystream.wav -o "/tmp/uds_room3.mp3"

for scheduling you can use cron to start mplayer and pkill to stop the recording.

If you'd rather capture the underlying ogg file, make sure you have icecream installed:

sudo apt-get install icecream

Then, curl the m3u link to get the underlying ogg file.

curl http://icecast.ubuntu.com:8000/room3.ogg.m3u

This will return the ogg URL, for example http://icecast.ubuntu.com:8000/room3.ogg Then, use icecream to launch the recording

icecream http://icecast.ubuntu.com:8000/room3.ogg

You can use --stop=60min to stop recording after, say, 60 minutes, or --name=SOMENAME to rename the output file. Note that recording will stop when the stream is restarted after every session.

Gobby

  • gobby.ubuntu.com (port 6522)
  • Gobby is being used at UDS to collaborate on the specifications that are being written and to facilitate remote participation.

To take part, please install Gobby (available in universe) and tell it to connect to gobby.ubuntu.com. You will be presented with a list of documents being edited. During any session or meeting, and particularly at the end of one, please do make a local backup of your documents. WARNING: There is a new gobby in karmic, gobby-infinote, we will NOT be using this at UDS since we need for people on older releases to participate. Ensure you are using the "gobby" package.

Lifestream

A stream of all Ubuntu and UDS posts made to Identi.ca, Twitter, and Flickr can be found at http://summit.ubuntu.com/media/lifestream.html

Videos

We will be recording certain sessions and all the plenary sessions at UDS. You can follow along with the videos as we post them on the Ubuntu community on Miro. If you want to automatically receive updates when videos are available we recommend that you install Miro and click on the miro links at the site to subscribe to the video feeds. These videos will be in Ogg Theora format and is the recommended method for watching UDS videos.

Micro-blogging

Micro-blogging is a form of blogging that allows users to send brief text updates of 140 characters or less. It is a great way to inform the Ubuntu community of discussions and news that happen during UDS. Many Ubuntu users get there news from UDS from microblogging sources. During UDS-Mountainview, Identi.ca saw more traffic during UDS than during the night of the U.S. Presidential elections.

Microblogging is not a replacement for gobby or IRC, which have important uses during an UDS event. It should be used as a tool to communicate with other people at UDS and the wider Ubuntu user community.

Suggested ways to use microblogging at UDS:

  • Announce session topics at the beginning of the session.
  • Ask for feedback from the community during the session discussion.
  • Dent/tweet important discussion points during the sessions.
  • Dent/tweet any news worthy items during UDS (Kernel version, encrypted swap by default, etc...).
  • To plan social events and gatherings during UDS.

Identi.ca

We encourage people at UDS to create an account on Identi.ca, an open source micro-blogging platform if they don't already have an account. If you have a Twitter account you can link it your Identi.ca account and posts you make to Identi.ca will automatically forwarded to Twitter.

In identi.ca, please use the !ubuntu and !UDS groups in your message, which already have many followers. These automatically post to the hashtags #ubuntu and #uds, if you want to follow and are not interested in sending.

Gwibber

Gwibber is an open source microblogging client for GNOME developed with Python and GTK. It supports Twitter, Jaiku, Identi.ca, Facebook, Flickr, Digg, and RSS. Gwibber is available in universe in Ubuntu 9.04+.

Choqok

Choqok is an open source microblogging client for KDE written in C++. It supports Twitter and Identi.ca. Choqok is available in Ubuntu 9.04+.

UDS-M/RemoteParticipation (last edited 2010-05-12 09:01:30 by cpe-76-166-177-46)