<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi All,<br>
<br>
&nbsp;&nbsp;&nbsp; I want to use rtmpsrc to play the video on FMS server;<br>
Now I can use it to play the VOD video on FMS without any problem.<br>
But for the live video ,I add the code&nbsp; r-&gt;Link.lFlags |= RTMP_LF_LIVE;<br>
It can start to play ,but after few second,it stoped;<br>
<br>
From the server's log,it get :<br>
<br>
Accepted a connection from IP:192.168.0.95, referrer: , pageurl: <br>
Sending error message: Method not found (FCSubscribe).<br>
Sending error message: Response object not found (_result:2147483647).<br>
<br>
and I add some debug,it seems RTMP_Read return 0,can not read data from server;<br>
<br>
For the server,I use rtmpdump2.3 and vlc,works nice.<br>
With rtmpdump,there is "Sending error message: Method not found (FCSubscribe)." in server's log too;<br>
but have not "Response object not found (_result:2147483647)."<br>
<br>
I use the same libRTMP code with rtmpdump2.3.<br>
<br>
Any one know the reason of this error?<br>
How to use rtmpsrc to play live stream with FMS server?<br>
Please help.<br>
<br>
Best regards,<br>
<br>
Thanks very much.</td></tr></table>