Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-49363

How to streaming mp4 artifact on Jenkins build page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Minor Minor
    • _unsorted
    • None

      I want mp4 artifact file to be played if I click it. 

      However, when I click the mp4 artifact file, It looks like a picture below. It doesn't play 

      If I download it, then I can play it in my local PC.

      So I tried HTML5 embed feature to streaming this. I tried two codes below, but, they didn't work.

      <video width="320" height="240" controls autoplay> <source src="monkey_result_19.mp4" type="video/mp4"> Your browser does not support the video tag. </video>

      and

      <video width="320" height="240" controls autoplay> <source src="http://xx.xx.xx.xx:8080/view/MonkeyTest/job/test22/lastSuccessfulBuild/artifact/monkey_result_19.mp4" type="video/mp4"> Your browser does not support the video tag. </video>

            Unassigned Unassigned
            chsst87 Jihun Im
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: