Is a webcam feed inside of emacs possible? -
i want live stream me coding on twitchtv. in vim days, open several terminals , leave small hole in corner put quicktime webcam display screen recorder capture face. ability embed webcam feed buffer of emacs integrated emacs tiling ability. possible? if so, how go doing it?
take answer grain of salt, it's untested , i'm not sure if works, , won't audio.
create live-streaming .gif file video stream:
git clone https://github.com/jbochi/gifstreaming
cd gifstreaming
mkdir input
mkdir parts
ffmpeg -re -i rtmp:///dev/video0 -pix_fmt pal8 -s 159x97 -r 10 input/in%d.gif &
python transform.py
node server.js
https://github.com/jbochi/gifstreaming
- open buffer image displayed inline using emacs web browser:
m-x eww
ret http://localhost:8080/
ret
alternatively, try streaming directly webcam without gif step, doubt eww
can display video files inline.
Comments
Post a Comment