Subscribe to News

Elements of a MediaWorld service message

From TechnologicalWiki

Jump to: navigation, search

This protocol ables another services to handle UPnP universe, starting, pausing and stopping multimedia reproduction, searching renderers or browsing the content of diferent servers.

Elements of a Multimedia Service message.

1.- osami: XML root for all messages

  • type (mandatory attribute): Indicates the content of the xml
    • search: Search servers, renderers or multimedia content
    • command: Orders to renderers

2.- server: Is a UPnP multimedia server

  • uuid: A unique UPnP code that identifies individually each server.
  • friendly: A given name for each server.
  • domain: The domain where the server is.

3.- renderer: Is a UPnP multimedia renderer

  • uuid: A unique UPnP code that identifies individually each server.
  • friendly: A given name for each server.
  • domain: The domain where the renderers is.
  • type (optional attribute): Requests the renderer to do something
    • status: Reporting renderer status
    • play: Play media content
    • pause: Pause reproduction
    • stop: Stop playing

4.- media: Is a UPnP multimedia content

  • uuid: A unique UPnP code that identifies individually each server.
  • friendly: A given name for each server.
  • domain: The domain where the content is
  • server: The server where the content is.
  • time: Start reproduction from this point (if applicable).
  • type (mandatory attribute): Indicates type of multimdia content
    • video: Video file
    • audio: Audio file
    • foto: Foto file


Return to OSAmI-ES Developments

Main Collaborators