similar to: HELP! Stuck AVTECH DVR Video Client Viewer

Displaying 20 results from an estimated 800 matches similar to: "HELP! Stuck AVTECH DVR Video Client Viewer"

2004 Feb 18
2
OS2 - Samba
Hi there, I tried to connect OS2 Warp 4 to Samba server. The network used to be NT 4.0 Domain, then migrated to Samba to become Domain Controller. I've followed below instruction, and still can't login to the domain. I can get an IP address and ping the Samba server, but can't login to domain and map any network share.
2013 Jul 31
4
surveillance DVR
Does anyone know of a DVR that runs Linux that does NOT USE Active-X, and/or allows logging in directly? All I keep running into are crap that ->requires<- IE, and don't allow directly logging in. mark
2009 Mar 05
5
EyeMax DVR
I have an application that I'm trying to get to work in Wine: EyeMax DVR. Everything seems to work aside from being to intialize the drives (the biggest part) I have no idea what initializing the drives does, I've never seen what it's supposed to do. I know that the Software is made to be able to write video to drives 24/7, because it's used for security systems.
2014 Feb 04
0
[OT] ssh and security DVR
Does anyone have any "security appliance" DVR, and can you a) telnet or b) ssh into it? Also, I have read that on a lot of the low-end ones, like Swann, port 9000 is completely open, but it's not clear to me from the hack post <http://console-cowboys.blogspot.com/2013/01/swann-song-dvr-insecurity.html> whether I could ssh in there, or rsync from a server through that port.
2013 Dec 05
0
Longterm CCTV Camera and DVR partner needed !
Dear Manager, We would like to support you become top distributor . Tiensun is a professional manufacturer specialized in CCTV camera and DVR for 8 years experience ,and all of our products have already approved by CE/FCC/ROHS . Please contact me for any inquiry . Hope have a good longterm relationship with you . Best Regards Oblivion Zhang ?Overseas Sales Department?
2020 Aug 27
2
DVR recorder how to resucue files
It looks like you've backuped an entire disk that might contain partitions. So first check if you have partitions inside: sudo fdisk -lu save.dd If you have partitions inside, use the start offset of the partition to create a loopback device (e.g. a partition starts at 56): sudo losetup -o $((56*512)) /dev/loop0 save.dd Now you should be able to use the partition. First check and than
2010 Sep 24
1
fixme errors on Wineboot
Good night everyone. Okay, here's my problem. Last night I installed Photoshop CS2, and started getting errors that I was not allowed to continue, causing the program to close. I tried uninstalling the program, but it performed a 'repair' installation instead, so I manually had to remove everything: files and registry entries. The problem is, that when I try to use wineboot, I get this
2012 Aug 06
0
Off Topic - Commercial Removing Program and DVR-MS to MP4 Converter
Hi All, With the wealth of information on this list, I would like to ask if anyone has any experience with removing commercials from M$ Media Center recorded TV programs and then converting them to MP4. I did a google search but there is a lot of info to sort through so I was wondering if anyone could share what they use. Feel free to contact me off list. Thank you, Phil
2018 Apr 25
0
formating DVR-RW
On Wednesday, April 25, 2018 9:10:34 AM CDT Michael Hennebry wrote: > My Centos 6 wodim tell me that it can only format DVD+RW. > I have DVD-RWs. > Even when I format a DVD-RW on my standalone DVD recorder, > wodim still will not write to it. > Is there a centos-6-useable mechanism > for formatting and writing DVD-RWs? According to the man page for wodim - formatting is not
2018 Apr 25
0
formating DVR-RW
Michael Hennebry wrote: > My Centos 6 wodim tell me that it can only format DVD+RW. > I have DVD-RWs. > Even when I format a DVD-RW on my standalone DVD recorder, > wodim still will not write to it. > Is there a centos-6-useable mechanism > for formatting and writing DVD-RWs? > Have you ever used k3b? It works very nicely. > Michael hennebry at web.cs.ndsu.NoDak.edu >
2018 Apr 25
0
formating DVR-RW
On Wed, Apr 25, 2018 at 11:07:58AM -0400, Fred Smith wrote: > On Wed, Apr 25, 2018 at 09:30:46AM -0500, Bill Gee wrote: > > > > It is possible that the optical drive in your computer does not support DVD-RW > > media. The only way I know of to find what media are supported is to use K3B. > > If you go to Settings - Devices, you should get a list of readable and
2018 Apr 25
1
formating DVR-RW
[snip] >> I have DVD-RWs. [snip] > I am assuming (and we all know what that means :) ) that the OP has such a disk. [snip] It is not an assumption. OP has Re-Write (RW) disks. (JIC: https://www.google.com/search?q=dvd-rw+definition&oq=dvd-rw&aqs=chrome.1.69i57j0l5.5006j0j7&sourceid=chrome&ie=UTF-8 ) -- Fred
2018 Apr 29
2
formating DVR-RW
On Wed, 25 Apr 2018, m.roth at 5-cent.us wrote: > Michael Hennebry wrote: >> My Centos 6 wodim tell me that it can only format DVD+RW. >> I have DVD-RWs. >> Even when I format a DVD-RW on my standalone DVD recorder, >> wodim still will not write to it. >> Is there a centos-6-useable mechanism >> for formatting and writing DVD-RWs? >> > Have you ever
2018 Apr 29
0
formating DVR-RW
Hi, Michael Hennebry wrote: > The last time I use it [K3B], , it crapped out after writing, > but before finalizing. Sounds like a growisofs problem. If it was with unformatted DVD-R or DVD-RW media, does it resemble this error ? https://bugzilla.redhat.com/show_bug.cgi?id=810483 Any message from the failed program run might help to diagnose the problem. Have a nice day :) Thomas
2020 Aug 25
3
DVR recorder how to resucue files
Hallo, we've a DVD recorder from everfoces and problems to open files using the interface. I made a backup using dd without any problems but how can I mount this image. Normal loop options don't work. Thanks for hints. Ralf
2020 Aug 25
0
DVR recorder how to resucue files
Ralf Prengel <ralf.prengel at rprengel.de> wrote: > I made a backup using dd without any problems but how can I mount this > image. > Normal loop options don't work. Too little information. Tell us what you tried (the exact command) and what happened (any error message). -- Yves Bellefeuille <yan at storm.ca>
2020 Aug 26
0
DVR recorder how to resucue files
ralf.prengel at comline.de wrote: > Trying to mount this file simple with mount -o loop save.dd > /mnt/backup fails. > I found out that VDR are using non-standard disk-configurations and > filesystems. If this were a normal DVD, you'd have to specify the file system: mount -t iso9660 -o loop save.dd /mnt/backup But you say the DVD uses a non-standard file system, so this
2020 Aug 27
0
DVR recorder how to resucue files
It looks like you've backuped an entire disk that might contain partitions. So first check if you have partitions inside: sudo fdisk -lu save.dd If you have partitions inside, use the start offset of the partition to create a loopback device (e.g. a partition starts at 56): sudo losetup -o $((56*512)) /dev/loop0 save.dd Now you should be able to use the partition. First check and than
2020 Aug 27
0
DVR recorder how to resucue files
Am Do., 27. Aug. 2020 um 13:07 Uhr schrieb <ralf.prengel at comline.de>: > [...] > no partions are shown with dd. > [...] dd does not show partitions, fdisk does (or parted or ...). Regards Thomas
2018 Apr 25
1
formating DVR-RW
On Wed, Apr 25, 2018 at 11:20:33AM -0400, Scott Robbins wrote: > On Wed, Apr 25, 2018 at 11:07:58AM -0400, Fred Smith wrote: > > On Wed, Apr 25, 2018 at 09:30:46AM -0500, Bill Gee wrote: > > > > > > It is possible that the optical drive in your computer does not support DVD-RW > > > media. The only way I know of to find what media are supported is to use K3B.