User:Tommycw1

From MythTV Official Wiki
Jump to: navigation, search

OK, I'm sure that other people don't care very much about all of this information, however I like to use this page to document my systems and add things here that I want to remember. It works nice as a place to keep all of this information.

My Myth System

Main Frontend / Backend

General Information

This box is strictly running my Mythbackend/Mythfrontend on my living room TV

Hardware

Motherboard:


CPU:

  • AMD FX(tm)-6300 Six-Core Processor

RAM:


Harddisks:


Dead Drives:


Optical Drives:

LAN:

  • Realtek® GbE LAN chip (10/100/1000 Mbit)

Video Card:

  • NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2]

Tuner Cards:

Former Tuner Cards:

Audio:

Ir Receiver:


Gamepads:

  • 2x Logitech Cordless Rumbelpad 2 - Logitech is the BEST company with awesome customer service. They replaced one of these for me, free of charge or even shipping, WAY after the warranty expired!

Software

Ubuntu 14.04 LTS
Mythtv 0.28-fixes

Links I find helpful


Other Hardware

/dev/sdb Maxtor 51536U3 7200RPM 2MB Buffer UDMA/66 15GB PATA

Home Theater

General Informaiton

TV

Samsung 43" 450 Plasma TVSupport

  • 2x HDMI
  • 1x Component In

BR-DVD

Samsung BD-F5100

  • HDMI Out

Tuner

Kenwood VR-405 Surround Receiver

IR

SONY RM-VL710
TWC UR5U878-TWN (AUX CODE=782)(Code 566 is also good, but collides with MCE Remote)


Streaming

Amazon Fire TV

OTA

Antenna in attic

Old Equipment

Sanyo DS-27820 27" 4:3 CRT SD-TV

  • 1 Coax RF Input
  • 1 Component or S-Video Input
  • 1 Component Input
  • 1 Audio Output
  • Comb Filter = Digital 3-Line

Magnavox MDV455/17

  • Plays DVD, DVD+RW, CD, CD-RW, MP3 and Picture CDs
  • Progressive Scan
  • Dolby Digital (Digital out only) · DTS (Digital out only)
  • Parental lock
  • Virtual 3D Surround Sound
  • Component, S-Video Output, and Composite Video Out
  • Zoom functions while movie is playing

Sanyo VWM-710 4 Head HI-FI VCR

Other Systems

Desktop

Motherboard:

  • Gigabyte Ultra Durable GA-970A-UD3P
    • The USB2 ports on this motherboard do not work with Linux by default. The IOMMU must be enabled in the BIOS and the following must be passed to the kernel at boot "amd_iommu=soft" and "iommu=soft". More info avialable here

CPU:

RAM:

Harddisks:

  • /dev/sda Samsung SP1213C 7200RPM 120GB SATA 1 - 1.5GB/s (MoBo supports up to 6GB/s)

Optical Drives:

Video:

Old Desktop

Motherboard: Motherboard Specifications, P4SD-LA (Yale) Manual

  • Not entirely sure if this is a "Yale", "Cobra", or "Stingray". Not "Oxford" as "Oxford" only had 2 DIMM slots.
  • NOTE: FP Audio connector MUST be plugged in for rear panel sound to work!

CPU:

RAM:

  • 1.25GB PC PC2700 (1x 512MB, 3x256MB)

Harddisks: 4

Optical Drives:


Video:

  • nVidia NV18 - GeForce4 MX 440 AGP 8x

Neon File Server

Motherboard:

CPU:

GPU:

RAM:

Harddisks:

Optical Drives:

Sl

https://www.mythtv.org/wiki?title=User:Tommycw1&action=edit&section=17

ZM System

New Installs

Remember to add user www-data to video group

Cameras

  • Dahua IPC-HFW4431R-Z - Driveway
    • Timestamp: %N - %Y-%m-%d %I:%M:%S%P %Z
  • Dahua IPC-HFW2100 - Back Door
    • Timestamp: %N - %Y-%m-%d %I:%M:%S%P %Z
  • Dahua IPC-HFW3200S - Bak Yard
    • Timestamp: %N - %Y-%m-%d %I:%M:%S%P %Z
  • Escam Brick Qd900 Wifi - Basement
    • Source Path: rtsp://192.168.x.x:554/11
    • Timestamp: %N - %Y-%m-%d %I:%M:%S%P %Z

Using old Webcams

For use of old webcams edit /usr/bin/zmdc.pl

Insert the following lines just before the "my @daemons = (" line

$ENV{LD_PRELOAD} = '/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so';
$ENV{LD_PRELOAD} = '/usr/lib/x86_64-linux-gnu/libv4l/v4l2convert.so';

Time stamps

For AM/PM style time modify the time stamp with the following format: %N - %Y-%m-%d %I:%M:%S%P %Z

External Triggers

In order to use external triggers with ZM you must set:

OPT_TRIGGERS Interface external event triggers via socket or device files (?)

Then trigger via: echo "5|on+15|255|Side Door Motion" >/dev/tcp/localhost/6802

Config for email

https://wiki.zoneminder.com/How_to_get_ssmtp_working_with_Zoneminder#Making_changes_to_.2Fusr.2Fbin.2Fzmfilter.pl