Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - theteju

Pages: 1 ... 3 4 [5] 6 7 ... 12
61
Installation issues / Re: 10.04 Install issue
« on: March 11, 2013, 05:50:26 pm »
When the computer boots up it goes right into the flickr background with the arrows. I'm not a Linux pro, so I'm not sure what to do to get around this..

Thanks again...


I think that is one of the purpose of the system, Playing media all the time when there is noting going on. I think its cool feature.

62
Users / Re: mediatomb
« on: March 03, 2013, 07:00:47 pm »
here is my http://pastebin.com/5uDHQqvL  /etc/mediatomb/config.xml
Quote
theteju@dcerouter:/etc/mediatomb$ cat config.xml
<?xml version="1.0" encoding="UTF-8"?>
<config version="1" xmlns="http://mediatomb.cc/config/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/config/1 http://mediatomb.cc/config/1.xsd">
  <server>
    <ui enabled="yes" show-tooltips="yes">
      <accounts enabled="yes" session-timeout="30">
        <account user="mediatomb" password="mediatomb"/>
      </accounts>

    </ui>

    <port>49153</port>
    <interface>eth0</interface>
    <name>LinuxMCE via MediaTomb</name>
    <udn>uuid:915f7219-1615-4f30-af6d-4c526315c691</udn>
    <home>/var/lib/mediatomb</home>
    <webroot>/usr/share/mediatomb/web</webroot>
    <storage>
      <sqlite3 enabled="no">
        <database-file>sqlite3.db</database-file>
      </sqlite3>
      <mysql enabled="yes">
        <host>localhost</host>
        <username>root</username>
        <database>pluto_mediatomb</database>
      </mysql>
    </storage>
    <protocolInfo extend="yes"/><!-- For PS3 support change to "yes" -->
    <!--
       Uncomment the lines below to get rid of jerky avi playback on the
       DSM320 or to enable subtitles support on the DSM units
    -->
   
    <custom-http-headers>
      <add header="transferMode.dlna.org: Streaming"/>
      <add header="contentFeatures.dlna.org: DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000"/>
    </custom-http-headers>

    <manufacturerURL>redsonic.com</manufacturerURL>
    <modelNumber>105</modelNumber>
   
    <!-- Uncomment the line below if you have a Telegent TG100 -->
    <!--
       <upnp-string-limit>101</upnp-string-limit>
    -->
  </server>
  <import hidden-files="no">
    <scripting script-charset="UTF-8">
      <common-script>/usr/share/mediatomb/js/common.js</common-script>
      <playlist-script>/usr/share/mediatomb/js/playlists.js</playlist-script>
      <virtual-layout type="builtin">
        <import-script>/usr/share/mediatomb/js/import.js</import-script>
      </virtual-layout>
    </scripting>
    <mappings>
      <extension-mimetype ignore-unknown="no">
        <map from="mp3" to="audio/mpeg"/>
        <map from="ogg" to="application/ogg"/>
        <map from="asf" to="video/x-ms-asf"/>
        <map from="asx" to="video/x-ms-asf"/>
        <map from="wma" to="audio/x-ms-wma"/>
        <map from="wax" to="audio/x-ms-wax"/>
        <map from="wmv" to="video/x-ms-wmv"/>
        <map from="wvx" to="video/x-ms-wvx"/>
        <map from="wm" to="video/x-ms-wm"/>
        <map from="wmx" to="video/x-ms-wmx"/>
        <map from="m3u" to="audio/x-mpegurl"/>
        <map from="pls" to="audio/x-scpls"/>
        <map from="flv" to="video/x-flv"/>
        <map from="vdrs" to="video/x-vdr"/>
        <map from="avi" to="video/mpeg"/>
        <!-- Uncomment the line below for PS3 divx support -->
        <!-- <map from="avi" to="video/divx"/> -->
        <!-- Uncomment the line below for D-Link DSM / ZyXEL DMA-1000 -->
        <!-- <map from="avi" to="video/avi"/> -->
      </extension-mimetype>
      <mimetype-upnpclass>
        <map from="audio/*" to="object.item.audioItem.musicTrack"/>
        <map from="video/*" to="object.item.videoItem"/>
        <map from="image/*" to="object.item.imageItem"/>
      </mimetype-upnpclass>
      <mimetype-contenttype>
        <treat mimetype="audio/mpeg" as="mp3"/>
        <treat mimetype="application/ogg" as="ogg"/>
        <treat mimetype="audio/x-flac" as="flac"/>
        <treat mimetype="image/jpeg" as="jpg"/>
        <treat mimetype="audio/x-mpegurl" as="playlist"/>
        <treat mimetype="audio/x-scpls" as="playlist"/>
        <treat mimetype="audio/x-wav" as="pcm"/>
        <treat mimetype="video/x-msvideo" as="avi"/>
        <treat mimetype="video/mp4" as="mp4"/>
        <treat mimetype="audio/mp4" as="mp4"/>

      </mimetype-contenttype>
    </mappings>
    <autoscan use-inotify="auto">
      <directory location="/home/public/data/audio" mode="timed" interval="3600"
          level="full" recursive="yes" hidden-files="no"/>
      <directory location="/home/public/data/videos" mode="timed" interval="3600"
          level="full" recursive="yes" hidden-files="no"/>
      <directory location="/home/public/data/pictures" mode="timed" interval="3600"
          level="full" recursive="yes" hidden-files="no"/>                 
      <directory location="/var/lib/mediatomb/TV" mode="timed" interval="3600"
          level="full" recursive="no" hidden-files="no"/>                 
     
    </autoscan>
  </import>
  <transcoding enabled="yes">
      <mimetype-profile-mappings>
        <transcode mimetype="video/x-vdr" using="vdrplay"/>
      </mimetype-profile-mappings>
      <profiles>
        <profile name="vdrplay" enabled="yes" type="external">
          <mimetype>video/mpeg</mimetype>
          <agent command="vdrplay.sh" arguments="%in %out"/>
          <buffer size="10485760" chunk-size="131072" fill-size="2621440"/>
          <accept-url>yes</accept-url>
     <first-resource>yes</first-resource>
         </profile>
      </profiles>
  </transcoding>
                                               
  <transcoding enabled="no">
    <mimetype-profile-mappings>
      <transcode mimetype="video/x-flv" using="vlcmpeg"/>
      <transcode mimetype="application/ogg" using="vlcmpeg"/>
      <transcode mimetype="application/ogg" using="oggflac2raw"/>
      <transcode mimetype="audio/x-flac" using="oggflac2raw"/>
    </mimetype-profile-mappings>
    <profiles>
      <profile name="oggflac2raw" enabled="no" type="external">
        <mimetype>audio/L16</mimetype>
        <accept-url>no</accept-url>
        <first-resource>yes</first-resource>
        <accept-ogg-theora>no</accept-ogg-theora>
        <agent command="ogg123" arguments="-d raw -f %out %in"/>
        <buffer size="1048576" chunk-size="131072" fill-size="262144"/>
      </profile>
      <profile name="vlcmpeg" enabled="no" type="external">
        <mimetype>video/mpeg</mimetype>
        <accept-url>yes</accept-url>
        <first-resource>yes</first-resource>
        <accept-ogg-theora>yes</accept-ogg-theora>
        <agent command="vlc" arguments="-I dummy %in --sout #transcode{venc=ffmpeg,vcodec=mp2v,vb=4096,fps=25,aenc=ffmpeg,acodec=mpga,ab=192,samplerate=44100,channels=2}:standard{access=file,mux=ps,dst=%out} vlc:quit"/>
        <buffer size="14400000" chunk-size="512000" fill-size="120000"/>
      </profile>
    </profiles>
  </transcoding>
