Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
projects:vlc_powered_streaming [2017/02/13 20:11] over23 jenduv stremovaci vec ve VLC stream projectu: https://brmlab.cz/user/jenda/duga |
projects:vlc_powered_streaming [2017/06/13 19:56] (current) over23 |
||
|---|---|---|---|
| Line 106: | Line 106: | ||
| Na druhé straně ve vlc pustit network stream z adresy <code>rtsp://ip_addr_rbpi:8554/live.ts</code> | Na druhé straně ve vlc pustit network stream z adresy <code>rtsp://ip_addr_rbpi:8554/live.ts</code> | ||
| + | ==== STREAM POMOCI FFMPEG ==== | ||
| + | <code> | ||
| + | ffmpeg -re -ar 44100 -ac 2 -acodec pcm_s16le -f alsa -ac 2 -i hw:1,0 -i /dev/video0 | ||
| + | -vcodec h264_omx -vf scale=-1:480 -vb 300k -acodec aac -ab 128k -g 50 -strict experimental -f | ||
| + | flv rtmp://a.rtmp.youtube.com/live2/XXXXXXXXXXXXXXX | ||
| + | </code> | ||