View Single Post
  #3  
Old 06-23-2012, 12:28 PM
pythoneer pythoneer is offline
Junior Member
 
Join Date: Jun 2012
Posts: 3
pythoneer is on a distinguished road
Default

Re: librtmp url parsing


Thx,

Yes i read it, but im not fully into this weird rtmp uri thing. i missed the RTMP_Init() when i pasted my messy code, but its existing.

regarding winsocks - im developing under linux and also aiming for android. where is the point the sockets come in to play?

after modifying the url as u suggested the program stucks at RTMP_SetupURL with debugger :
Code:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Single stepping until exit from function RTMP_SetupURL,
which has no line number information.
Quit
Reply With Quote