Loading sub-menu...

1.3.0 Release Candidate Process

compared with
Version 15 by developer
on abr 04, 2013 11:31.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
{code}

{anchor:encocder}

h4. Configure Encoder and Muxer
Most of the device plugins of Galicaster are now able to configure the encoder and muxer where the data will be stored.
Exceptions include:
* Hauppauge can't cannot define the encoder nor the muxer.
* RTP only allows to define the muxer

{{gst-inspect flvmux}}

*Example:*
Configure a Logitech c920 to encode a 720p, H264+MP4 video:
{code:none}
[track1]
name = Webcam
encoder = x264enc bitrate=1000 pass=5 quantizer=23
location = /dev/video0
file = CAMERA.mp4
device = v4l2
muxer = mp4mux faststart=true
caps = image/jpeg, framerate = 24/1, width=1280, height=720
flavor = presenter
{code}


{anchor:rtp}
h4. RTP plugin