Hi, can't add a video feed(fake:// image.jpg) to a live radio. fake:// by itself works the video file is generated ok, when I add "--input-slave=http://shoutcast_station" video disappears, and only audio is there.
GENERATED FILE HAS VIDEO (no audio yet):
/vlc/bin/vlc fake:// --fake-file img_01.jpg --fake-fps=1 --sout '#transcode{acodec=mp4a,ab=64k,channles=2,samplerate=44100,vcodec=mp4v,vb=300k,fps=2,keyint=20,qmax=51}:std{access=file,dst=test1.mp4}' -vvv --color --sout-keep --loop
GENERATED FILE HAS AUDIO ONLY, VIDEO's gone.
/vlc/bin/vlc fake:// --fake-file img_01.jpg --fake-fps=1 --input-slave=http://145.58.33.31:8096 --sout '#transcode{acodec=mp4a,ab=64k,channles=2,samplerate=44100,vcodec=mp4v,vb=300k,fps=2,keyint=20,qmax=51}:std{access=file,dst=test1.mp4}' -vvv --color --sout-keep --loopvv --color --sout-keep --loop
GENERATED FILE HAS AUDIO ONLY, VIDEO's gone.
/vlc/bin/vlc http://145.58.33.31:8096 --fake-file img_01.jpg --fake-fps=1 --input-slave=fake:// --sout '#transcode{acodec=mp4a,ab=64k,channles=2,samplerate=44100,vcodec=mp4v,vb=300k,fps=2,keyint=20,qmax=51}:std{access=file,dst=test1.mp4}' -vvv --color --sout-keep --loopvv --color --sout-keep --loop
Thanks.
Dennis.