hi
this feature was realy usefull like to can stream to Friends a p2p streaming TV/live streams/webcams.
a encrypted streaming.
then we get users which they will make own private TV/live stream network.
then will be this TV/livestreams only aviable for Friends.
A Friend P2P streaming .
that will be the first secure and anonymous TV/live st streams.
then can stream other things too like mpg....
then can look in future a nice TV stream or look a Soccer/Basketball with RetroShare.
then needs player dialog in MainWindow with a right side listend Channels for
TV/Streams/Sport.
Logged In: NO
like myseelite is written in c/c++
http://sourceforge.net/projects/myseelite
then can use it for RetroShare p2p streaming core?
Logged In: NO
the myseelite server can compile on linux and on windows too.
howto compile the Server:
how to build:
1. windows
1. you need Microsoft Visual Studio 7.1 (2003) and ACE.
2. download source code of ACE 5.5.1 from http://download.dre.vanderbilt.edu/ or other sites. uncompress it to your disk, let's say "C:/ACE_wrappers", open "C:/ACE_wrappers/ace/ace.sln", build "ACE" project in this solution. the library files will be put in "C:/ACE_wrappers/lib/".
3. add "C:/ACE_wrappers" to the include path of VS7.1, add "C:/ACE_wrappers/lib" to the library path of VS7.1.
4. open tracker.sln and compile tracker project.
2. linux
1. you need gcc 4.0 and ACE.
2. download source code of ACE 5.5.1 from http://download.dre.vanderbilt.edu/ or other sites. uncompress it to your disk, let's say "/usr/local/ACE_wrappers", goto "/usr/local/ACE_wrappers/", type "./configure" to generate Makefile. then goto "/usr/local/ACE_wrappers/objdir/ace", type "make" to build ACE. the library files will be put in "/usr/local/ACE_wrappers/objdir/ace/.libs". copy "/usr/local/ACE_wrappers/objdir/ace/.libs/libACE.so.5.5.1" to "/lib/", type "ln -s /lib/libACE.so.5.5.1 /lib/libACE.so" to create a soft link.
3. copy "myseelite2/include/platform_macros.GNU" to "/usr/local/ACE_wrappers/include/make_include/".
4. goto "myseelite2/server/tracker", type "make" to compile....
how to run:
1. windows
1. copy tracker.cfg into Debug or Release directory.
2. open tracker.exe to run.
2. linux
1. type "./tracker" to run.
Logged In: NO
myseelite2 actually on cvs is in active development and supports now the server for linux and windows.