Dan Rossi wrote:
> Still having issues with some statistics values showing up as null or 
> zeros any ideas ?
>
> stream is
>
> public void streamComplete(ISubscriberStream stream)
>     {
>         //IConnection conn = Red5.getConnectionLocal();
>         IStreamCapableConnection conn = stream.getConnection();
>        
>         logStats = Logger.getLogger(conn.getScope().getName());
>        
>         IPlaylistSubscriberStream streamStats = 
> (IPlaylistSubscriberStream) stream;
>         logStream(streamStats, conn);
>     }
>
>   
I think i worked out the problem, maybe when casting from  
ISubscriberStream to IPlaylistSubscriberStream, PlaylistSubscriber 
doesnt implement it and so is coming up empty ?

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to