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?