Hypercam anyone using it

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • C64
    V.I.P. Member
    • Mar 2008
    • 2394

    #31
    Peace Bro, just having a laugh with you

    Comment

    • satman
      V.I.P. Member
      • Jun 2008
      • 736

      #32
      Originally posted by witchy2k1
      Peace Bro, just having a laugh with you
      being a scot myself i always fond of a laugh,,

      But he who laughs last laughs best..
      boom!

      Comment

      • C64
        V.I.P. Member
        • Mar 2008
        • 2394

        #33
        That's why I'm still laughing

        Look - "hahahehehehoho!"

        Comment

        • wozzo
          Top Poster
          • Jun 2008
          • 198

          #34
          Tbh the only hope i can see for the linux boxes in irl is the work being done by satman and co.

          KV have there fix on lockdown, as you would expect.

          I hope there will be a .ppc_old version of hypercam for my ole Dbox.

          Comment

          • rickets
            Top Poster
            • Jun 2008
            • 135

            #35
            Originally posted by wozzo
            Tbh the only hope i can see for the linux boxes in irl is the work being done by satman and co.

            KV have there fix on lockdown, as you would expect.

            I hope there will be a .ppc_old version of hypercam for my ole Dbox.


            You ain't looking hard enough.....

            Comment

            • satman
              V.I.P. Member
              • Jun 2008
              • 736

              #36
              Originally posted by rickets
              You ain't looking hard enough.....
              I think he means when the n2 UPC is fixed

              oo and sober now so hihihihihihihihihihihihihihihih needed to get that in...
              boom!

              Comment

              • ozshea
                Top Poster +
                • Sep 2008
                • 234

                #37
                i dont no if im reading into this thread wrongly, but do i sense a temporary fix for dreambox on the horizon, i certainly hope so no matter how long it lasts, fingers crossed....

                Comment

                • despdan
                  V.I.P. Member
                  • Dec 2008
                  • 544

                  #38
                  @satman

                  Hi M8
                  loaded the files into their places but box doesn't list it in the cams.
                  Should there be a .sh script as well dont seem to have one?

                  Comment

                  • satman
                    V.I.P. Member
                    • Jun 2008
                    • 736

                    #39
                    Originally posted by despdan
                    @satman

                    Hi M8
                    loaded the files into their places but box doesn't list it in the cams.
                    Should there be a .sh script as well dont seem to have one?
                    Depends what image your using,

                    You may need to make a .sh script to start the binary if thats they way your image handles emu-management.
                    just look at one the other cams but change the layout to run /var/bin/hypercam
                    boom!

                    Comment

                    • despdan
                      V.I.P. Member
                      • Dec 2008
                      • 544

                      #40
                      @satman
                      Thanks for the help.
                      I am multi booting dm600 are there any image which will run with just those files in the download?

                      Comment

                      • satman
                        V.I.P. Member
                        • Jun 2008
                        • 736

                        #41
                        What image are you using?
                        boom!

                        Comment

                        • satman
                          V.I.P. Member
                          • Jun 2008
                          • 736

                          #42
                          Nemesis:
                          Code:
                          #!/bin/sh
                          #emuname=Hypercam
                          #ecminfofile=ecm.info
                          
                          export env LD_LIBRARY_PATH=/var/lib:$LD_LIBRARY_PATH
                          
                          case "$1" in
                             start)
                             /var/bin/hypercam &
                             sleep 4
                            ;;
                             stop)
                             killall -9 hypercam
                             sleep 4
                            ;;
                             *)
                             $0 stop
                             exit 1
                            ;;
                          esac
                          
                          exit 0

                          Dreambox CVS IMG's:
                          init:
                          Code:
                          #!/bin/sh
                          export env LD_LIBRARY_PATH=/var/lib:$LD_LIBRARY_PATH
                          killall -9 hypercam
                          /var/bin/hypercam
                          Gemeni:

                          Code:
                          #!/bin/sh
                          CAMNAME="Hypercam 1"
                          USERNAME="Hypercam"
                          ZAPTIME=4
                          CAMID=0000
                          DVBSET=1
                          INFOFILE="ecm.info"
                          INFOFILELINES=
                          # end
                          
                          export env LD_LIBRARY_PATH=/var/lib:$LD_LIBRARY_PATH
                          
                          
                          
                          remove_tmp () {
                          rm -rf /tmp/*.info* /tmp/*.tmp*
                          }
                          case $1 in
                          start)
                          echo "[SCRIPT] $1: $CAMNAME"
                          remove_tmp
                          /var/bin/hypercam
                          ;;
                          stop)
                          echo "[SCRIPT] $1: $CAMNAME"
                          touch /tmp/hypercam.kill
                          /var/bin/prockill hypercam
                          killall -9 hypercam 2> /dev/null
                          remove_tmp
                          sleep 2
                          ;;
                          *)
                          $0 stop
                          exit 1
                          ;;
                          esac
                          exit 0

                          DSTEAM:
                          Code:
                          #?xml version="1.0" encoding="iso-8859-1" ?@
                          #emu@
                          #start@
                          #startemu daemon="/var/bin/hypercam" /@
                          
                          #/start@
                          #stop@
                          #killemu command="killall hypercam" /@
                          #/stop@
                          #/emu@
                          you must change # for < and @ for >; hihihih them Tags, hiihhi


                          Code:
                          For Hydra, Nabilosat, Puntal, URTeam or other's you must add a new file in
                          var/etc folder, this team's use: smartcam.config, and don't use script, then put like this:
                          
                          "uinit" or "init", you must ask in Foruns Team's.
                          
                          chmod uinit 755
                          
                          or
                          
                          chmod uinit 755
                          
                          and the inside put this:
                          
                          #!/bin/sh
                          export env LD_LIBRARY_PATH=/var/lib:$LD_LIBRARY_PATH
                          
                          
                          In smartcam.config:
                          
                          osd-name 1 = Hypercam
                          emulator 1 = hypercam
                          camd 1 =
                          daemon 1 = hypercam
                          kill 1 =  
                          sleep 1 =
                          zap-sleep 1 =
                          
                          Note if you have only one cam, hypercam install if you have 3, you must change like this:
                          
                          osd-name 4 = Hypercam
                          emulator 4 = hypercam
                          camd 4 =
                          daemon 4 =
                          kill 4 =  
                          sleep 4 =
                          zap-sleep 4 =
                          
                          Hypercam will be n? 4, Ok....
                          thanks@single
                          boom!

                          Comment

                          • despdan
                            V.I.P. Member
                            • Dec 2008
                            • 544

                            #43
                            @satman
                            Now I have something to do for the bankhoilday weekend.
                            Thanks again

                            Comment

                            • satman
                              V.I.P. Member
                              • Jun 2008
                              • 736

                              #44
                              Originally posted by despdan
                              @satman
                              Now I have something to do for the bankhoilday weekend.
                              Thanks again
                              Also think its included in gemini blue-panel now
                              boom!

                              Comment

                              • Migz
                                Member
                                • Jun 2008
                                • 52

                                #45
                                So does hypercam work with neutrino images then?

                                Comment

                                Working...