</config>

I do not remember exactly ,, but lines above in red is what I edited in my file. I would love to have mediatomb server accessible from the external network but I have not been successful yet.


63
Users / Re: mediatomb
« on: March 03, 2013, 06:17:15 pm »
Ok. First of all. My bad, I was addressing the issue on the post having said, I am attempting to access the media from my Samsung LED tv which in inside of my network via its DLNA playback capabilities, that is where the quality of video gets messed up. it was my mistake to call it MD. sorry.

secondly,
the media hard drive architecture is linuxmce style. so I have media under user_1 and public folders. mediatomb is only showing contents of pubic. Which is fine and which is what I want. but it does not show all the contents. in other words, its being picky !

I will post my confing.xml soon.

Thanks.

64
Users / Re: mediatomb
« on: March 02, 2013, 03:52:34 am »
Something has been changed with mediatomb. On ubuntu community document it shows that mediatomb needs user log in , in order to work stable.
I have mediatomb found by my tv (samsung) and also playing audio and video contents. https://help.ubuntu.com/community/MediaTomb

For that you have to edit its config.xml  file for it. I forgot its path on our system, believe its /etc/pluto/mediatomb/ (dont quote me on that) in that xml file you will have to add mame types for your content. I will post my config.xml when I fire up my core.

however my problem is, mediatomb does not seem to scan all the media. It does not update its database even though scanned manually.
and the video does not play with its proper display, In other words quality of video looks crap on my MD.

I hope I am not too late to reply.
Good luck.

65
Feature requests & roadmap / Airplay push
« on: January 22, 2013, 09:18:07 pm »
Hello guys,

Recently I came across an app on my Android device namely "imediashare" http://www.imediashare.tv/ , It is pretty awesome app. Upon running it simply detects any AV device on the home network and pushes the content towards that device to play on it. , Video, Audio, pictures etc.

Since Lmce core is our main media hub, It would be awesome if the core has such a capacity to recognize any AV playback capable device on the network and simply push the content to play on it.

I don't know. It is out there. It might be possible. The concept on Apple device is called "Airplay". :P

66
Users / Re: stream desktop audio to lmce
« on: January 22, 2013, 09:09:36 pm »
I am sorry for the comment,

