qteleschorsch ============= Requirements: Build: qmake -> libqt4-dev Devel: qt4-dev-tools (assistent) qt4-designer qt4-doc teleschorsch.sh =============== Requirements: dialog or Xdialog teleschorsch.pl =============== Requirements: libperlmenu-perl # not really; uh-oh that's crap libconfig-inifiles-perl libdatetime-perl Play&save ========= both: vlc "http://stream5.orf.at/zib2/zib2200_2007_04_24.wmv" --sout '#transcode{vcodec=mp4v,vb=384,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=display,dst=std{access=file,mux=mp4,dst="/tmp/zib2"}}' vlc "http://stream5.orf.at/zib2/zib2200_2007_04_24.wmv" --sout '#duplicate{dst=display,dst=std{access=file,mux=asf,dst="/tmp/zib2"}}' only save: mplayer -dumpstream -dumpfile /tmp/test "rtsp://81.189.213.1:554/orf2/zb/zib070423l.rm?URL=/ramgen/orf2/zb/zib070423l.rm&cloakport=8088,554,7070" both: mkfifo zibpipe mplayer -dumpstream -dumpfile zibpipe "rtsp://81.189.213.1:554/orf2/zb/zib070423l.rm?URL=/ramgen/orf2/zb/zib070423l.rm&cloakport=8088,554,7070" >/dev/null 2>&1 | tee pipeout < zibpipe | mplayer -cache 512 - .