About Live stream with FMS
Hi,
I am doing somthing FMS.I download the FMS4 and Adobe Flash Midea Encoder3.5 here.
Installed to my PC,they are working without any configure.
and now I want to develop a client base on gstreamer to play the RTMP:// videos.
My client play VOD video on FMS as rtmp://MYIP/vod/sample.flv without any problem.
When I change to play the live video published by Adobe Flash Midea Encoder3.5,rtmp://MYIP/live/livestream.flv,it can start,but stoped after about 2 second.
I make some debug,it seems the server stop to send data to my client.And after this stoped ,it can not start again,must reboot my client;
I have checked the server with rtmpdump + VLC,it works fine.
The Log in FMS is:
Accepted a connection from IP:192.168.0.95, referrer: , pageurl:
Sending error message: Method not found (FCSubscribe).
Sending error message: Response object not found (_result:2147483647).
"Sending error message: Method not found (FCSubscribe)." this display also with rtmpdump.
"Sending error message: Response object not found (_result:2147483647)." this only with my client,what's the reason?
In my client,I see the following after about 2 second:
WARNING: Stream corrupt?!
ERROR: Wrong data size (16717496), stream corrupted, aborting!
What's happen when my client connect to FMS? What's the defference between VOD and LIVE?
Anyone try this with gstreamer?
