I wanted a simple way to make my Linux security camera server stream live video to my TV.
The server ususally runs “motion”. I disable motion, and launch this command on the server:
vlc v4l:/dev/video0:size=640×480:channel=1:norm=ntsc:fps=12 –sout ‘#transcode{vcodec=mp4v,vb=768,scale=1}:duplicate{dst=std{access=mmsh,mux=asfh,dst=:8080}}’ -v –noaudio
and this on a Linux client to test:
mmsh://10.4.4.25:8081/
Then, once that is all working, I use VLC on the AppleTV to play the video to the TV. I used iScripts to get it launching.
The only problem I have right now is a 8 or so second delay.
Leave a Reply