2024

2023


2021

2019

Снимки и видеа на почивни станции в град Несебър по години.











Използва се следната команда:
ffmpeg -rtsp_transport tcp -i "rtsp://user:password@192.168.1.100:10554/tcp/av0_0" -acodec copy -vcodec copy "/home/user/Videos/output.mp4"
където rtsp://user:password@192.168.1.100:10554/tcp/av0_0 е примерен rtsp поток на видео от онлайн камера, а /home/user/Videos/output.mp4 е примерен път до файла, в който ще се записва потокът от данни.

Here is how to fix it.
Open the terminal and enter the following commands
cd /etc/NetworkManager/system-connections/ sudo nano my_wifi_access_point_name
Remove the line containing the mac-address. Then press ctrl-x and type
y
to confirm the changes, and press enter. Now on restart wifi should connect automatically.