初探asciinema

在學習c++的時候想到so庫注入到某些程序中,網上查了一些資料,發現了一些比較好玩的程序,分享一下。css

主要能夠對操做的進行視頻回放,相似堡壘機的功能html

 

 

安裝:java

pip3 install asciinemac++

 

使用:git

asciinema rec /path/filenamegithub

 

保存的文件就是就是錄製文件,可是不是video,flash格式,ide

須要使用https://github.com/asciinema/asciinema-player/releases學習

CSS+JSui

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>ASCIINEMA DEMO</title>
    <link rel="stylesheet" href="asciinema-player.css">
</head>
<body> <!-- src引入視頻文件 -->
<asciinema-player src="demo.cast"></asciinema-player>        <script src="asciinema-player.js"></script>               </body> </html>

便可播放,可上傳到server進行保存視頻,即爲成爲堡壘機視頻spa

 

demo: scan.javasec.cn/video.html

相關文章
相關標籤/搜索