Naveen Sakthivel

Results 15 comments of Naveen Sakthivel
trafficstars

You could you the below to copy folders and contents inside 😁 ```kt currentFs.rootDirectory.listFiles().forEach { if (it.name == "Folder name") { val list = getListUsbFiles(it) try { list.forEach { rec...

Apologies for the delay in response. Let me know your python version.

I am not actively maintaining the code. That's why delay in reply. Surely I will check for possibilities for adding the feature.

Yes. Unable to steam camera using given webrtc example.

Yes. I can confirm vp8 works fine but not h264.

@Doniyor4120 WebSocket should be available in latest Dahua cameras and you should give that in the configuration. It is websocket from Dahua IP camera, we wont create any in the...

Hi @tharikvn, Sure! We will look into this.

@Nidheeshv0312. There is no WebSocket server in the project. Dahua camera provides WebSocket and this code will connect to it.

Webpack dev server is not added in config. Please use 'npm run build' command and host the output of the build.

@deng0515001. This project uses the websocket provided by Dahua in their cameras. New Dahua cameras support rtsp over websocket and we are using that.