- http://raspberrypi.stackexchange.com/questions/27544/can-i-use-fedora-on-the-pi-2⁄28253#28253
- expand file system
- fedora install
에러 수정
./fsck.fat -trawl /dev/mmcblk0p1
긴급모드시 umount하고 이걸 실행하면 된다. https://www.raspberrypi.org/forums/viewtopic.php?p=495156
Rasp로 youtube stream 하기
https://github.com/dtinth/ttycast - 이건 조금 다른듯
https://gist.github.com/brodul/3178114 - 이건 x 필요로 함.
https://askubuntu.com/questions/997898/up-to-date-method-to-stream-to-ubuntu-from-terminal 위의 링크가 잘 안되서 문제 해결
https://bbs.archlinux.org/viewtopic.php?id=146061 하려는 것의 실마리?
https://unix.stackexchange.com/questions/83897/how-can-i-screencast-purely-from-the-tty 뭔가 어쩡쩡 함.
https://trac.ffmpeg.org/wiki/Capture/Desktop ffmpeg 의 wiki에서 찾은 정석적인 방법 여전히 x 필요함
https://ffmpeg.org/ffmpeg-devices.html#fbdev 그나마 해결의 실마리 fbdev가 무엇인지 이해 해야 함.
http://www.francoconidi.it/screencast-audio-video-in-tty1-con-ffmpeg/
init 3 하면 /dev/fb0가 tty1 이 된다. linuxvnc 를 쓰면 tty1을 vnc로 보낼수 있는 듯하다 (테스트 필요) https://github.com/LibVNC/vncterm libvncserver를 설치하고 vnc로 control 하고 ffmpeg로 방송 하면 console base 방송 할수 있는 것 같다.
tty를 직접 붙을수 있는 방법은 찾지 못했다. https://github.com/lornix/fauxcon 이 소스를 사용해서 직접 키보드 입력을 보내 입력 한것 처럼 처리 하면 붙을수 있다. 이후 tmux 같은 것으로 제어 할수 있는 여지를 남기면 될것 같다.
tmux -S 를 이용하면 다른 유저도 같은 tmux 를 볼수있게 할수 있다.
- https://unix.stackexchange.com/questions/20458/how-to-use-dev-fb0-as-a-console-from-userspace-or-output-text-to-it
- https://www.linuxquestions.org/questions/linux-general-1/record-using-framebuffer-video-grabber-4175464119/
- http://trac.ffmpeg.org/wiki/EncodingForStreamingSites
- https://www.youtube.com/watch?feature=player_embedded&v=NGPVYbL5VKQ
기타
- https://github.com/shyampurk/PubNub-RaspberryPi-Audio-Broadcast
- https://www.pubnub.com/blog/2015-10-14-text-to-speech-audio-broadcast-with-raspberry-pi/
- https://www.linuxquestions.org/questions/linux-general-1/record-using-framebuffer-video-grabber-4175464119/
- https://www.scivision.co/youtube-live-ffmpeg-livestream/
- https://www.youtube.com/watch?v=S3zNBGfPFxI
- https://www.youtube.com/watch?v=D7J9FeqqW6Q
- https://www.youtube.com/watch?v=0eca6K-G9OE&t=0s
vnctty
- https://github.com/LibVNC/vncterm
- https://www.carta.tech/man-pages/man1/linuxvnc.1.html
- https://github.com/ponty/framebuffer-vncserver
- https://packages.debian.org/stretch/linuxvnc
- https://launchpad.net/ubuntu/+source/vncterm/0.9.10-2build1
- https://unix.stackexchange.com/questions/434922/vnc-simple-test-with-vnc-x11vnc-and-ssvnc
- http://blog.mmacklin.com/2013/06/11/real-time-video-capture-with-ffmpeg/