updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / bin32-sopcast / sopcast.install
blobca8fa9c5b48d8cfc2a9fb2be0e770879d61b76bf
1 post_install() {
2 cat << EOM 
4 ==> A simple example of sp-sc command line:
5 ==> sp-sc sop://broker.sopcast.com:3912/6098 3908 8908 &
6 ==> Start to transfer channel 6098, and you can play it on 8908 with VLC
7 ==> with:
8 ==> vlc http://localhost:8908/tv.asf
10 EOM
13 op=$1
14 shift
15 [ "$(type -t "$op")" = "function" ] && $op "$@"