SimpleScreenRecorder + PeerCastStation
SimpleScreenRecorder とPeerCastStation を使って、Linux デスクトップのスクリーンキャストをPeercast ネットワークに配信してみました。 SimpleScreenRecorder (Linux) -> PeerCastStation (Linux) -> Internet http://www.maartenbaert.be/simplescreenrecorder/http://www.pecastation.org/ PeerCastStation の起動http://www.pecastation.org/ からPeerCastStation 開発版(1.7.9.1)のアーカイブをダウンロードして、展開します。以下のコマンドで起動します。 $ mono PeerCastStation.exe mono をサービスとして起動するには、 $ mono-service -d:/PATH_TO_PEERCASTSTATION -m:PeerCastStaion /PATH_TO_PEERCASTS...
RTMP Streaming on Linux
Linux 環境のスクリーンキャストをRTMP プロトコルを利用して、音声付きでストリーミング配信します。最終的には、Peercast ネットワークに配信してみようと思います。 http://www.maartenbaert.be/simplescreenrecorder/live-streaming/http://www.rtmpd.com/http://www.pecastation.org/ 配信環境 Ubuntu 14.04 x86_64, GNOME Shell 3.12.1 SimpleScreenRecorderデスクトップ上の矩形を音声付きでFLV 形式にエンコードします。 C++ RTMP ServerRTMP プロトコルで、FLV 形式のデータを受信し、RTMP プロトコルで配信します。 PeerCastStationRTMP サーバに接続し、Peercast ネットワークにストリームを配信します。 SimpleScreenRecorder (Linux) -> C++ RTMP Server (Linux) -> Pe...
Dash to Dock on Bottom - GNOME Shell Extension
https://github.com/ktkr3d/dash-to-dock-on-bottom Dash to Dock on Bottom は画面下部にドックを表示するGNOME Shell 拡張です。Dash to Dock からフォークしています。 インストール$ git clone https://github.com/ktkr3d/dash-to-dock-on-bottom.git$ cd dash-to-dock-on-bottom$ make$ make install ~/.local/share/gnome-shell/extensions/dash-to-dock-on-bottom@ktkr3d.gmail.com/ にインストールされます。 環境設定gnome-tweak-tool の拡張機能のページでDash to Dock on Bottom を有効にして、設定画面を開きます。 一時的制限事項 「Dock を固定して常に表示する」を「オン」にします。 アイコンの並び替えはオーバービュー画面のDock で実行できます。 TIPS 電源ボタ...
GNOME 3.12
ppa:gnome3-team/gnome3-staging からGNOME 3.12 をインストールしました。
Numix Desktop Dock
https://github.com/rbnquintero/nos-dock https://github.com/numixproject/nos-dock Numix Desktop Dock はGNOME Shell 拡張Dash to Dock をフォークし、画面下位置にドックを配置するように改変されたGNOME Shell拡張です。 取得$ git clone https://github.com/rbnquintero/nos-dock.git$ cd nos-dock https://github.com/numixproject/nos-dock.git はクリアされた? カスタマイズmyDash.js:43//this.parent({ //name: 'dash', //This will inherit styling from the original gnome dockthis.parent({ name: 'dash', //...
XBMC Customize
XBMC のビデオOSD 画面に終了ボタンを付けました。タッチスクリーンで使用した場合に、簡単に終了できるようになりました。 タッチスクリーンの有効化/usr/bin/xbmc#!/bin/shexport SDL_MOUSE_RELATIVE=0 終了ボタンの追加/usr/share/xbmc/addons/skin.confluence/720p/VideoOSD.xml:291-295<control type="group"> <posx>355r</posx> <posy>60r</posy> <animation effect="fade" time="200">VisibleChange</animation> /usr/share/xbmc/addons/skin.confluence/720p/VideoOSD.xml:382-407<control type="button" id=...
Ubuntu GNOME 14.04 Beta 1
http://cdimage.ubuntu.com/ubuntu-gnome/releases/14.04/beta-1/ Ubuntu GNOME 14.04 ベータ1 が公開されたのでクリーンインストールしました。ついでにAndroid-x86 もインストールして、3OS のマルチブート環境にしました。 環境DELL Indpiron 1090すでにWindows 8.1 がインストールされています。この第3パーティションにインストールします。 インストール・Ubuntu GNOME 13.10http://cdimage.ubuntu.com/ubuntu-gnome/releases/14.04/beta-1/ $ sudo add-apt-repository ppa:gnome3-team/gnome3-staging$ sudo apt-get update$ sudo apt-get upgrade カスタマイズ$ LANG=C xdg-user-dirs-gtk-update アプリケーションの追加 audacious cairo-dock conky ...
Android-x86 4.4 RC1
http://www.android-x86.org/releases/releasenote-4-4-rc1 DELL Inspiron 1090What works: Audio, Wi-Fi, Touch Screen, Touch Pad, Physical Keyboard, Mouse, Camera, USB Memory What does not: Desktop PCSPEC: Flaming Blade GTI, i7-930, GeForce GTX 560Ti kernel optionvideo=uvesa UVESA_MODE=1280x1024 What works: Audio, LAN(DHCP), Physical Keyboard, Mouse, USB Memory What does not: Google Map VirtualBox on Desktop PC(Linux)What works: Audio, LAN(DHCP), Physical Keyboard, Mouse What does not: Google...
Girlfriend (prototype)
http://worldofgnome.org/girlfriend-app-available-4-testing/ (^q^)くおえうえーーーるえうおおおwww Download$ git clone https://github.com/alexis-diavatis/Girlfriend-App.git Get node-webkithttps://github.com/rogerwang/node-webkit Run$ export ILG_CLIENT_PATH=/mnt/common/github/Girlfriend-App/ $ ./nw/nw ./app/app.nw ad hoc solution 1sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
Android-x86 Custom Build
https://groups.google.com/forum/#!msg/android-x86/yJXD4CeHWC4/RG2p3QzZlBgJ Android-x86 Custom Build for DELL Inspiron Duo Acellerometer/magnetometer(lsm303dlh) driver Physical keyboard layout Product Information Get Source$ mkdir ics-x86$ cd ics-x86$ repo init -u http://git.android-x86.org/manifest -b ics-x86$ repo sync Download patch and Extracthttps://groups.google.com/group/android-x86/attach/1894d90cdda96d44/ics-x86-DellDuo-patches.tar?part=4&view=1 $ tar xvf ics-x86-DellDu...