11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


성공)갤럭시 note8 에 debian 조건 tvheadend_4.3-1896~gce0907705-dirty_arm64.deb설치작업후 Continuity counter error 발생조치 내용

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    Continuity counter error 발생에 대한 구글링 하여 많은것을 조치 하였습니다

    http://11q.kr/g5s/bbs/board.php?bo_table=s11&wr_id=9783

    빌드를 초기부터 본게시물 중간에 참조 빌드 설치 합니다

    빌드시 화면 중간 에러에 대한 종속성 팩키지를 설치 정상 빌드 되게 하여 설치 합니다

    빌드 요약

    apt install git

    git clone https://github.com/tvheadend/tvheadend.git 

    cd tvheadend/ 

    빌드버전  설정작업

    최신버전은 

    git checkout master

    기본 옵션으로 진행

    git add . 

    의존성 팩키지 설치

    apt install debhelper pkg-config gettext libavahi-client-dev libssl-dev zlib1g-dev liburiparser-dev python python-requests cmake libpcre3-dev libdvbcsa-dev  xmltv-util python python-requests 

    full 상태로 빌드

    ./Autobuild.sh -t 

    에러발생으로 빌드전 의존성 팩키지 설치 관련 파일 설치

    에러 발생시 재빌드 하는데 빌드전 의존성 팩키지 설치 재빌드 진행
    ./Autobuild.sh -t

    빌드 완료후
    cd ..
    ls
    하여 파일을 설치 합니다
    dpkg -i tvheadend_4.3-1896~gce0907705-dirty_arm64.deb 
    아이디및 암호 입력후  설치완료
    ------------
    root@localhost:~# history
       
      10  apt install git
      11  git clone https://github.com/tvheadend/tvheadend.git
      12  ls
      13  cd tvheadend
      14  ls
      15  git checkout master
      16  nano configure
      17  apt install nano
      18  nano configure
      19  apt install debhelper pkg-config gettext libavahi-client-dev libssl-dev zlib1g-dev liburiparser-dev python python-requests cmake libpcre3-dev libdvbcsa-dev
      20  git checkout master
      21  git add .
      22  ./Autobuild.sh -t
      23  apt install wget
      24  ./Autobuild.sh -t
      25  ls
      26  cd ..
      27  ls
      28  dpkg -i tvheadend_4.3-1896~gce0907705-dirty_arm64.deb
      29  service
      30  service --status-all
      31  service tvheadend start
      32  nano /etc/init.d/tvheadend
      33  nano /etc/init.d/tvheadend -c
      34  wget http://11q.kr/download/tv_grab_docker_wget_cat
      35  ls
      36  chmod a+x tv_grab_docker_wget_cat
      37  chmod 777 tv_grab_docker_wget_cat
      38  cp tv_grab_docker_wget_cat /usr/bin
      39  service tveadend restart
      40  service tvheadend restart
      41  history
    root@localhost:~# history > ss.txt
    root@localhost:~#
    정상설치후
    정상 설정 합니다
    #1415 Continuity counter error (total 8)
    가 발생 합니다3232235521_1596286022.993.png

    3232235521_1596286058.6013.png 

    3232235521_1596286080.886.png 

    3232235521_1596286198.7157.png 


    Continuity counter error 발생에 

    https://tvheadend.org/boards/5/topics/18905
    https://github.com/ljalves/linux_media/wiki/Installating
    Thanks for help.
    I've installed other media_build package from here:

    https://github.com/ljalves/linux_media/wiki/Installating

    and quality is better, works quite smoothly

    ...

    참조하여 아래 내용 설치 합니다. 

    Installating

    Luis Alves edited this page on 28 Jan 2015 · 5 revisions

    Downloading and building

    git clone https://github.com/ljalves/media_build.git
    git clone --depth=1 https://github.com/ljalves/linux_media.git -b latest ./media
    cd media_build
    make dir DIR=../media
    make distclean
    make

    Installing

    ~/media_build $ sudo make install

    Loading the modules (or you can just reboot)

    CX23885 based

    ~/media_build $ sudo make rmmod
    ~/media_build $ sudo modprobe cx23885

    SAA716X based

    ~/media_build $ sudo make rmmod
    ~/media_build $ sudo modprobe saa716x_budget int_type=1

    If you find module load errors like "module has wrong symbol version" means that there still are old modules from your previous media tree installation (usually duplicated modules in two different places).

    The brute-force approach is to simply do:

    $ sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/*

    The other option is to identify, find and remove duplicate modules manually.

    Example:

    $ find /lib/modules/`uname -r` -name "media.ko"

    Upgrading sources and re-installing

    ~ $ cd media
    ~/media $ git remote update
    ~/media $ git pull
    ~/media $ cd ../media_build
    ~/media_build $ git remote update
    ~/media_build $ git pull
    ~/media_build $ make
    ~/media_build $ sudo make install
    (now you can reboot or unload/reload modules manually:)
    ~/media_build $ sudo make rmmod
    ~/media_build $ sudo modprobe ...


    Continuity counter error 발생에 조치후 이상 없습니다.

    2020-08-01 22:05:57.576 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:06:57.461 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:07:30.780 TS: IPTV Automatic Network/skb.m3u - MBN_16/MBN_16: H264 @ #1563 Continuity counter error (total 1)
    2020-08-01 22:07:30.780 TS: IPTV Automatic Network/skb.m3u - MBN_16/MBN_16: AAC @ #2563 Continuity counter error (total 1)
    2020-08-01 22:07:30.780 TS: IPTV Automatic Network/skb.m3u - MBN_16/MBN_16: AAC @ #3563 Continuity counter error (total 1)
    2020-08-01 22:07:57.508 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:08:58.248 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:09:58.115 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:10:58.213 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:11:58.158 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:12:58.117 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:13:58.245 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:14:58.239 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:15:58.198 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:16:58.239 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:17:58.218 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:18:58.253 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:19:58.117 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:20:57.506 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:21:57.503 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:22:57.504 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:23:57.434 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:24:57.377 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:25:57.478 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:26:57.500 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:27:57.434 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:28:57.525 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:29:57.512 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:30:57.439 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:31:57.476 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:32:57.722 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)


    ============== 상기내용은 정리 내용이며 아래와같이 정상 빌드 설치 조차 내용  ===============

    debian 설치는

    m.blog.naver.com 에서 참조 설치

    저의서버에 다운 설치는  기존빍드 linux에서 debian으로 설치 하니 에러 발생 내용입니다.

    wget http://192.168.0.6/download/tvheadend_4.3-1896~gce0907705-dirty_arm64.deb 


    dpkg -i tvheadend_4.3-1896~gce0907705-dirty_arm64.deb


     


    root@localhost:~# ls
    tvheadend_4.3-1896~gce0907705-dirty_arm64.deb
    root@localhost:~# dpkg -i tvheadend_4.3-1896~gce0907705-dirty_arm64.deb
    Selecting previously unselected package tvheadend.
    (Reading database ... 7819 files and directories currently installed.)
    Preparing to unpack tvheadend_4.3-1896~gce0907705-dirty_arm64.deb ...
    Unpacking tvheadend (4.3-1896~gce0907705-dirty) ...
    dpkg: dependency problems prevent configuration of tvheadend:
     tvheadend depends on libavahi-client3 (>= 0.6.16); however:
      Package libavahi-client3 is not installed.
     tvheadend depends on libavahi-common3 (>= 0.6.16); however:
      Package libavahi-common3 is not installed.
     tvheadend depends on libc6 (>= 2.29); however:
      Version of libc6:arm64 on system is 2.28-10.
     tvheadend depends on libdbus-1-3 (>= 1.9.14); however:
      Package libdbus-1-3 is not installed.
     tvheadend depends on libdvbcsa1 (>= 1.1.0); however:
      Package libdvbcsa1 is not installed.
     tvheadend depends on liburiparser1 (>= 0.6.0); however:
      Package liburiparser1 is not installed.
     tvheadend depends on bzip2; however:
      Package bzip2 is not installed.
    
    dpkg: error processing package tvheadend (--install):
     dependency problems - leaving unconfigured
    Processing triggers for systemd (241-7~deb10u4) ...
    Errors were encountered while processing:
     tvheadend

    종속설파일 설치

    apt install libavahi-client3 libavahi-common3 libc6 libdbus-1-3  libdvbcsa1 liburiparser1 bzip2

    root@localhost:~# apt install libavahi-client3 libavahi-common3 libc6 libdbus-1-3  libdvbcsa1 liburiparser1 bzip2
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libc6 is already the newest version (2.28-10).
    You might want to run 'apt --fix-broken install' to correct these.
    The following packages have unmet dependencies:
     libavahi-common3 : Depends: libavahi-common-data but it is not going to be installed
     tvheadend : Depends: libc6 (>= 2.29) but 2.28-10 is to be installed
                 Recommends: xmltv-util but it is not going to be installed
                 Recommends: python but it is not going to be installed
                 Recommends: python-requests but it is not going to be installed
    E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
    root@localhost:~#


    에러부분 설치

    apt --fix-broken install

    재설치
    apt install libavahi-client3 libavahi-common3 libc6 libdbus-1-3  libdvbcsa1 liburiparser1 bzip2

    
    root@localhost:~# apt install libavahi-client3 libavahi-common3 libc6 libdbus-1-3  libdvbcsa1 liburiparser1 bzip2
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    bzip2 is already the newest version (1.0.6-9.2~deb10u1).
    bzip2 set to manually installed.
    libdbus-1-3 is already the newest version (1.12.16-1).
    libdbus-1-3 set to manually installed.
    libc6 is already the newest version (2.28-10).
    The following additional packages will be installed:
      libavahi-common-data
    The following NEW packages will be installed:
      libavahi-client3 libavahi-common-data libavahi-common3 libdvbcsa1
      liburiparser1
    0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
    Need to get 301 kB of archives.
    After this operation, 1236 kB of additional disk space will be used.
    Do you want to continue? [Y/n] y
    Get:1 http://deb.debian.org/debian buster/main arm64 libavahi-common-data arm64 0.7-4+b1 [122 kB]
    Get:2 http://deb.debian.org/debian buster/main arm64 libavahi-common3 arm64 0.7-4+b1 [53.5 kB]
    Get:3 http://deb.debian.org/debian buster/main arm64 libavahi-client3 arm64 0.7-4+b1 [56.8 kB]
    Get:4 http://deb.debian.org/debian buster/main arm64 libdvbcsa1 arm64 1.1.0-2+b12 [24.7 kB]
    Get:5 http://deb.debian.org/debian buster/main arm64 liburiparser1 arm64 0.9.1-1 [43.9 kB]
    Fetched 301 kB in 1s (318 kB/s)
    debconf: delaying package configuration, since apt-utils is not installed
    Selecting previously unselected package libavahi-common-data:arm64.
    (Reading database ... 7911 files and directories currently installed.)
    Preparing to unpack .../libavahi-common-data_0.7-4+b1_arm64.deb ...
    Unpacking libavahi-common-data:arm64 (0.7-4+b1) ...
    Selecting previously unselected package libavahi-common3:arm64.
    Preparing to unpack .../libavahi-common3_0.7-4+b1_arm64.deb ...
    Unpacking libavahi-common3:arm64 (0.7-4+b1) ...
    Selecting previously unselected package libavahi-client3:arm64.
    Preparing to unpack .../libavahi-client3_0.7-4+b1_arm64.deb ...
    Unpacking libavahi-client3:arm64 (0.7-4+b1) ...
    Selecting previously unselected package libdvbcsa1:arm64.
    Preparing to unpack .../libdvbcsa1_1.1.0-2+b12_arm64.deb ...
    Unpacking libdvbcsa1:arm64 (1.1.0-2+b12) ...
    Selecting previously unselected package liburiparser1:arm64.
    Preparing to unpack .../liburiparser1_0.9.1-1_arm64.deb ...
    Unpacking liburiparser1:arm64 (0.9.1-1) ...
    Setting up libavahi-common-data:arm64 (0.7-4+b1) ...
    Setting up liburiparser1:arm64 (0.9.1-1) ...
    Setting up libdvbcsa1:arm64 (1.1.0-2+b12) ...
    Setting up libavahi-common3:arm64 (0.7-4+b1) ...
    Setting up libavahi-client3:arm64 (0.7-4+b1) ...
    Processing triggers for libc-bin (2.28-10) ...
    root@localhost:~#

    재설치
    dpkg -i tvheadend_4.3-1896~gce0907705-dirty_arm64.deb 

    
    root@localhost:~# dpkg -i tvheadend_4.3-1896~gce0907705-dirty_arm64.deb 
            Selecting previously unselected package tvheadend.
    (Reading database ... 8004 files and directories currently installed.)
    Preparing to unpack tvheadend_4.3-1896~gce0907705-dirty_arm64.deb ...
    Unpacking tvheadend (4.3-1896~gce0907705-dirty) ...
    dpkg: dependency problems prevent configuration of tvheadend:
     tvheadend depends on libc6 (>= 2.29); however:
      Version of libc6:arm64 on system is 2.28-10.
    
    dpkg: error processing package tvheadend (--install):
     dependency problems - leaving unconfigured
    Processing triggers for systemd (241-7~deb10u4) ...
    Errors were encountered while processing:
     tvheadend
    root@localhost:~#
    


    root@localhost:~# apt install libc6
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libc6 is already the newest version (2.28-10).
    You might want to run 'apt --fix-broken install' to correct these.
    The following packages have unmet dependencies:
     tvheadend : Depends: libc6 (>= 2.29) but 2.28-10 is to be installed
                 Recommends: xmltv-util but it is not going to be installed
                 Recommends: python but it is not going to be installed
                 Recommends: python-requests but it is not going to be installed
    E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
    root@localhost:~#
    

    apt install xmltv-util python python-requests apt --fix-broken install

    apt --fix-broken install


    한번더  반대로 진행


    apt --fix-broken install
     
    apt install xmltv-util python python-requests
    apt --fix-broken install
     
    재설치 불가능
    cd ..
    ls
    dpkg -i tvheadend_4.3-1896~gce0907705-dirty_arm64.deb 

    ====================
    debian으로 재빌드 진행
    ------------

    https://github.com/tvheadend/tvheadend/tree/v4.3

    하여

    https://github.com/tvheadend/tvheadend.git

    최종 파일은 다음과 같이 다운로드 합니다

    먼저  git 인스톨 합니다

     apt install git

    상기 경로 다운로드 

    git clone https://github.com/tvheadend/tvheadend.git

    파일이 받아 지면 

    cd tvheadend/

    경로 진입 가능


    빌드버전  설정작업

    최신버전은 

    git checkout master


    4.2.8버전은

    https://11q.kr/g5s/bbs/board.php?bo_table=s11&wr_id=8922

    참고하여 빌드 합니다

    f8caa16b829b9c5a662b3f6d56176392c4a93b07

    경로복사

    git checkout f8caa16b829b9c5a662b3f6d56176392c4a93b07


    =======================

    최신버전으로 빌드

    git checkout master

    기본 설정

    TVH 에 기능을 넣고 빼는 작업

    nano configure

    최종분 그대로  수정없이 빌드 

    3232235521_1595924781.1633.png

    "ffmpeg_static:no"

    1차 조건 no 

    기본 옵션으로 진행

    git checkout master

    git add .


    데비안조건으로 빌드

     ./Autobuild.sh -t debian
    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    apache2 와 tvheadend 설치 내용
    root@localhost:~# history
        1  service --status-all
        2  curl -LO https://raw.githubusercontent.com/jassmusic/termux/master/termux-ubuntu_apache2_install.sh
        3  ls
        4  bash termux-ubuntu_apache2_install.sh
        5  service apache2 start
        6  service --status-all
        7  service s***2 restart
        8  service --status-all
        9  service s**2 start
      10  apt install git
      11  git clone https://github.com/tvheadend/tvheadend.git
      12  ls
      13  cd tvheadend
      14  ls
      15  git checkout master
      16  nano configure
      17  apt install nano
      18  nano configure
      19  apt install debhelper pkg-config gettext libavahi-client-dev libssl-dev zlib1g-dev liburiparser-dev python python-requests cmake libpcre3-dev libdvbcsa-dev
      20  git checkout master
      21  git add .
      22  ./Autobuild.sh -t
      23  apt install wget
      24  ./Autobuild.sh -t
      25  ls
      26  cd ..
      27  ls
      28  dpkg -i tvheadend_4.3-1896~gce0907705-dirty_arm64.deb
      29  service
      30  service --status-all
      31  service tvheadend start
      32  nano /etc/init.d/tvheadend
      33  nano /etc/init.d/tvheadend -c
      34  wget http://11q.kr/download/tv_grab_docker_wget_cat
      35  ls
      36  chmod a+x tv_grab_docker_wget_cat
      37  chmod 777 tv_grab_docker_wget_cat
      38  cp tv_grab_docker_wget_cat /usr/bin
      39  service tveadend restart
      40  service tvheadend restart
      41  history
    root@localhost:~# history > ss.txt
    root@localhost:~#

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    apt install debhelper pkg-config gettext libavahi-client-dev libssl-dev zlib1g-dev liburiparser-dev python python-requests cmake libpcre3-dev libdvbcsa-dev git wget mc nano htop -y

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

    apt install yum
    yum install libtool
    mkdir  ~/ffmpeg/lib

    apt install debhelper

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    https://tvheadend.org/boards/5/topics/18905
    https://github.com/ljalves/linux_media/wiki/Installating
    Thanks for help.
    I've installed other media_build package from here:

    https://github.com/ljalves/linux_media/wiki/Installating

    and quality is better, works quite smoothly

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    이제 안나오는 Continuity counter error
    2020-08-01 21:36:02.330 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 21:36:03.007 xmltv: /usr/bin/tv_grab_docker_wget_cat: grab /usr/bin/tv_grab_docker_wget_cat
    2020-08-01 21:36:03.025 spawn: Executing "/usr/bin/tv_grab_docker_wget_cat"
    2020-08-01 21:36:04.019 xmltv: /usr/bin/tv_grab_docker_wget_cat: grab took 1 seconds
    2020-08-01 21:36:04.764 xmltv: /usr/bin/tv_grab_docker_wget_cat: parse took 0 seconds
    2020-08-01 21:36:04.764 xmltv: /usr/bin/tv_grab_docker_wget_cat:  channels  tot=  295 new=    0 mod=    1
    2020-08-01 21:36:04.764 xmltv: /usr/bin/tv_grab_docker_wget_cat:  brands    tot=    0 new=    0 mod=    0
    2020-08-01 21:36:04.764 xmltv: /usr/bin/tv_grab_docker_wget_cat:  seasons    tot=    0 new=    0 mod=    0
    2020-08-01 21:36:04.764 xmltv: /usr/bin/tv_grab_docker_wget_cat:  episodes  tot=    0 new=    0 mod=    0
    2020-08-01 21:36:04.764 xmltv: /usr/bin/tv_grab_docker_wget_cat:  broadcasts tot= 6009 new= 5626 mod=    0
    2020-08-01 21:36:30.102 mpegts: skb.m3u - KBS2_7 2TV in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:36:30.107 subscription: 0002: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "KBS2_7 2TV", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - KBS2_7 2TV", service: "KBS2_7 2TV", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:02.367 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 21:37:06.472 subscription: 0002: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "KBS2_7 2TV", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:06.476 mpegts: skb.m3u - 현대홈쇼핑_8 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:06.481 subscription: 0003: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "현대홈쇼핑_8", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - 현대홈쇼핑_8", service: "현대홈쇼핑_8", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:06.659 tbl-base: pat: skb.m3u - 현대홈쇼핑_8 in IPTV Automatic Network: TSID zero value detected, ignoring
    2020-08-01 21:37:09.473 subscription: 0003: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "현대홈쇼핑_8", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:09.477 mpegts: skb.m3u - KBS1_9 1TV in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:09.479 subscription: 0004: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "KBS1_9 1TV", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - KBS1_9 1TV", service: "KBS1_9 1TV", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:14.168 subscription: 0004: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "KBS1_9 1TV", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:14.172 mpegts: skb.m3u - 롯데홈쇼핑_10 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:14.175 subscription: 0005: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "롯데홈쇼핑_10", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - 롯데홈쇼핑_10", service: "롯데홈쇼핑_10", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:14.486 tbl-base: pat: skb.m3u - 롯데홈쇼핑_10 in IPTV Automatic Network: TSID zero value detected, ignoring
    2020-08-01 21:37:16.366 subscription: 0005: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "롯데홈쇼핑_10", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:16.372 mpegts: skb.m3u - MBC_11 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:16.375 subscription: 0006: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "MBC_11", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - MBC_11", service: "MBC_11", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:23.916 subscription: 0006: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "MBC_11", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:23.927 mpegts: skb.m3u - GS SHOP_12 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:23.929 subscription: 0007: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "GS SHOP_12", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - GS SHOP_12", service: "GS SHOP_12", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:24.032 tbl-base: pat: skb.m3u - GS SHOP_12 in IPTV Automatic Network: TSID zero value detected, ignoring
    2020-08-01 21:37:25.938 subscription: 0007: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "GS SHOP_12", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:25.946 mpegts: skb.m3u - EBS1_13 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:25.949 subscription: 0008: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "EBS1_13", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - EBS1_13", service: "EBS1_13", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:28.055 subscription: 0008: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "EBS1_13", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:28.061 mpegts: skb.m3u - GS SHOP_12 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:28.068 subscription: 0009: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "GS SHOP_12", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - GS SHOP_12", service: "GS SHOP_12", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:28.400 tbl-base: pat: skb.m3u - GS SHOP_12 in IPTV Automatic Network: TSID zero value detected, ignoring
    2020-08-01 21:37:35.631 subscription: 0009: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "GS SHOP_12", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:35.635 mpegts: skb.m3u - EBS1_13 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:35.638 subscription: 000A: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "EBS1_13", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - EBS1_13", service: "EBS1_13", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:40.010 subscription: 000A: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "EBS1_13", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:40.015 mpegts: skb.m3u - NS홈쇼핑_14 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:40.018 subscription: 000B: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "NS홈쇼핑_14", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - NS홈쇼핑_14", service: "NS홈쇼핑_14", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:40.294 tbl-base: pat: skb.m3u - NS홈쇼핑_14 in IPTV Automatic Network: TSID zero value detected, ignoring
    2020-08-01 21:37:41.555 subscription: 000B: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "NS홈쇼핑_14", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:41.567 mpegts: skb.m3u - JTBC_15 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:41.569 subscription: 000C: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "JTBC_15", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - JTBC_15", service: "JTBC_15", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:46.807 subscription: 000C: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "JTBC_15", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:46.812 mpegts: skb.m3u - MBN_16 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:46.815 subscription: 000D: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "MBN_16", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - MBN_16", service: "MBN_16", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:51.176 subscription: 000D: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "MBN_16", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:51.179 mpegts: skb.m3u - SK stoa_17 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:51.182 subscription: 000E: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "SK stoa_17", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - SK stoa_17", service: "SK stoa_17", profile="htsp", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:52.933 subscription: 000E: "192.168.0.12 [ user | Kodi Media Center ]" unsubscribing from "SK stoa_17", hostname="192.168.0.12", username="user", client="Kodi Media Center"
    2020-08-01 21:37:52.937 mpegts: skb.m3u - 채널A_18 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 21:37:52.938 subscription: 000F: "192.168.0.12 [ user | Kodi Media Center ]" subscribing on channel "채널A_18", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - 채널A_18", service: "채널A_18", profile="htsp", ho

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    Continuity counter error (total 1) 가끔 나오지만
    안정된 시스템으로 됬습니다
    ---------

    2020-08-01 22:40:57.481 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:41:57.547 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:41:57.871 subscription: 0001: "192.168.0.12 [ shimss | Kodi Media Center ]" unsubscribing from "MBN_16", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 22:41:57.879 mpegts: skb.m3u - SK stoa_17 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 22:41:57.881 subscription: 0002: "192.168.0.12 [ shimss | Kodi Media Center ]" subscribing on channel "SK stoa_17", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - SK stoa_17", service: "SK stoa_17", profile="htsp", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 22:42:00.348 subscription: 0002: "192.168.0.12 [ shimss | Kodi Media Center ]" unsubscribing from "SK stoa_17", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 22:42:00.354 mpegts: skb.m3u - 채널A_18 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 22:42:00.358 subscription: 0003: "192.168.0.12 [ shimss | Kodi Media Center ]" subscribing on channel "채널A_18", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - 채널A_18", service: "채널A_18", profile="htsp", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 22:42:57.455 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:43:57.419 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:44:31.812 TS: IPTV Automatic Network/skb.m3u - 채널A_18/채널A_18: H264 @ #1564 Continuity counter error (total 1)
    2020-08-01 22:44:31.846 TS: IPTV Automatic Network/skb.m3u - 채널A_18/채널A_18: AC3 @ #3564 Continuity counter error (total 1)
    2020-08-01 22:44:57.958 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:45:57.899 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:46:58.029 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:47:58.239 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:48:19.038 TS: IPTV Automatic Network/skb.m3u - 채널A_18/채널A_18: H264 @ #1564 Continuity counter error (total 10)
    2020-08-01 22:48:19.038 TS: IPTV Automatic Network/skb.m3u - 채널A_18/채널A_18: AC3 @ #2564 Continuity counter error (total 1)
    2020-08-01 22:48:19.051 TS: IPTV Automatic Network/skb.m3u - 채널A_18/채널A_18: AC3 @ #3564 Continuity counter error (total 3)
    2020-08-01 22:48:41.470 subscription: 0003: "192.168.0.12 [ shimss | Kodi Media Center ]" unsubscribing from "채널A_18", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 22:48:41.474 mpegts: skb.m3u - TV조선_19 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 22:48:41.477 subscription: 0004: "192.168.0.12 [ shimss | Kodi Media Center ]" subscribing on channel "TV조선_19", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - TV조선_19", service: "TV조선_19", profile="htsp", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 22:48:43.124 subscription: 0004: "192.168.0.12 [ shimss | Kodi Media Center ]" unsubscribing from "TV조선_19", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 22:48:43.130 mpegts: skb.m3u - 채널A_18 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 22:48:43.133 subscription: 0005: "192.168.0.12 [ shimss | Kodi Media Center ]" subscribing on channel "채널A_18", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - 채널A_18", service: "채널A_18", profile="htsp", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 22:48:58.266 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:49:58.028 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:50:22.717 TS: IPTV Automatic Network/skb.m3u - 채널A_18/채널A_18: H264 @ #1564 Continuity counter error (total 1)
    2020-08-01 22:50:57.968 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:51:58.030 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:52:57.964 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:53:58.029 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:54:57.998 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:55:58.249 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:56:58.266 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:57:58.291 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:58:58.197 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 22:59:58.267 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 23:00:58.284 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 23:01:58.270 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 23:02:58.268 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 23:03:58.486 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 23:04:58.159 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 23:05:41.170 subscription: 0005: "192.168.0.12 [ shimss | Kodi Media Center ]" unsubscribing from "채널A_18", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 23:05:41.174 mpegts: skb.m3u - SK stoa_17 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 23:05:41.178 subscription: 0006: "192.168.0.12 [ shimss | Kodi Media Center ]" subscribing on channel "SK stoa_17", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - SK stoa_17", service: "SK stoa_17", profile="htsp", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 23:05:42.871 subscription: 0006: "192.168.0.12 [ shimss | Kodi Media Center ]" unsubscribing from "SK stoa_17", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 23:05:42.876 mpegts: skb.m3u - MBN_16 in IPTV Automatic Network - tuning on IPTV #1
    2020-08-01 23:05:42.881 subscription: 0007: "192.168.0.12 [ shimss | Kodi Media Center ]" subscribing on channel "MBN_16", weight: 150, adapter: "IPTV #1", network: "IPTV Automatic Network", mux: "skb.m3u - MBN_16", service: "MBN_16", profile="htsp", hostname="192.168.0.12", username="shimss", client="Kodi Media Center"
    2020-08-01 23:05:58.144 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 23:06:58.252 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)
    2020-08-01 23:07:58.219 iptv: m3u parse: 0 new mux(es) in network 'IPTV Automatic Network' (total 111)

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    [Nvidia GPU]
    우분투 18.04+NVENC+tvheadend 적용기 (스압&데이터 주의)
    https://cafe.naver.com/mk802/30368

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    # 의존성 패키지 설치

     $ sudo apt-get -y install gettext libgettextpo-dev aptitude libiconv-hook* curl liburiparser-dev liburiparser1 cmake libomxil-dev libssl-dev libavahi-client-dev zlib1g-dev dvb-apps libpcre3-dev git debhelper python libdvbcsa-dev libva-dev xmlto libbsd-dev python-requests libavresample-dev debhelper libcurl4-gnutls-dev libpcre2-8-0 libpcre2-dev

     $ sudo aptitude install build-essential git pkg-config libssl-dev bzip2 wget libavahi-client-dev zlib1g-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    apt install git
    git clone https://github.com/tvheadend/tvheadend.git
    ls
    apt-get -y install gettext libgettextpo-dev aptitude libiconv-hook* curl liburiparser-dev liburiparser1 cmake libomxil-dev libssl-dev libavahi-client-dev zlib1g-dev dvb-apps libpcre3-dev git debhelper python libdvbcsa-dev libva-dev xmlto libbsd-dev python-requests libavresample-dev debhelper libcurl4-gnutls-dev libpcre2-8-0 libpcre2-dev

    aptitude install build-essential git pkg-config libssl-dev bzip2 wget libavahi-client-dev zlib1g-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev
    cd tvheadend
    ls
    apt install nano
    nano configure
    "ffmpeg_static:no"
    1차 조건 no 으로
    #git checkout master
    git checkout 78081ea95adce7a765265924df7a5ee3323280f3
    git add .
    ./Autobuild.sh -t
    dpkg -i 파일
    service tvheadend start

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,684 / 2 Page
    [ [홈피up]아미나 스킨 홈페이지 상단 그림아이콘 변경하기 ]

    ### ■ https://11q.kr는 정보를 찾아 공유 합니다.. ■ https://11q.kr\n[이 게시물은 관리자님에 의해 2013-11…

    [ 첫화면을 전체게시글(new.php)로 접속하는 팁 ] 댓글 1

    모바일접속시 첫화면을 전체게시글(new.php)로 접속하는 팁좀알려주세요??모바일화면은 PC화면과 달라서첫 접속화면에 전체게시글이 기본적으로 보…

    [ 시놀로지 NAS MEMORY DS712PLUS 메모리 HDD 하드 교체 홈피 정상 구동하기(사례) ] 댓글 2

    시놀로지 nas ds712plus hdd교체하기\r\n\r\n필수백업)백업을 web폴더및 mysql data를 백업한다\r\n하드웨어 구성)\r…

    [ 시놀로지 나스 nas vpn 주인장 장비 설정 하기 ]

    ♠vpn 설정 정보 자료링크 VPN 설정 참조 설치 바라며http://studyforus.tistory.com/212http://cafe.nav…

    [ 아미나 빌드 업데이트후 로그인 상단 글씨 로그인 상단글씨 클릭하면 팝업 되지 않을시 ]

    ♠개인적인 문제)로그인 상단 글씨 pc/모바일 모두 모바일 모드에서 로그인 상단글씨 클릭하면 팝업 되지 않을시......> 팝업메뉴가 안되…

    [ 인텔 정품 cpu 팬 높이 치수 / mini-itx 보드에 나스케이스 cpu 팬 (높이) 쿨러 구입 정보… ]

    인텔 정품 cpu 팬 높이 치수 / mini-itx 보드에 나스케이스 cpu 팬 (높이) 쿨러 구입 정보 가격 참조팬 종료별 비교 http://…

    [ [정보] VMware Player를 이용해서 XPEnology/Synology /헤놀로지 윈도우 서버 201… ] 댓글 4

    ♠[정보] VMware Player를 이용해서 XPEnology/Synology\r\n/헤놀로지 윈도우 서버 2016 구축 설치사용기 입니다\r…

    [ SK 인터넷과 IPTV 연결과 사설공유기 pc연결시 기존 IPTV와 PC 랜 연결시 화면 끝김 발생 대응 … ] 댓글 1

    SK 인터넷과 IPTV 연결과 사설공유기 pc연결시 기존 IPTV와 PC 랜 연결시 화면 끝김 발생 대응 허브및 공유기 ,서버 연결도기존 : I…

    [ MS 정품 무료 웹에디터 배포 다운로드(Microsoft Microsoft Expression Web 4) ] 댓글 8

    MS정품무료웹에디터배포다운로드(MicrosoftMicrosoftExpression\Web4)-홈페이지나블로그또는다양한웹페이지를만들때아마도HTML…

    [ 패리티 일괄성검사 빠르게 하는방법(dsm6)_시놀로지/헤놀로지 윈도우 vmware 사용자 ]

    시놀로지/헤놀로지 윈도우 vmware 사용자 패리티 일괄성검사 빠르게 하는방법\r\n1) 초기 하드구성을 볼륨단위로 묽어서 구성하라\r\n저는 …

    [ 옥션에서 싼값에 디지털TV 셋톱BOX 을 구입 > 셀런 tv / celruntv 새롭게 GHOST PATCH… ] 댓글 23

    옥션에서 싼값에 디지털TV 셋톱BOX 을 구입했는데 이것이 요물 단지 입니다사용상에 문제는 없으나 구글링하여kevin 분의 자료를 받아 업데이트…

    [ pwigo 암호 초기화및 이메일 확인하기 password change 패스워드 변경 하기 ]

    pwigo 암호 초기화및 이메일 확인하기 password change등록된 이메일을 모른다 확인하여 암호 변경https://11q.kr/piwi…

    [ 부하가 적은 파일 전송 FlashFXP 을 이용한 nas용 파일전송 백업 ftp 사용방법기 입니다 ] 댓글 5

    부하가 적은 파일 전송 FlashFXP 을 이용한 nas용 파일전송 백업 ftp 사용방법기 입니다FlashFXP에 오신 것을 환영합니다!Flas…

    [ 이메일 서버에서 왜 스펨메일이 생기는지 ?아시는 분 리풀좀 해주세요 ]

    이메일 서버에서 왜 스펨메일이 생기는지 ?아시는 분 리풀좀 해주세요>\r\n>\r\n>\r\n♠ 출처는 링크 참조 바랍니다. h…

    [ 준비)omvs 프로그램을 이용한 S* (B*v) IPTV 주소 따는 방법 준비 ]

    오! 멀티 캐스트 비디오 스캐너\r\n\r\n무료 비디오 스트리밍 멀티 캐스트 IP 주소를 찾을 수 있습니다! 멀티 캐스트\r\n비디오 스캐너.…

    [ RAID 볼륨 시스템 파티션 실패함 수정 방법 ]

    RAID 볼륨 시스템 파티션 실패함 수정 방법DSM 새로 설치후 이전 RAID/볼륨을 추가시 시스템 파티션\r\n실패함발생시 수리방법 > …


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-07-01 16:51:49

    오늘의 홈 현황


    • 현재 접속자♨ 659 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 12 명
    • 오늘 방문자 1,704 명
    • 어제 방문자 1,787 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,406,754 명
    • 전체 게시물※ 8,671 개
    • 전체 댓글수※ 24,812 개
    • 전체 회원수 11,078 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