How to check if the media is rtmp or hds or progressive download?
I want to show the video previewer when the mouse move over the scrubber, just like youtube does , but instead of pictures, i want to use subclip , so i think i can use clipStartTime and clipEndTime to implement this . just like this :
simpleVideoPlayer.resource = new StreamingURLResource("rtmp://server/sample",StreamType.LIVE_OR_RECORDED,currentTime,currentTime+1);
If the media is not a streaming asset , this will not work, so i need to check if the stream is progressive download , if true , nothing will happen.
North America
Europe, Middle East and Africa
Asia Pacific