Dies ist eine alte Version des Dokuments!


Http Live Streaming

http://wiki.videolan.org/Documentation:Streaming_HowTo/Streaming_for_the_iPhone
https://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/FrequentlyAskedQuestions/FrequentlyAskedQuestions.html

vlc -I dummy /data/test.m2ts vlc://quit --sout='#transcode{width=320,height=240,fps=25,vcodec=h264,vb=256,venc=x264{aud,profile=baseline,level=30,keyint=30,ref=1},acodec=mp3,ab=96}:std{access=livehttp{seglen=10,delsegs=true,numsegs=5,index=/var/www/streaming/mystream.m3u8,index-url=http://DOMAIN.TLD/streaming/mystream-########.ts},mux=ts{use-key-frames},dst=/var/www/streaming/mystream-########.ts}' 

http://DOMAIN.TLD/stream/mystream.m3u8

##Senden
 
nice vlc dshow:// :dshow-vdev="ZSMC USB PC Camera (ZS211)" \
:dshow-adev="ESS Maestro" :dshow-size="320x240" \
--sout='#transcode{acodec=mp3,ab=16,vcodec=mp1v,vb=64}'\
':standard{mux=ts,access=udp,dst=tek:1234}'
 
 
##empfangen
 
#!/bin/bash
vlc -vvv udp: --sout '#standard{access=http,mux=ogg,dst=:8080}'

Quelle: http://www.wikihow.com/Stream-Your-Webcam

pub/http-live-streaming.1386353568.txt.gz · Zuletzt geändert: 2013/12/06 19:12 von 127.0.0.1