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

Re: librtmp url parsing


Quote:
Originally Posted by KSV View Post
Winsock initialization is only required for windows.
ok thx
Quote:
Originally Posted by KSV View Post
are you sure you are using latest version of librtmp
yes i cloned it from here git://git.ffmpeg.org/rtmpdump

but after i used the correct version of the url from you i get a segmentation fault
Code:
#0  0x00007f55fa627071 in RTMP_SetupURL () from /usr/lib/x86_64-linux-gnu/librtmp.so.0
am i messed something up with the 32/64 bit stuff?
Reply With Quote