祝各位道友念头通达
GitHub Gitee 语雀 打赏
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: 项目需求, 使用 rtp 内网组播推流, 内网需要有一个台机器对 流做存储,转换成 mp4 方案1: 媒体服务器方案, 使用媒体服务器, 可以做到高并发, 协议相互转换, 流存储, 内网直播转外网 方案2: 直接使用 ffmpeg, 按照需求 将直播流转换成 mp4存储, 本项目比较简单,只需要存储 阅读全文
posted @ 2022-03-25 17:56 韩若明瞳 阅读(1417) 评论(0) 推荐(0) 编辑
摘要: 软件名: Gihosoft TubeGet 下载地址: https://www.gihosoft.com/free-youtube-downloader.html 免费,免费,免费..... 阅读全文
posted @ 2022-03-14 18:38 韩若明瞳 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: 当 buff 变化的话, 就需要clean一次 File file = new File("xxx"); RandomAccessFile acf = new RandomAccessFile(file, "r"); FileChannel fc = acf.getChannel(); Mapped 阅读全文
posted @ 2022-03-11 22:13 韩若明瞳 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 切换到 jdk的bin目录,然后使用 java.exe -version 第三行 java HotSpot(TM) Client VM 如果出现 64bit 则代表 64位 没有显示就是 32bit jdk 32 和 64 位免安装下载地址 http://101.43.179.35:8080/clo 阅读全文
posted @ 2022-03-11 18:14 韩若明瞳 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 应用场景 在一些输入cmd命令之后, 进入新的输入行 比如 fdisk /dev/***。 格式化盘的时候, 这个时候就可以使用 EOF eg #! /bin/bash fdisk /dev/nvme0n1 << EOF d p n w EOF 类似的场景还有很多主要作用: 在shell中,文件分界 阅读全文
posted @ 2022-03-07 20:35 韩若明瞳 阅读(755) 评论(0) 推荐(0) 编辑
摘要: pyside6 为组件添加动画示例 示例1 修改 geometry 属性 # -*- coding: utf-8 -*- # coding:unicode_escape from asyncio import sleep import sys, os, time from PySide6 impor 阅读全文
posted @ 2022-03-07 12:11 韩若明瞳 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: esp32-cam 推流到服务器的解决方案 esp32-cam 本人目前没有找见可以直接将视频流推送到自建的媒体服务器上去的代码, 不过倒是有在 板子上直接实现 rtsp服务器的,代码如下 https://github.com/circuitrocks/ESP32-RTSP/blob/master/ 阅读全文
posted @ 2022-03-05 02:17 韩若明瞳 阅读(2488) 评论(2) 推荐(0) 编辑
摘要: 1. 下载 Arduino 并安装, 下载esp32 离线安装包 https://www.arduino.cn/thread-76029-1-1.html 2. 下载 Esp32 库 git clone https://gitee.com/han_gx/arduino-espressif-esp32 阅读全文
posted @ 2022-02-16 19:14 韩若明瞳 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 执行命令 按照提示操作执行 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" brew install minicom #安装 minicom minicom -s #连接串口 阅读全文
posted @ 2022-02-12 01:50 韩若明瞳 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 不晓得为何, yum过段长时间总是报错, 以下方法可能有用 方法1 错误:为仓库 'appstream' 下载元数据失败 : Cannot prepare internal mirrorlist: No URLs in mirrorlist cd /etc/yum.repos.d/ sed -i ' 阅读全文
posted @ 2022-02-09 10:40 韩若明瞳 阅读(377) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页