View Single Post
  #2  
Old 06-23-2012, 11:14 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: librtmp url parsing


have you even read the librtmp help. you need to pass the url in proper format.

Code:
"rtmp://cp125301.edgefcs.net/ondemand app=ondemand playpath=mp4:zdf/12/06/120621_1808_hko_vh.mp4"
also you are missing RTMP_Init(). you also need to initialize Winsock.
Reply With Quote