View Single Post
  #8  
Old 03-21-2010, 02:50 PM
Stream Recorder
 
Posts: n/a
Default

Re: Overview page with multiple live streams using JW Flash Player


Try to read more about RTMP(E) streams in the rtmpdump forum. It may give you better understanding
http://stream-recorder.com/forum/rtmpdump-f54.html

Since the URL seems to be correct, I would recommend to ask the question in the JW Player forum as well.
May be you just need to add the type variable:
Code:
so.addVariable('type', 'video');
Reply With Quote