bytedeco/javacv

FFMPEG + ICECAST Server with javacv

Open

#431 opened on Jun 9, 2016

View on GitHub
 (17 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello,

I'm making some tests about live streaming in the web using webm (with VP8)

I'm using FFMPEG + ICECAST.

Now the command I'm performing with ffmpeg is:

F:\ffmpeg_2.8-20151011-git-f05ff05-win32-static\bin>

ffmpeg.exe -rtsp_transport tcp -i "rtsp://192.168.230.121/profile?token=media_profile1&SessionTimeout=60" -f webm -r 20 -c:v libvpx -b:v 3M -s 300x200 -acodec none -content_type video/webm -crf 63 -g 0 icecast://source:hackme@192.168.0.146:8001/test

How do I make this with FmpegFrameRecorder?

Contributor guide