b-jesch / plugin.video.ipcams

GNU General Public License v3.0
24 stars 6 forks source link

Set transport to TCP #9

Open ZdenekM opened 1 year ago

ZdenekM commented 1 year ago

I really like this addon, the only downside is that it does not have the possibility to set transport to TCP. It works, but the image is corrupted from time to time, which is (probably) caused by UDP transport.

b-jesch commented 1 year ago

Not possible. The addon only accepts a pure network stream. Which protocol is used depends on the camera.

ZdenekM commented 1 year ago

Ok, thanks for your response. Maybe, according to this, it would be possible with Kodi v20?

Snímek obrazovky pořízený 2022-10-25 14-43-48

b-jesch commented 1 year ago

Possibly this works. All you have to do is create a cam1.strm file with this content:

#KODIPROP:rtsp_transport=tcp
rtsp://my_camera_url:port/mystreamurl

and put this cam1.strm into the addon. However, I don't know if this will work.