Difference between revisions of "Ushare"

From OnnoWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
At first you need to be sure that you have setup a multicast route for UPnP messages. If you don't but have a default route attributed, then this later will be used. Otherwise, simply declare a new route for UPnP multicasts (for example using eth0 interface) :
+
Naga-naganya gmediaserver lebih banyak untuk streaming audio / lagu saja.
  
route add -net 239.0.0.0 netmask 255.0.0.0 eth0
 
  
uShare runs from the console only. It supports the usual --help option which displays usage and option information.
+
Kita perlu menset / memastikan bahwa router yang ada siap untuk UPnP message. Kita dapat menggunakan setup manual seperti
  
Options:
+
route add -net 239.0.0.0 netmask 255.0.0.0 eth0
  -n, --name=NAME              Set UPnP Friendly Name (default is 'uShare')
 
  -i, --interface=IFACE        Use IFACE Network Interface (default is 'eth0')
 
  -f, --cfg=FILE              Config file to be used
 
  -p, --port=PORT              Forces the HTTP server to run on PORT
 
  -q, --telnet-port=PORT      Forces the TELNET server to run on PORT
 
  -c, --content=DIR            Share the content of DIR directory (default is './')
 
  -w, --no-web                Disable the control web page (enabled
 
        by default)
 
  -t, --no-telnet              Disable the TELNET control (enabled by default)
 
  -o, --override-iconv-err    If iconv fails parsing name, still add to media contents (hoping the renderer can handle it)
 
  -v, --verbose                Set verbose display.
 
  -x, --xbox                  Use XboX 360 compliant profile
 
  -d, --dlna                  Use DLNA compliant profile (PlayStation3 needs this)
 
  -D, --daemon                Run as a daemon.
 
  -V, --version                Display the version of uShare and exit
 
  -h, --help                  Display this help
 
  
uShare expects at least one directory argument (-c argument), specifying where multimedia files are stored. You should probably also use the -i option to specify which interface uShare should listen on.
+
Instalasi ushare menggunakan perintah
  
ushare -c /shares
+
apt-get install ushare
ushare -c /shares1 --content=/shares2
 
  
You can also perform remote control of uShare UPnP Media Server through its web interface. This let you define new content locations at runtime or update the currently shared one in case the filesystem has changed.
 
  
Just go to :
+
uShare jalan melalui konsol. Cara menjalankan uShare dapat di ketahui melalui option --help
  
http://ip_address:port/web/ushare.html
+
Options:
 +
    -n, --name=NAME              Set UPnP Friendly Name (default is 'uShare')
 +
    -i, --interface=IFACE        Use IFACE Network Interface (default is 'eth0')
 +
    -f, --cfg=FILE              Config file to be used
 +
    -p, --port=PORT              Forces the HTTP server to run on PORT
 +
    -q, --telnet-port=PORT      Forces the TELNET server to run on PORT
 +
    -c, --content=DIR            Share the content of DIR directory (default is './')
 +
    -w, --no-web                Disable the control web page (enabled by default)
 +
    -t, --no-telnet              Disable the TELNET control (enabled by default)
 +
    -o, --override-iconv-err    If iconv fails parsing name, still add to media contents (hoping the renderer can handle it)
 +
    -v, --verbose                Set verbose display.
 +
    -x, --xbox                  Use XboX 360 compliant profile
 +
    -d, --dlna                  Use DLNA compliant profile (PlayStation3 needs this)
 +
    -D, --daemon                Run as a daemon.
 +
    -V, --version                Display the version of uShare and exit
 +
    -h, --help                  Display this help
  
See the manual page for more details :
+
uShare membutuhkan satu directory yang di share menggunakan argumen -c, tempat di mana file multimedia tersimpan.
  
man ushare
+
ushare -c /shares
 +
ushare -c /shares1 --content=/shares2
  
top Supported File Formats List
+
Kita juga dapat melakukan remote control pada uShare UPnP Media Server melalui interface web.
  
    * Video files: asf, avi, dv, divx, wmv, mjpg, mjpeg, mpeg, mpg, mpe, mp2p, vob, mp2t, m1v, m2v, m4v, m4p, mp4ps, ts, ogm, mkv, rmvb, mov, qt, hdmov
+
http://ip_address:port/web/ushare.html
    * Audio files: aac, ac3, aif, aiff, at3p, au, snd, dts, rmi, mp1, mp2, mp3, mp4, mpa, ogg, wav, pcm, lpcm, l16, wma, mka, ra, rm, ram, flac
 
    * Images files: bmp, ico, gif, jpeg, jpg, jpe, pcd, png, pnm, ppm, qti, qtf, qtif, tif, tiff
 
    * Playlist files: pls, m3u, asx
 
    * Subtitle files: dks, idx, mpl, pjs, psb, scr, srt, ssa, stl, sub, tts, vsf, zeg
 
    * Various text files: bup, ifo
 
  
 +
Detail manual dapat di peroleh melalui perintah
  
 +
man ushare
 +
 +
