Dunque, chiamando rtmpdump mi viene fuori Codice:
Venus@root:bin# rtmpdump
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playp
ath") containing a hostname
con mount: Codice:
Venus@root:bin# mount
rootfs on / type rootfs (rw)
/dev/root on / type yaffs2 (ro,noatime)
none on /dev type devfs (rw)
none on /proc type proc (rw,nodiratime)
devpts on /dev/pts type devpts (rw)
none on /sys type sysfs (rw)
none on /tmp type ramfs (rw)
/dev/mtdblock/2 on /usr/local/etc type yaffs (rw,noatime)
/dev/rd/0 on /mnt/rd type vfat (rw,nodiratime,fmask=0022,dmask=0022,codepage=cp4
37,iocharset=iso8859-1)
/dev/scsi/host4/bus0/target0/lun0/part1 on /tmp/usbmounts/sdb1 type vfat (rw,nod
iratime,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,shortname=winnt
,utf8)
/dev/scsi/host1/bus0/target0/lun0/part1 on /tmp/usbmounts/sda1 type ufsd (rw,nod
iratime)
con fdisk Codice:
Venus@root:bin# fdisk -l
Disk /dev/sdb: 8006 MB, 8006926336 bytes
255 heads, 63 sectors/track, 973 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 974 7819232+ b Win95 FAT32
Partition 1 has different physical/logical endings:
phys=(972, 254, 63) logical=(973, 115, 38)
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 2 60169 483299460 7 HPFS/NTFS
/dev/sda2 60170 60189 160650 82 Linux swap
/dev/sda3 60190 60257 546210 83 Linux
/dev/sda4 60258 60781 4209030 83 Linux
con cat su inetd.conf Codice:
Venus@root:bin# cat /etc/inetd.conf
#
# /etc/inetd.conf A simple inetd.conf
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
# To re-read this file after changes, just do a 'killall -HUP inetd'
#
#
#ftp stream tcp nowait root /usr/sbin/ftpd ftpd -u 100
telnet stream tcp nowait root /usr/sbin/telnetd telnetd
#auth stream tcp nowait nobody /usr/sbin/nullidentd nullidentd
www stream tcp nowait www-data /usr/sbin/httpd httpd -h /var/ww
w
#
# End of inetd.conf