grigory-lobkov / rtsp-camera-view

View IP-camera RTSP in grid, auto bandwidth, full-screen, command line support
Apache License 2.0
201 stars 46 forks source link

how to connect to multicast rtsp camera ? #5

Closed BalarajAdappa closed 6 years ago

BalarajAdappa commented 6 years ago

Hi @grigory-lobkov i'm using your stream viewer, thanks is not enough to say you, i can connect to unicast stream camera using your app, now i want to receive multiicast stream , what changes should i do to get it done?? help would be appreciated.

grigory-lobkov commented 6 years ago

Good day, @BalarajAdappa

Thank you for using my app. Are you using Beta, or Release?

You can use rtsp-camera-view'er with any string, you provide to vlc Media -> Open Network Stream Open Network Stream

You need to find the url string to connect your camera multicast port and try to open in VLC first.

The first instruction, I've found is for Dahua NVR

BalarajAdappa commented 6 years ago

Hi @grigory-lobkov i have tried it but i could not receive multicast stream . the unicast adrress id= rtsp://192.168.1.13:554/JPEG 90000 and multicast ip address is=rtsp://@224.0.0.10:554/JPEG 90000 when i connect to unicast connectoin will establish and data will be sent to multicast group, (i can see data in wireshark) but when i try to connect to multicast address using vlc it is not working

grigory-lobkov commented 6 years ago

Multicast is used to decrease camera CPU load, when a lot of clients connected. I don't know about others, but it seems, your camera does not generate multicast until unicast is used by somebody. Why don't you use unicast, if you are only one observer? ...

BTW, maybe it's better to use not JPEG stream, because it produces high network load.

Have you tried to use unicast address in vlc?

BalarajAdappa commented 6 years ago

Hi @grigory-lobkov i have tried unicast its working fine, i want multiple observer to see my stream i want to try for multicast.

grigory-lobkov commented 6 years ago

1 Maybe, you have one client, you sure, he will be always connected - just give him a unicast address, multicast - for others

2 Search in camera web-console for option "multicast always"

3 Ask camera vendor for "multicast always" ability

BalarajAdappa commented 6 years ago

Hi @grigory-lobkov May i know this application is available for android platform like Android TV or Phone??

Thanks .

grigory-lobkov commented 6 years ago

I have seen a lot of programs on google play (rtsp view, ip camera view), try it. I've used only programs for one camera. Do you have NVR? You can ask NVR-vendor for Android software to connect it.

I'm also using free ONVIFER for one-camera view and PTZ-control. But on the pictures I've found multi-camera view. You can try this also.

grigory-lobkov commented 6 years ago

Please, check out a new beta 1.0.0.5 !

BalarajAdappa commented 6 years ago

@grigory-lobkov thanks and is it possible to dump stream into pc or external disk? if possible please guide me.

thanks regards Balaraj adappa

grigory-lobkov commented 6 years ago

For now I only think about necessity of this function, because this product called "camera view", but not record, not register. And it's quite difficult to do it good and conveniently.

grigory-lobkov commented 6 years ago

You can try http://www.ispyconnect.com/download-agent.aspx and https://iss.ru/upload/securos-lite-9.6-R1.zip (maybe only russian language) for this purposes.

And write me your opinion about it, please...

BalarajAdappa commented 6 years ago

Thank you @grigory-lobkov i will check and tell you my opinion.