Hello,
I'm using DM365 IPNC. I want to play RTSP streaming demo on VLC player.
Today, I configured static IP for DM365IPNC by u-boot environment variables.
But DM365IPNC IP address did not change ! (keep default IP 192.168.1.168).
Why ? I cannot understand.
How to change ?
Following are the setting content :
● I moved the switch on the hardware to position 4 (I configured the device for static ip.)
● Run filesystem from NAND :
tftpboot 0x80700000 uImage_ipnc_DM365;nand erase 0x500000 0x200000;nand write 0x80700000 0x500000 0x200000
tftpboot 0x82000000 cramfsImage_ipnc_dm365_1.5.0;nand erase 0x700000 0xD00000;nand write 0x82000000 0x700000 0xD00000
● u-boot environment variables :
bootdelay=4
baudrate=115200
ethaddr=00:0C:0C:A0:02:75
bootfile=uImage_ipnc_dm365
nfshost=10.33.17.21
rootpath=/home/d128745/APPRO/IPNetCam/ipnc/target/filesys
ipaddr=10.33.17.177
serverip=10.33.17.21
bootcmd=nand read 0x82000000 0x700000 0xD00000;nboot 0x80700000 0 0x500000;bootm
bootargs=mem=56M console=ttyS1,115200n8 root=/dev/ram0 rw initrd=0x82000000,14M ip=10.33.17.177:10.33.17.21:10.33.17.254:255.255.255.0:::off
eth=00:0C:0C:A0:02:75
● Boot ... success & login root
● Network environment
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:0C:A0:02:75
inet addr:192.168.1.168 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:367 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:64009 (62.5 KiB) TX bytes:9569 (9.3 KiB)
Interrupt:52 Base address:0x7000
● Execute the demo
Play this stream using the URL:
rtsp://192.168.1.168:8556/h264
● I cannot play RTSP streaming demo on VLC player
protocol : RTSC
URL : rtsp://192.168.1.168:8556/h264
port : 1234
I'm sorry, I'm afraid you must be having a hard time understaing my poor English.