Support for EdgeCast?
ebeyrent - June 1, 2009 - 19:13
| Project: | Media Mover |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Has anyone written support for moving files to EdgeCast? I thought I'd check before rolling my own...

#1
Not to my knowledge, but I'd be glad to support you to write such a module.
#2
I did a little bit of poking around and it looks like they have a SOAP API: https://api.edgecast.com/v1/mediamanager.asmx?WSDL
On the surface, this doesn't look like it will be all that complicated...
#3
Hi - you can simply upload content to EdgeCast via FTP or Rsync - the content is live on the CDN as soon as its in our storage or our accounts can be setup to use your own web-server as storage. The API is used for advanced functionality in the network. Feel free to contact me with any other questions: craig@edgecast.com
#4
Then it should be possible to do this with the MM_FTP module. Can you report back on your success with this? It would be good to have a case study on this.