/* setup */

This commit is contained in:
Blotter 2013-09-05 13:42:44 +00:00
parent 9f7fedaa27
commit 9755c509e2
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@
* COeins + X stremen OGG intern auf den icecast server
* externer icecast server holt sich das als relay
* externer icecast server konvertiert auch ogg (vom replay) in webm
<pre>
gst-launch-1.0 webmmux name=mux ! shout2send ip=127.0.0.1 port=8000 username=USER password=PASS mount=/c3d2.webm \
uridecodebin uri=http://176.9.171.29:8000/c3d2.ogg name=demux demux. ! videoconvert ! vp8enc target-bitrate=400000 ! queue ! mux.video_0 \
demux. ! progressreport ! audioconvert ! audiorate ! vorbisenc ! queue ! mux.audio_0
</pre>
= todo =
{{:Datenspuren_2013/streaming/todo}}