bytedeco/javacv

FFMPEG + ICECAST Server with javacv

Open

#431 aberto em 9 de jun. de 2016

Ver no GitHub
 (17 comments) (0 reactions) (0 assignees)Java (1.583 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (6.985 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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?

Guia do colaborador