Skip to content

OpenMediaKit Client. PHP library (5.2+) for API communication.

License

Notifications You must be signed in to change notification settings

octopuce/omk-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roadmap:

# app_get_media is for http only, use transfer adapter and file adapter

# Methods to recover from blocked states
    -> UX
    -> MEthod
# Handling one or many transcoders is not really efficient or practical at this point
    -> better UX
    -> better code handling
# OMK_Result Handle results through a class. The current implementation is obscure and error prone 
    -> Code refactoring
# Uploader Adapter : protocol and adapter name are a bit mixed up, this should be clearer
    *     Use the term "transferAdapter" in place? 
    -> Code refactoring
# Media object / File object
  *	Status are handled by the FileAdapter, use a separate object ?

# View rendering
    - Move to a real controller