diff --git a/bin/linux_x86/sopcast/Readme b/bin/linux_x86/sopcast/Readme new file mode 100644 index 0000000..8efc703 --- /dev/null +++ b/bin/linux_x86/sopcast/Readme @@ -0,0 +1,28 @@ +SopCast client version 3.2.6 +Build time: 2009-11-09 15:09 + +1.change log +--Improve the data transfering performance. +--H.264 support + + +2.library dependency +If you don't have stdc++ 5 in your system, please download the libstdcpp5.tgz from +www.sopcast.com, and copy the +libstdc++.so.5 +libstdc++.so.5.0.1 +to /usr/lib/ + +The copy command must be: +cp -a libstdc++.so.5* /usr/lib +With '-a' parameter, and you must login as root. + +3.usage + +A simple example of sp-sc command line. +./sp-sc-auth sop://broker.sopcast.com:3912/6001 3908 8908 > /dev/null & +Start to transfer channel 6098, and you can play it on 8908 with VLC or mplayer +by open the url: http://localhost:8908/tv.asf + +Thanks and enjoy it. + diff --git a/bin/linux_x86/sopcast/libstdc++.so.5 b/bin/linux_x86/sopcast/libstdc++.so.5 new file mode 100755 index 0000000..85c4e43 Binary files /dev/null and b/bin/linux_x86/sopcast/libstdc++.so.5 differ diff --git a/bin/linux_x86/sopcast/libstdc++.so.5.0.1 b/bin/linux_x86/sopcast/libstdc++.so.5.0.1 new file mode 100755 index 0000000..85c4e43 Binary files /dev/null and b/bin/linux_x86/sopcast/libstdc++.so.5.0.1 differ diff --git a/bin/linux_x86/sopcast/sp-sc-auth b/bin/linux_x86/sopcast/sp-sc-auth new file mode 100755 index 0000000..a6ee82c Binary files /dev/null and b/bin/linux_x86/sopcast/sp-sc-auth differ