I recently tried installing Ushare so I could share media between my laptop and Xbox. Could someone direct me as to how to change the settings so it can be recognized by my xbox.
Ushare.conf file:
USHARE_DIR=/home/travis/Music,/home/travis/Videos
USHARE_ENABLE_XBOX=yes
USHARE_ENABLE_DLNA=yes
USHARE_IFACE=wlan0
Every time I start the process running the command sudo service ushare start
I get a crash report. If there is a way to copy this crash report tell me so I can post it.
ExecutablePath:
/usr/bin/ushare
Package:
ushare 1.1a-0ubuntu9
Title: ushare crashed with SIGSRGV in avformat_open_input()
/etc/ushare.conf
file. Can you start ushare successfully from the command line?sudo ushare --content=<InsertYourMediaDirHere>
– Kevin Bowen Jan 13 '13 at 09:57USHARE_DIR=
,USHARE_ENABLE_XBOX=
, andUSHARE_ENABLE_DLNA=
from your/etc/ushare.conf
file. – Takkat Jan 13 '13 at 09:59