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.

  1. 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

  1. 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.

http://www.area536.com/projects/streaming-video/


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -