Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.0.BETA, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 4
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      videoPlayer renders a video player to play back videos. The component can be bound to a variety of source types.

        Issue Links

          Activity

          Hide
          Cruz Miraback added a comment -

          ICEfaces4 trunk revision# 40274

          Confirmed #1 and #2 are fixed.

          For #3, the URL attribute works now but it doesn't when the value attribute is not specified at all. For example, if you just have this it will not work:
          <ace:videoPlayer id="videoPlayer" url="url/to/video/source"/>
          But if you add in the value attribute like this it will:
          <ace:videoPlayer id="videoPlayer" value="" url="url/to/video/source"/>
          Is this expected behaviour?

          #4 can still be reproduced. I can see the data-hashcode changing but the video played back is the original video. This can be reproduced in the test app at videoPlayer/videoPlayerByteArray.jsf.

          #5 can still be reproduced. I was able to reproduce by adding 10-15 extra rows to the table. I'm adding quite quickly, after each new row is visible on the page I add a new one.

          #6 is working as expected.

          #7 - Confirmed scope attribute is working as expected for 'session' and 'application' scopes using the provided test instructions (thanks). However, this is only when using byte array as the source, the scope attribute currently does not function when using a JSF resource as the value.

          Show
          Cruz Miraback added a comment - ICEfaces4 trunk revision# 40274 Confirmed #1 and #2 are fixed. For #3, the URL attribute works now but it doesn't when the value attribute is not specified at all. For example, if you just have this it will not work: <ace:videoPlayer id="videoPlayer" url="url/to/video/source"/> But if you add in the value attribute like this it will: <ace:videoPlayer id="videoPlayer" value="" url="url/to/video/source"/> Is this expected behaviour? #4 can still be reproduced. I can see the data-hashcode changing but the video played back is the original video. This can be reproduced in the test app at videoPlayer/videoPlayerByteArray.jsf. #5 can still be reproduced. I was able to reproduce by adding 10-15 extra rows to the table. I'm adding quite quickly, after each new row is visible on the page I add a new one. #6 is working as expected. #7 - Confirmed scope attribute is working as expected for 'session' and 'application' scopes using the provided test instructions (thanks). However, this is only when using byte array as the source, the scope attribute currently does not function when using a JSF resource as the value.
          Hide
          Arturo Zambrano added a comment -

          Committed fix for url attribute issue at revision 40321. Improved documentation to specify that the scope attribute is only applicable when using a byte array or an instance of IceOutputResource as the value.

          I could not reproduce issues #4 and #5 still. Can you please provide more details on how to reproduce it? Does it happen in the a desktop or mobile environment? Which browser was used?

          Show
          Arturo Zambrano added a comment - Committed fix for url attribute issue at revision 40321. Improved documentation to specify that the scope attribute is only applicable when using a byte array or an instance of IceOutputResource as the value. I could not reproduce issues #4 and #5 still. Can you please provide more details on how to reproduce it? Does it happen in the a desktop or mobile environment? Which browser was used?
          Hide
          Arturo Zambrano added a comment -

          Also added some missing dots in resource paths in the test application at revision 37602.

          Show
          Arturo Zambrano added a comment - Also added some missing dots in resource paths in the test application at revision 37602.
          Hide
          Cruz Miraback added a comment - - edited

          ICEfaces4 trunk revision# 40321

          Confirmed #3 (url attribute issue) is completely fixed.

          #4 can no longer be reproduced, issue is resolved.

          For #5, upon further investigation I can only reproduce this in Firefox (27). I've attached a screenshot of what I see.
          To reproduce:
          1) Navigate to videoPlayer/videoPlayerAddTableTop.jsf or videoPlayer/videoPlayerAddTableBttm.jsf
          2) Click add button rapidly (10-15 times)

          For #7 I changed the test page to use IceOutputResource instead of javax.faces.Resource but I still only get successful test results for the scope attribute for the byte array example. Updated test is checked in.

          Show
          Cruz Miraback added a comment - - edited ICEfaces4 trunk revision# 40321 Confirmed #3 (url attribute issue) is completely fixed. #4 can no longer be reproduced, issue is resolved. For #5, upon further investigation I can only reproduce this in Firefox (27). I've attached a screenshot of what I see. To reproduce: 1) Navigate to videoPlayer/videoPlayerAddTableTop.jsf or videoPlayer/videoPlayerAddTableBttm.jsf 2) Click add button rapidly (10-15 times) For #7 I changed the test page to use IceOutputResource instead of javax.faces.Resource but I still only get successful test results for the scope attribute for the byte array example. Updated test is checked in.
          Hide
          Arturo Zambrano added a comment -

          Resolving JIRA. Issues #5 and #7 were spun off to ICE-9920 and ICE-9921.

          Show
          Arturo Zambrano added a comment - Resolving JIRA. Issues #5 and #7 were spun off to ICE-9920 and ICE-9921 .

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Ken Fyten
            • Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: