Hi,
I have a DM385 IPNC with Wifi module (TMDSIPCAM385MN34041).
Refer to 3.7 in IPNC_RDK_InstallGuide.pdf, I can setup Wifi in DM385 successfully.
Now I want to do streaming by VLC through Wifi.
The IP address of ethernet0 was 192.168.1.168, and wlan0 was 192.168.1.102.
They were in same sub-network, therefore, I had to change ethernet0 to another address.
I tried to let VLC use URL: rtsp://192.168.1.102:8557/PSIA/Streaming/channels/2?videoCodecType=H.264, but it did not work.
Because the streaming server (wis-streamer ) was bound to 192.168.1.168 when system was up, I changed wlan0’s IP address to 192.168.1.168, then I tried to let VLC use URL: rtsp://192.168.1.168:8557/PSIA/Streaming/channels/2?videoCodecType=H.264, but it did not work either.
Then I tried to restart wis-streamer, but, it was bound to ethernet0 by default and I do not know how to change the parameter to select the input device.
Could someone please help to tell me how to make streaming by VLC through Wifi in DM385?
Thanks and Best Regards,
Ivy