Class MediaStreamingTaskController

java.lang.Object
org.duracloud.duradmin.spaces.controller.MediaStreamingTaskController

@Controller @RequestMapping("/spaces/mediastreamer") public class MediaStreamingTaskController extends Object
Author:
Daniel Bernstein Date: April 2, 2012
  • Field Details

    • STREAMING_ENABLED_KEY

      protected static final String STREAMING_ENABLED_KEY
      See Also:
    • log

      protected final org.slf4j.Logger log
  • Constructor Details

    • MediaStreamingTaskController

      @Autowired public MediaStreamingTaskController(ContentStoreManager contentStoreManager)
  • Method Details

    • enableHlsStreaming

      @RequestMapping(value="hls", method=POST) public org.springframework.web.servlet.ModelAndView enableHlsStreaming(@RequestParam(required=true) String storeId, @RequestParam(required=true) String spaceId, @RequestParam(required=true) boolean enable) throws Exception
      Throws:
      Exception