Hao Li

Results 27 comments of Hao Li

使用的是MySQL数据库,数据库的密码用户名在 `server.config` 里存放着,我印象中程序运行后会首先建立表结构。但是我觉得这个项目对于你的项目没什么帮助,因为我的流媒体实现思路很简单粗暴,就是直接调用了ffmpeg命令,如果你想做客户端的话肯定不能采用直接调外部命令的方式,而应该采用调用函数库的方式,FFmpeg也提供了C函数库,以供调用。直播功能用FFmpeg来做是很简单的,它可以直接读取摄像头数据然后推送成rtsp数据流,底层细节都屏蔽了,之后你在接收端用FFmpeg接收数据流然后播放就行了。

年代过于久远,我已经忘了怎么做的了...你按照我上面说的试一下直接调用FFmpeg的编程接口吧。

这个应该是没了,我看了下代码,里面确实没有建立表格的sql语句

我都快忘了,你用这玩意儿干嘛

还是挺麻烦的,需要安装MySQL数据库,当时我没写配置手册,就是传到GitHub备个份,所以你需要学习哪些信息我可以简单跟你说一下。如果你想要连接摄像头,可以直接用ffmpeg命令采集,跨平台,非常方便,如果想用更优雅的方式,ffmpeg也提供了函数库。

Currently this plugin can't invoke external viewer directly but this feature has been added to todo list. I will find an elegant way to integrate them.

@gerph Yeah, viewing image in Sublime is convenient if thie image is not very large. Otherwise, a more powerful image viewer is needed.

就是简单的用一个词库去查找小说里的高难度词汇,没什么难的,主要代码都在写web。

@danix800 Thanks for your reply, but you may misunderstand my question. `early_dynamic_pgts` is used to map __PAGE_OFFSET **only after** the early page fault handler is set. What I want to...

Hi, @danix800 Thank you very much! I didn't realize the running of the following two instructions needs a temporary mapping. ``` /* Ensure I am executing from virtual addresses */...