Last year I bought a Synology DS1520+. I am very satisfied with it (will have a separate post on that in the near future), having more than 40TB drives in it. As all my data is there, I wanted to have a remote backup on a Linux machine via rsync.…
Leave a CommentSlavko Žitnik, PhD Posts
Motion EYE project does not support cameras providing RTSP streams only. I had one such camera and wanted to add it along other cameras to my Motion EYE system running on a RPi. RTSP to RTP stream conversion So, my camera RTSP stream was accessible at rtsp://USER:PASS@IP:554/live/ch00_0. I already had…
Leave a CommentIn June 2018 I went to Florida, Tampa and California, Palo Alto. In Tampa I was visiting the University of South Florida, where I was working together with prof. Glenn Smith on a joint research project. Related to the project I also visited Stanford University, Natural Language Processing group and…
Leave a CommentRecently I came across a problem of forwarding a certificate Id to backend service for the authentication purposes. I also do not want to handle SSL at services. Let’s say I have a server setup as follows: There is an Angular website on port 4200 and REST/Websocket services on port…
Leave a CommentHere we solve a problem that many developers face when bundling java applications into an .app. We are going to correctly set the current working path for your Java Application. Mac OS applications (.app files) are basically packages with a specific folder structure. You can easily explore each app’s structure…
Leave a Comment