cancel
Showing results for 
Search instead for 
Did you mean: 

the vmware image in browser video player don't work?

ppetroce_Petroc
Champ in-the-making
Champ in-the-making

the nuxeo 5.5 vmware image in browser video player don't work? is this a new version issue?

1 ACCEPTED ANSWER

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

The VMWare Package is built based on the ubuntu packaging and the ffmpeg version is compiled with compilation configuration that not deal with mp4 format. That's why this is not working.

We have to built our own version of ffmpeg version with compilation configuration that will enabled all video format and introduce it into the VM builder. I create a task into our issue tracker here to let you follow this here: https://jira.nuxeo.com/browse/NXP-9191

View answer in original post

5 REPLIES 5

Thomas_Roger
Star Contributor
Star Contributor

What do you mean by "don't work"? Which browser do you use? Any errors in the server logs?

ppetroce_Petroc
Champ in-the-making
Champ in-the-making

don't display video , i find that the ffmpeg was outdated, in vmware image. I fix that and get the video player working, in chrome and firefox, but in opera 11.67 still don't work. similar to internet explorer 8.

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

The VMWare Package is built based on the ubuntu packaging and the ffmpeg version is compiled with compilation configuration that not deal with mp4 format. That's why this is not working.

We have to built our own version of ffmpeg version with compilation configuration that will enabled all video format and introduce it into the VM builder. I create a task into our issue tracker here to let you follow this here: https://jira.nuxeo.com/browse/NXP-9191

I find the binary of ffmpeg [here][1] to fix the problem

Thanks for this link. But we know how to get a version that would work this is just integrate it to our VM builder that is complicate.