RTMP Connector multistreaming support
This commit is contained in:
parent
145f86f3df
commit
006da11595
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue