yongyong-e
[530/710] Video Streaming with ARTIK 본문
RTSP 서버로 영상 스트리밍하기
ffmpeg 패키지 설치
ubuntu :
apt install ffmpeg
fedora :
dnf install ffmpeg
ffserver.conf 파일 구성
실행
ffserver -f ffserver.conf &
ffmpeg -f v4l2 -s 640x480 -r 30 -i /dev/video0 http://localhost:8090/feed1.ffm
'임베디드 > ARTIK' 카테고리의 다른 글
[Error] Hash Sum mismatch (0) | 2018.07.23 |
---|---|
[Error] Installing Google Cloud Speech API (0) | 2018.03.27 |
[530/710] Connect Wi-Fi & Access Point (0) | 2017.08.09 |
[530/710] Communicating with ARTIK - ubuntu PC (1) | 2017.07.27 |
Comments