but your mission does not make sense to me. If you are running a MD that means your core is up too. If the core/MD is the same machine, then ideally your media should be on it. why would you run two or three machines to listen to music?

Or am I missing something here?

If it is other way , i.e. you are trying to stream music from your core to any pc in the home.. should make more sense. A possible solution is, Lmce by default hosts mediatomb upnp server (not fully functional though) that will allow your media play on any machine.

once again, sorry for the comment but educate me !

67
Users / Re: Important notice on main page
« on: January 06, 2013, 04:36:03 am »
Yay,,

Thank you all the developers, Special thanks to L3mce,The guy is up and running to help on IRC anytime with his pistole !!

Thanks

68
Users / Re: Will a Dell Optiplex GX280 work as a headless core?
« on: January 01, 2013, 03:26:13 am »
I have dell poweredge SC420 working as a core perfectly. Got 4 GB ram in it. It hits AV wizard with intel chipset no problem. even does not have sound card !

69
Installation issues / NO sound on MD used to work out of the box.
« on: December 10, 2012, 09:01:58 pm »
Hello guys,

install from reasonably recent snapshot, I have no sound on my MD.

root@moon62:~# dmesg | pastebinit
http://pastebin.com/7su21Ew6
root@moon62:~# aplay -l | pastebinit
http://pastebin.com/Munx46R0
root@moon62:~# lspci | pastebinit
http://pastebin.com/gkFtrkUE

root@moon62:/etc# cat asound.conf | pastebinit
http://pastebin.com/zYUkb47j
root@moon62:/etc# cat X11/xorg.conf | pastebinit
http://pastebin.com/4MH9LCqZ
root@moon62:/etc# lspci -nnk | grep VGA -A3
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1)
   Kernel driver in use: nvidia
   Kernel modules: nvidia-glx-260, nvidiafb, nouveau
01:00.1 Audio device [0403]: NVIDIA Corporation GF108 High Definition Audio Controller [10de:0bea] (rev a1)




The soundcards were detected on AV wizard but upon selecting Asus Xonar D2 , optical output , I have no sound. Used to work out of the box.

Please look at the screen shots of alsamixer from MD. what else am I suppose to do?

any help, greatly appreciated.

Thanks.


70
Installation issues / Re: MD setup Nvidia driver installation failing.
« on: December 10, 2012, 04:04:34 pm »
Hello guys,

I am tagging this thread as solved because my original issue has been resolved. I rebuilt the MD image and this time driver got installed without any problem.

For the sound issue , we will discuss in different thread. As of now, as a video card, GT 430 worked out of the box.


71
Installation issues / Re: MD setup Nvidia driver installation failing.
« on: December 09, 2012, 05:52:36 pm »
I upgraded his kernel to Natty.


sudo -i

Then dump the rest of this.
CurKernel="-generic"
if uname -r | grep "pae"; then CurKernel="-generic-pae"; fi
NewKernel="linux-image${CurKernel}-lts-backport-natty"
NewHeaders="linux-headers${CurKernel}-lts-backport-natty"
apt-get -yf install "$NewKernel"
apt-get -yf install "$NewHeaders"
apt-get update
apt-get -yf dist-upgrade
reboot
If your MD will not boot again, sudo chmod +r /tftpboot/XX/*    where XX is your moon number.


Sorry for stupid question, are these steps to be done on MD or on Core itself?

72
Installation issues / Re: MD setup Nvidia driver installation failing.
« on: December 08, 2012, 10:02:33 pm »
L3mce,

Will you please post for me and for others to solve the problem, Specially before you forget. lol.

Take care. Thanks.

74
Installation issues / Re: MD setup Nvidia driver installation failing.
« on: December 05, 2012, 03:33:53 am »
thanks for the reply guys,

Let's take care of nvidia driver issue first. because,, right now, in my living room the onscreen orbiter looks crapy due to poor resolution.

:P

75
Installation issues / MD setup Nvidia driver installation failing. [SOLVED]
« on: December 04, 2012, 03:47:47 pm »
Hello guys,

I set up my system(hybrid core) with great help from L3mce. Upon setting up the MD I could not hit the AV wizard. the MD was on reboot loop with message on the boot load about failing nvidia driver installation.

L3mce helped me to comment out a line in moon42's etc/init.d/nvidia...(dont remember) and upon reboot I hit the AV wizard but had a very hard time to chose my resolutions. the AVwizard showed two option for the audio card but none worked. Basically I dont have sound coming out of the MD.
I have geoforce GT430 graphic card but I had to chose lower resolution as the driver is not installed.
I have Asus Xonar D2 PCI sound card on the system.
I believe the motherboard has an on board sound chip as well.
OH , not to mention, the GT430 should be able to decode sound too...!

dpkg --configure -a  does not give any output on the MD.

What should be my next step? Do I have to manually install the driver?

Please let me know. Thanks.

Pages: 1 ... 3 4 [5] 6 7 ... 12