600PVR: Transferring recordings to PC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • billybob69
    Member
    • Jun 2008
    • 75

    #1

    600PVR: Transferring recordings to PC

    Hi,

    I've a Dreambox 600PVR which I have managed to fill up the hard-drive with late-night recordings [cough!] which I now what to transfer to my PC or laptop.

    Is it possible that someone can give me an overview of how to do this?

    Thanks in advance.
    bb69
  • caveman_nige
    V.I.P. Member
    • Feb 2008
    • 4920

    #2
    Ahhhh so much culture and so little time....

    Can't you just ftp the files from the location on your HDD to your PC/laptop etc... Thats what i would do.

    Comment

    • billybob69
      Member
      • Jun 2008
      • 75

      #3
      Originally posted by caveman_nige
      Ahhhh so much culture and so little time....

      Can't you just ftp the files from the location on your HDD to your PC/laptop etc... Thats what i would do.
      Thanks for the reply.
      To FTP across, is there a particular piece of software that you recommend to use?

      Also some of the files are quite sizable - 2 hours long - do these take long to transfer?

      Thanks.

      Comment

      • westkill
        V.I.P. Member
        • May 2008
        • 2378

        #4
        try dreambox command centre dcc i think that is in the downloads that has an ftp program in it , just setup the ip address of pc and dreambox then it should conect

        on one side of the page you will see your pc files and the other is your dreambox
        click /media/hdd/movies on your dreambox side and you will see your recordings
        then highlight the file you want to send across to your pc to what ever file you like on your pc ,you will see two arrows in the middle for direction to send the files

        if you can understand my jiberish

        <--westkill added 3 Minutes and 40 Seconds later...-->

        Originally posted by westkill
        try dreambox command centre dcc i think that is in the downloads that has an ftp program in it , just setup the ip address of pc and dreambox then it should conect

        on one side of the page you will see your pc files and the other is your dreambox
        click /media/hdd/movies on your dreambox side and you will see your recordings
        then highlight the file you want to send across to your pc to what ever file you like on your pc ,you will see two arrows in the middle for direction to send the files

        if you can understand my jiberish
        yes dcc is in the downloads
        Last edited by westkill; 5 June, 2008, 19:49. Reason: Automerged Doublepost
        dm800-s=1.1 m triax motorised dish=titanium twin lnb

        DIGITAL KAOS BEST SITE ON THE NET

        please use the thanks button if someone has helped

        Comment

        • Ebro
          Member
          • May 2008
          • 67

          #5
          I just use explorer to map a network drive to \\dreambox\Harddisk and then do a copy and paste. No need to FTP anything.

          Comment

          • Hejira
            Junior Member
            • May 2008
            • 35

            #6
            If you plan to ftp off recordings it's worth checking your setup n making sure the max file size for recording is 2 or 4 gig so u end up with just one file per recording.

            It's a pain having to join files. I know!

            VLC plays the ts files you ftp out perfect.

            Comment

            • Ebro
              Member
              • May 2008
              • 67

              #7
              Once copied across to my pc, I rename the file to .mpg and Media player will play with no problems.

              Comment

              • billybob69
                Member
                • Jun 2008
                • 75

                #8
                Thanks all the replies. I?ve managed to transfer the files across by FTP using Dreambox Command Centre ? so simple even I could figure how to use it!

                Originally posted by Hejira
                If you plan to ftp off recordings it's worth checking your setup n making sure the max file size for recording is 2 or 4 gig so u end up with just one file per recording.
                Thanks. How do I do this?

                Comment

                • Curious123
                  V.I.P. Member
                  • Apr 2008
                  • 2591

                  #9
                  Maybe different for some images but on my Pli image it is Setup > AV & recordings and select the size of the file you would like to create when recording.

                  Don't ever switch to satellite m8 otherwise you will go blind with all the culture.

                  Comment

                  • kagon
                    Top Poster
                    • May 2008
                    • 140

                    #10
                    If you have a bunch of .ts files you need to concatenate together:

                    Windows:
                    Code:
                    copy /b *.ts merged.ts
                    Linux, Mac OS X, etc. (could probably even do it directly on your Dreambox with telnet/SSH provided you have the drive space on the target disk):

                    Code:
                    cat *.ts >> merged.ts
                    .ts files are just MPEG-2 encoded streams so that's why you can concatenate them and why if you rename the file .mpg it'll get picked up by standard video players.

                    Comment

                    • Saruman0
                      Member
                      • Jun 2008
                      • 40

                      #11
                      One could also use the web interface to download the movile files
                      Hey Saruman0, are you following me or what?

                      Comment

                      • kagon
                        Top Poster
                        • May 2008
                        • 140

                        #12
                        Originally posted by Saruman0
                        One could also use the web interface to download the movile files
                        Hehe, indeed you could.

                        Comment

                        Working...