#636: FTP uploads don't get picked up by transcoder
-------------------------+--------------------------------------------------
 Reporter:  and          |                Owner:                                
                    
     Type:  task         |               Status:  new                           
                    
 Priority:  blocker      |            Milestone:  4.5 Beta (Language Related 
New Features and Fixes)
Component:  Transcoding  |           Resolution:                                
                    
 Keywords:               |   Who will test this:  And                           
                    
-------------------------+--------------------------------------------------
Changes (by dimo):

  * milestone:  4.2 Beta => 4.5 Beta (Language Related New Features and
                Fixes)


Comment:

 A quick and ugly workaround was implemented in engagemedia.org.

 I edited the file xmlrpc.py in collective.transcoded.daemon and added the
 following code in line 96:

 {{{
         ### UGLY PATCH for em.org !!!
         input['url'] =
 
input['url'].replace('http://localhost:9021/Zope2/plumi','https://www.engagemedia.org')
         callbackURL =
 
callbackURL.replace('http://localhost:9021/Zope2/plumi','https://www.engagemedia.org')
         ### /UGLY PATCH for em.org !!!
 }}}

 We obviously need to find a better solution in the future.

-- 
Ticket URL: <http://www.plumi.org/ticket/636#comment:1>
Plumi <http://plumi.org/>
Plumi - FOSS Video Sharing Platform
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to