Módosítások

Hu-streaming-stream

911 bájt hozzáadva, 2015. március 19., 13:45
Stream előállítása és küldése
! Támogatott OS
! Egyéb
|-
| Wirecast/Wirecast Pro
| Fizetős
| Windows, Mac OS X
| Több kép és hangforrás keverhető, több címre egyidejű stream-elés
|-
| Adobe Flash Media Live Encoder
|-
| ffmpeg
| Ingyenes (open source)
| Windows, Mac OS X, Linux
| Parancssoros felület
|-
| gStreamer
| Ingyenes (open source)
| Windows, Mac OS X, Linux
# Stream (és a rögzítés) leállítása a piros színű ''Stop'' gomb megnyomásával
==Wirecast gStreamer beállítások== ===gStreamer 0.10=== <tt>  gst-launch-0.10 v4l2src device="/dev/video0" ! decodebin name=demux ! queue ! videorate max-rate=25 ! ffmpegcolorspace ! x264enc bitrate=2048 profile="high" tune=zerolatency ! queue ! flvmux name=livemux streamable=true alsasrc ! queue ! audioconvert ! audiodynamic characteristics=soft-knee mode=compressor threshold=0.5 ratio=1 ! voaacenc ! queue ! livemux. livemux. ! queue ! rtmpsink location="rtmp://live.videotorium.hu:1935/live/[STREAM_ID]" </tt>  ===gStreamer 1.0=== <tt> gst-launch-1.0 v4l2src device="/dev/video0" ! decodebin name=demux ! queue ! videorate max-rate=25 ! videoconvert ! x264enc bitrate=2048 speed-preset=fast tune=zerolatency ! queue ! flvmux name=livemux streamable=true alsasrc ! queue ! audioconvert ! audiodynamic characteristics=soft-knee mode=compressor threshold=0.5 ratio=1 ! voaacenc ! queue ! livemux. livemux. ! queue ! rtmpsink location="rtmp://live.videotorium.hu:1935/live/[STREAM_ID]" 
Hamarosan...</tt>
==ffmpeg beállítások==

Navigációs menü