hi Richard,
Glad news…the problem was now resolved…
As u said the problem was with my flowplayer configuration…Actually in the flow player configuration i used the url for the stream as url: ‘vlc’ (vlc is the name of my live stream). This was the problem…I had to use the url as url: ‘flv:vlc’…When I corrected and added the flv prefix it got worked…(So my observation is it is only needed when we are using a liverepeater stream)…If we are doing only a live stream the ‘flv’ prefix is not needed…atleast in my case…)…
I have also configured jw player as u suggested…and it also got worked…Here I have used the SWFObject method to embed the player…But our forum mainy concentrates
on object/embed method which is not the recommended method…So I am publishing my configuration and observations…here…
This is my configuration…
And my observations are(atleast worked for me)
1)It is not needed to specify the provider…
(in case if u need u can add so.addVariable(‘provider’,‘rtmp’);
)
2)Redirection is working without the loadbalancing specification No need to add so.addVariable(‘rtmp.loadbalance’, ‘true’);
Thank you for your sound support,…Richard,
Jaseer TK