View Single Post
  #7  
Old 03-20-2012, 10:14 AM
Gontran Gontran is offline
Junior Member
 
Join Date: Mar 2012
Posts: 8
Gontran is on a distinguished road
Default

Re: librtmp and python


Just don't pay attention to my last messages: I was tired and doing all wrong!

The only thing needed was to set the log level (by default nothing) in order to see logs in the standard output:
Code:
#That's all!!!!
dll.RTMP_LogSetLevel(c_int(6))
Anyway, after cleaning it, I will post my code in case of somebody is interressed.
Reply With Quote