RTMP Connector multistreaming support

This commit is contained in:
Thulinma 2010-10-18 18:29:39 +02:00
parent 145f86f3df
commit 006da11595
2 changed files with 8 additions and 3 deletions

View file

@ -61,7 +61,7 @@ int main(){
if (ready4data){
if (!inited){
//we are ready, connect the socket!
if (!ss.connect("/tmp/shared_socket")){
if (!ss.connect(streamname.c_str())){
#ifdef DEBUG
fprintf(stderr, "Could not connect to server!\n");
#endif