Hi Luis,
you need to add the line "video/webm webm" to your /etc/mime.types and reload apache. The webm files are being served with a text/plain content type. Cheers, Dimitris On 22.05.2012 17:16, Luis Carlos Erpen de Bona wrote: > Hi Again, > > I got some progress. I found the error in apache configuration. In the page: > > http://en.flossmanuals.net/plumi/ch025_installation/There is a missing $1: > >> RewriteRule ^/(.*)/$ http://%{ENV:BACKEND_LOCATION}:%{ENV:BACKEND_PORT}/ [L,P] > > it shoud be: > > RewriteRule ^/(.*)/$ http://%{ENV:BACKEND_LOCATION}:%{ENV:BACKEND_PORT}/$1 [L,P] > > Now the video are been transcoded. But it is still not working, the player stucks > on it: > > http://video.c3sl.ufpr.br/Video/Members/admin/videos/testando-video-para-tv-comunicacao/Thanks > > Bona > > On Tue, May 22, 2012 at 10:55:23AM -0300, Luis Carlos Erpen de Bona wrote: > >> Hi Dimitris, Thank you for your reply. I did what you suggest (in fact I have done it before). But know I have the following erro in instance1.log: 2012-05-22T10:50:15 ERROR collective.transcode Could not connect to transcode daemon http://transcode.c3sl.ufpr.br: [5] not well-formed (invalid token): line 1, column 2 In transcode.log we got: 2012-05-22 10:50:15-0300 [HTTPChannel,0,127.0.0.1] 127.0.0.1 - - [22/May/2012:13:50:15 +0000] "POST / HTTP/1.1" 200 3 "-" "xmlrpclib.py/1.0.1 (by www.pythonware.com [6])" and nothing else. Transcode is running at port 8888 and apacha rewriting is like this: Alias /transcoded /home/plumi/plumi.app-4.3.1/transcoded Order allow,deny Allow from allRewriteRule ^/transcoded - [L] RewriteRule ^(.*)$ - [E=BACKEND_LOCATION:127.0.0.1] RewriteRule ^(.*)$ - [E=BACKEND_PORT:8888] RewriteRule ^(.*)$ - [E=HOST:transcode.c3sl.ufpr.br] RewriteRule ^(.*)$ - [E=PORT:80] RewriteRule ^(.*)$ - [E=PROTO:http] RewriteRule ^/(.*)/$ http://%{ENV:BACKEND_LOCATION}:%{ENV:BACKEND_PORT}/ [L,P] RewriteRule ^/(.*)$ http://%{ENV:BACKEND_LOCATION}:%{ENV:BACKEND_PORT}/ [L,P] Do you have any futher ideas? Thanks Luis On Tue, May 22, 2012 at 01:50:05PM +0300, Dimitris Moraitis wrote: >> >>> Hi Luis, you probably need to change the transcoding options in the plone control panel (e.g. http://localhost:8080/plumi/@@transcode-controlpanel). Configure the deamon host to be http://transcode.c3sl.ufpr.br/ [1]The backend port in the apache config for transcode.c3sl.ufpr.br should be the one that transcode daemon is listening on. The default is 8888 on localhost. Let us know if you have any other issues. Cheers, Dimitris On 22.05.2012 04:24, Luis Carlos Erpen de Bona wrote: >>> >>>> Hi, I'm >>> trying to install plumi-4.3.1 with apache (I don't want >>> >>>> to open any >>> port in the FW expect 80). But I still having When I configure transcode to localhost:8888 I'm able to ServerName transcode.c3sl.ufpr.br Alias /transcoded /home/plumi/plumi.app-4.3.1/transcoded RewriteRule ^(.*)$ - [E=HOST:transcode.c3sl.ufpr.br] Rewr >>> >>>> ="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">RewriteRule ^/(.*)/$ >>> http://%{ENV:BACKEND_LOCATION}:%{ENV:BACKEND_PORT}/ [L,P] I've tried a lot of different rewritings without better results. >>> >>>> ">Thanks for any idea! Bona >>> ------------------------------------------------- # arch should be either linux32 or linux64. mac support coming >>> >>>> h:100%">arc >>> ipv4 address for ${site:local-ip} local-ip = 127.0.0.1 # the default Administrator's username and password transcode-port = 8888 #transcode-host = transcode.c3sl.ufpr.br and credentials for supervisor supervisor-host = ${site:local-ip}# additional eggs that should be available to your portal - leave >>> >>>> 5px; wid >>> = # em.taxonomies # unweb.shareit # collective.captcha # Products. >>> >>>> ; margin-left:5px; width:100%"># plone.formwidget.captcha # >>> lonetheme.plumigreen zcml = # em.taxonomies # unweb.shareit # collective.captcha # the id of your plumi site portal-id = Video # the# the addresses of the zope instances instance1-address = ${site:local-ip}:8081 instance6-icp = ${site:local-ip}:8096 instance7-i >>> >>>> argin-left:5px; width:100%"> >>> = ${site:local-ip}:8098 transcode-user = plumi # shared secret for symmetric encryption of transcode requests. If you u >>> >>>> 1010ff 2px solid; margin-left:5px; width >>> anscode settings panel. secret = 1771d99931264d538e75eeb19da7d6a0 cache-user = plumi cache-address = ${site:local-ip}:809 >>> >>>> px; width:100%"># haproxy port an >>> er-host = ${site:local-ip} balancer-port = 8090 balancer-user = plumi # syslog address >> >>> _______________________________________________ Discuss mailing list [email protected] [3] http://lists.plumi.org/listinfo/discuss [4] >> _______________________________________________ Discuss mailing list [email protected] [7] http://lists.plumi.org/listinfo/discuss [8] > > _______________________________________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/listinfo/discuss -- https://unweb.me Links: ------ [1] http://transcode.c3sl.ufpr.br/ [2] https://unweb.me [3] mailto:[email protected] [4] http://lists.plumi.org/listinfo/discuss [5] http://transcode.c3sl.ufpr.br: [6] http://www.pythonware.com [7] mailto:[email protected] [8] http://lists.plumi.org/listinfo/discuss
_______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
