mohamad-xtouch / rtmplite

Automatically exported from code.google.com/p/rtmplite
0 stars 0 forks source link

having problems with rtmpclient #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
i'm trying to download a rtmp stream, but it doesn't work with your code. Using 
another code that i have, the same rtmp stream works just fine and made the 
download.
can you say to me what i'm doing wrong? the rtmp stream link is: 

rtmp://aovivo.ig.com.br/live/radiooifmbhz

thanks

Original issue reported on code.google.com by Paulo.in...@gmail.com on 4 Oct 2011 at 1:51

GoogleCodeExporter commented 9 years ago
I updated new version of rtmpclient.py with a bug fix. After that I can see 
that the server just closes the connection after I sent NetConnection.connect. 
I tried as follows:

$ python rtmpclient.py -d rtmp://aovivo.ig.com.br/live?id=radiooifmbhz file1.flv

assuming stream name is radiooifmbhz.
Do you know what RTMP server it uses?

Original comment by kundan10 on 4 Oct 2011 at 5:53

GoogleCodeExporter commented 9 years ago
well, on a flex player that we have here, we use rtmp://aovivo.ig.com.br/live/ 
as server, and radiooifmbhz as stream name, and the player works, and in the 
same way on the other code that we have here, it works using 
rtmp://aovivo.ig.com.br/live/ as server, and radiooifmbhz as stream name, 
bellow i will put some others streams that looks like the same with the first 
and doesn't work:

rtmp://alvoradafm.streamm.com.br/live/livestream

server : rtmp://alvoradafm.streamm.com.br/live/
name: livestream

rtmp://wms5.fabricahost.com.br:8086/live/96fm

server: rtmp://wms5.fabricahost.com.br:8086/live/
name: 96fm

rtmp://radiojbfm.streamm.com.br/live/livestream

server: rtmp://radiojbfm.streamm.com.br/live/
name: livestream

rtmp://aovivo.ig.com.br/live/radiooifmrjo

server: rtmp://aovivo.ig.com.br/live/
name: radiooifmrjo

none of those work  with your code

thanks

Original comment by Paulo.in...@gmail.com on 4 Oct 2011 at 8:24