file format yang di dukung
 +
 +
* Video files: asf, avi, dv, divx, wmv, mjpg, mjpeg, mpeg, mpg, mpe, mp2p, vob, mp2t, m1v, m2v, m4v, m4p, mp4ps, ts, ogm, mkv, rmvb, mov, qt, hdmov
 +
* Audio files: aac, ac3, aif, aiff, at3p, au, snd, dts, rmi, mp1, mp2, mp3, mp4, mpa, ogg, wav, pcm, lpcm, l16, wma, mka, ra, rm, ram, flac
 +
* Images files: bmp, ico, gif, jpeg, jpg, jpe, pcd, png, pnm, ppm, qti, qtf, qtif, tif, tiff
 +
* Playlist files: pls, m3u, asx
 +
* Subtitle files: dks, idx, mpl, pjs, psb, scr, srt, ssa, stl, sub, tts, vsf, zeg
 +
* Various text files: bup, ifo
 +
 +
==Lebih Detail==
 +
 +
* [[uShare: isi file konfigurasi]]
 +
* [[uShare: restart aplikasi]]
  
 
==Referensi==
 
==Referensi==
Line 56: Line 64:
  
 
* [[Multimedia di Linux]]
 
* [[Multimedia di Linux]]
 +
* [[Media Server]]
 +
 +
===Media Server di Network Appliance===
 +
* [[Buffalo: Media Server]]
 +
* [[Buffalo: BitTorrent]]
 +
* [[Buffalo: BitTorrent Konfigurasi]]
 +
 +
===Media Server di Komputer===
 +
* [[mediatomb]] '''(RECOMMENDED)'''
 +
* [[ushare]]
 +
* [[gmediaserver]]
 +
 +
===Mencari Film / Lagu===
 +
* [[ThePirateBay]]
 +
* [[rtorrent]]
 +
* [[rtorrent.rc]]
 +
* [[rtorrent: modifikasi untuk mendukung magnet]]
 +
* [[rtorrent: cara penggunaan]]
 +
* [[rtorrent: menjalankan di background]]
 +
* [[Bittorrent]]

Latest revision as of 05:47, 9 April 2012

Naga-naganya gmediaserver lebih banyak untuk streaming audio / lagu saja.


Kita perlu menset / memastikan bahwa router yang ada siap untuk UPnP message. Kita dapat menggunakan setup manual seperti

route add -net 239.0.0.0 netmask 255.0.0.0 eth0

Instalasi ushare menggunakan perintah

apt-get install ushare


uShare jalan melalui konsol. Cara menjalankan uShare dapat di ketahui melalui option --help

Options:
   -n, --name=NAME              Set UPnP Friendly Name (default is 'uShare')
   -i, --interface=IFACE        Use IFACE Network Interface (default is 'eth0')
   -f, --cfg=FILE               Config file to be used
   -p, --port=PORT              Forces the HTTP server to run on PORT
   -q, --telnet-port=PORT       Forces the TELNET server to run on PORT
   -c, --content=DIR            Share the content of DIR directory (default is './')
   -w, --no-web                 Disable the control web page (enabled by default)
   -t, --no-telnet              Disable the TELNET control (enabled by default)
   -o, --override-iconv-err     If iconv fails parsing name, still add to media contents (hoping the renderer can handle it)
   -v, --verbose                Set verbose display.
   -x, --xbox                   Use XboX 360 compliant profile
   -d, --dlna                   Use DLNA compliant profile (PlayStation3 needs this)
   -D, --daemon                 Run as a daemon.
   -V, --version                Display the version of uShare and exit
   -h, --help                   Display this help 

uShare membutuhkan satu directory yang di share menggunakan argumen -c, tempat di mana file multimedia tersimpan.

ushare -c /shares
ushare -c /shares1 --content=/shares2

Kita juga dapat melakukan remote control pada uShare UPnP Media Server melalui interface web.

http://ip_address:port/web/ushare.html

Detail manual dapat di peroleh melalui perintah

man ushare

file format yang di dukung

  • Video files: asf, avi, dv, divx, wmv, mjpg, mjpeg, mpeg, mpg, mpe, mp2p, vob, mp2t, m1v, m2v, m4v, m4p, mp4ps, ts, ogm, mkv, rmvb, mov, qt, hdmov
  • Audio files: aac, ac3, aif, aiff, at3p, au, snd, dts, rmi, mp1, mp2, mp3, mp4, mpa, ogg, wav, pcm, lpcm, l16, wma, mka, ra, rm, ram, flac
  • Images files: bmp, ico, gif, jpeg, jpg, jpe, pcd, png, pnm, ppm, qti, qtf, qtif, tif, tiff
  • Playlist files: pls, m3u, asx
  • Subtitle files: dks, idx, mpl, pjs, psb, scr, srt, ssa, stl, sub, tts, vsf, zeg
  • Various text files: bup, ifo

Lebih Detail

Referensi

Pranala Menarik

Media Server di Network Appliance

Media Server di Komputer

Mencari Film / Lagu