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 - DragonK

Pages: 1 [2] 3 4 ... 30
16
Installation issues / Re: no sound over hdmi
« on: September 17, 2015, 12:28:41 pm »
Thanx for that Phenigma,

If I correct the asound.conf, it works but when I reboot my changes are not stored.
Then if I do tests with aplay the audio plays, but nothing plays via orbiter. I copied the doorbell.mpg from the samples folder to the videos folder. But when choosing that only video plays with no sound :-(

Karel

17
Installation issues / Re: no sound over hdmi
« on: September 16, 2015, 04:24:30 pm »
Hi Guys, Been a while......

Firstly Apologies Hanafi, don't mean to hi-jack your thread, but I have a similar problem.  I cant get hdmi audio to work at all. I'm running Dianemo 14.04 though.

asound.conf
Code: [Select]
</etc/pluto/alsa/virtual_cards.conf>

pcm_slave.convert {
        @args [ RATE CARD DEV ]
        @args.RATE {
                type integer
        }
        @args.CARD {
                type string
        }
        @args.DEV {
                type integer
                default 0
        }
        pcm {
                @func concat
                strings [ $CARD "," $DEV ]
        }
        rate $RATE
}

pcm.spdif_playback {
        type plug
        slave {
                @func concat
                strings [ "convert:RATE=48000,CARD=spdif:0"
                        ",DEV="
                        {
                                @func refer
                                name defaults.pcm.iec958.device
                        }
                ]
        }
}

pcm.hdmi_playback {
        type plug
        slave {
                @func concat
                strings [ "convert:RATE=48000,CARD=hdmi:0"
                        ",DEV="
                        {
                                @func refer
                                name defaults.pcm.iec958.device
                        }
                ]
        }
}

pcm.asym_spdif {
        type asym
        playback.pcm "spdif_playback"
        capture.pcm "plughw:0"
}

pcm.asym_hdmi {
        type asym
        playback.pcm "hdmi_playback"
        capture.pcm "plughw:0"
}

pcm.asym_analog {
        type asym
        playback.pcm "plug:dmix:0"
        capture.pcm "plughw:0"
}
pcm.!default asym_hdmi

I suspect the problem is with the section pcm.asym_hdmi , "plughw:0" shouldn't it be "plughw:0,8" cause I can test audio by
Code: [Select]
aplay -D plughw:0,8 Front_Center.wavThat plays and I can hear "Front Centre" though my TV speakers that's connected via the HDMI cable. However if I play a mp3 file the same way, its distorted...... I must add that I had no Audio with AV-wizard or with Sarah.

I have also attached a pic of alsamixer. I cant seem to adjust audio levels..... or am I missing something????

Thanx in advance guys.  ;D

18
Users / Re: Coming Soon: Weather view, and Weather Events
« on: August 16, 2013, 02:38:44 pm »
Werepoodles  ;D

19
Users / Re: Security camera musings
« on: June 14, 2013, 06:38:15 pm »
Hi James,

Been a while,,

I use a Bluecherry PV-155 with analogue cameras.
No Network traffic. Motion wrapper 100% working and the cameras are less exspensive......

Karel

Just my 5c

20
Users / Re: 1-wire Autodetection
« on: December 27, 2012, 06:50:36 am »
Morning Techstyle,

I have the similar experience with 1-wire. Mine is normally detected after I add a MD or a Device. So have gotten into the habbit of installing my 1-wire before installing everything else.

Karel

21
What webbrowser are you using?

IE doesnt work if I recall correctly.

Karel

23
Still uploading....

Thom, you should be able to download them tomorrow.
Will post the links once all of them are done......

KArel

24
Busy uploading. Will let you know once im done.

Keep in mind South African Bandwith is not that great, so I'll most probaly only be done tomorrow....

Karel

25
I don't use them, but which one do you recommend?

26
Hi Thom,

I have the Entire "series" you made....  ;D
Where can I put them for you....

Karel

EDIT :: Mine has survided 3 HDD crashes and 2 burglaries...  ;D

27
Users / Re: We have a 1004 beta
« on: August 17, 2012, 11:50:21 am »
Just some feedback on the Beta install....

I did a fresh install on my core. Installation went smoothly.
All my media is on a second harddrive in my core, and was detected and available, just like it was on my previous install.
Some media was public and some were private.
Next on the list is 1-wire and X10....
Then I might be getting a Bluecherry PV-155 capture card next week or so for Cameras....  ;D

Karel

28
Users / Re: We have a 1004 beta
« on: August 17, 2012, 08:03:11 am »
Yes. There was a lot of multiplicity in the /var/cache/apt/archives directory we now delete.

Those trying 1004 for the first time, please be aware of the fact that on the snapshots, you do NOT need to run Diskless_CreateTBZ.sh as it is embedded. Network installs will still require it. From snap install you just have to plug an MD in and roll.

The latest snapshot (LMCE-1004-20120813210126353.iso) is also smaller in size...... Is that correct?

Karel

29
Installation issues / Re: IP Camera in 1004
« on: July 25, 2012, 01:33:39 pm »
OK, i've got the motion wrapper in it (thought it was by default there)...

Following link gives me directly the video output.
   192.168.0.100/videostream.cgi
   192.168.0.100/video.cgi

And this link a image
   192.168.0.100/snapshot.cgi

What i've done:
  • Template 1916 (controlled by 'motion wrapper'
  • Data:   /videostream.cgi
  • user:   admin
  • password:   admin
  • TCP port:   80
  • protocol: http
  • IP:      192.168.0.100
  • MAC:  00:0d:c5:d0:47:e1


ps maybe one strange thing? When i click in the orbiter on the cameraname, he opens a new window. And i see here (where the videostream should be) very flue the name of a room on top of it. This in white font...

You have 2nics in your server? 192.168.0.# is your external network?
That might be your problem......

30
Users / Re: 1Wire not working anymore?
« on: July 25, 2012, 12:03:42 pm »
apt-get upgrade fixed it???

Pages: 1 [2] 3 4 ... 30