1 Reply Latest reply on Apr 25, 2008 10:50 PM by ron_sigal

    Streaming video

    miiisterjim

      Hey, I'm looking to stream video to clients where failover replication and loadbalancing are integral to my project. Is remoting the right choice for me based on these requirements?

      cheers
      James

        • 1. Re: Streaming video
          ron_sigal

          Hi James,

          I think that Remoting, in its current form, might be too low level for you. There is a failover facility in the Transporter code (org.jboss.remoting.transporter.*), but it's more of a demonstration than a fully developed feature. There isn't any loadbalancing feature.

          For a brief discussion of streaming from server to client, you could take a look at the thread "P2P Client Callback with streaming" (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=130918).