More changes
This commit is contained in:
parent
b1d3e2c146
commit
70fbf51f77
1 changed files with 8 additions and 2 deletions
|
@ -47,10 +47,16 @@ echo "log file is available as video.log"
|
||||||
#>>video.log 2>&1
|
#>>video.log 2>&1
|
||||||
|
|
||||||
# working, video+audio with vlc, audio-only with mplayer*
|
# working, video+audio with vlc, audio-only with mplayer*
|
||||||
|
#--sout '#transcode{acodec=a52,ab=32}:http{mux=ts,dst=:8080,name=stream}' \
|
||||||
|
#--sout '#transcode{vcodec=FLV1,acodec=mp3,vb=200,deinterlace,fps=25,samplerate=44100,ab=32}:duplicate{dst=std{access=http,mux=ffmpeg{mux=flv},dst=/stream.flv},dst=display}' \
|
||||||
|
#:input-slave="alsa://hw:1,0:audio=0:channels=1:rate=44100" \
|
||||||
cvlc \
|
cvlc \
|
||||||
v4l2://$VIDEO_DEVICE:chroma=MJPG:width=320:height=240 \
|
v4l2://$VIDEO_DEVICE:chroma=MJPG:width=320:height=240 \
|
||||||
:input-slave="alsa://hw:1,0" \
|
:input-slave="alsa://plughw:CinemaTM,0" \
|
||||||
--sout '#transcode{acodec=mp3,ab=32}:http{mux=ts,dst=:8080,name=stream}' \
|
--sout '#transcode{acodec=lpcm}:http{mux=ts,dst=:8080,name=stream}' \
|
||||||
|
:live-cache=10000 :sout-mux-caching=10000 :sout-all :ttl=1 :sout-keep \
|
||||||
|
--network-caching=10000 --sout-transcode-hurry-up --no-drop-late-frames \
|
||||||
|
--no-skip-frames --rt-priority \
|
||||||
-vvv \
|
-vvv \
|
||||||
>>video.log 2>&1
|
>>video.log 2>&1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue