1 / 24

Research Work on SMIL

Research Work on SMIL Group 5: SMIL Section 3 By: Nitin Bafna Group 5: SMIL Jason Burke Abha Gupta Nitin Bafna Disclaimer This document is created fully for a purpose of class study and will be removed from the internet after the semester.

MikeCarlo
Download Presentation

Research Work on SMIL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Research Work on SMIL Group 5: SMIL Section 3 By: Nitin Bafna Group 5: SMIL Jason Burke Abha Gupta Nitin Bafna

  2. Disclaimer • This document is created fully for a purpose of class study and will be removed from the internet after the semester. • All material is taken from different references mentioned with each topic.

  3. COMPRESSION OF SMIL DOCUMENTShttp://csdl.computer.org/comp/proceedings/dcc/2000/0592/00/05920572.pdf • Data compression is a process to reduce the number of bits in a representation of data. • SMIL-lossless Compression • Cannot use methods like Lampel-Ziv – like English text(2-4 bits/char) • The proposed compression algorithm contains two major procedures: • parsing and • coding. • Parsing - to segment a SMIL document into non–overlapping phrases • Coding - assign a codeword to the phrase.

  4. ….. • Hierarchical procedure: • Parse a SMIL document into elements. • Parse an empty element into (1) ’<’ and element name, (2) attributes and (3) ’/>’. If some attributes are required attributes merge them with (1). • Parse a non–empty element into (1) STag, (2) child elements and (3) ETag. • Parse a STag into (1) ’<’ and element name, (2) attributes and (3) ’>’. • Parse an attribute into (1) attribute name and ’=’, and (2) AttValues. • Parse an AttValue into phrases or symbols. For instance, the AttValue of ”src” is segmented into (1) protocol name (e.g. http://www. or rtsp://www.), (2) a string of alphnumerals and (3) extension (e.g. .html or .jpg).

  5. …. • After parsing, a variable–length code is assigned to each phrase based on the conditional probability. • The performance is 400%–600% better than other commercial compression methods, such as COMPRESS and GZIP.

  6. Modeling and Analyzing SMIL Documents in SAMhttp://csdl.computer.org/comp/proceedings/mse/2002/1857/00/18570132abs.htm • This paper proposes a formal approach to modeling and analyzing temporal aspects of SMIL documents using the Software Architecture Model (SAM)

  7. ... Linear-time temporal logic Clocked transition system Stanford Temporal prover

  8. …. • Dr. soon Chunk also explained the method of modeling SMIL elements using PtNRS • http://csdl.computer.org/comp/mags/mu/2005/01/u1064abs.htm

  9. Order and Reliability in SMIL Documentshttp://portal.acm.org/citation.cfm?id=837373 • This research shows some differences existing between SMIL and REMDOR (REmote Multimedia DOcuments Retrieval) temporal models and looks at how the order and reliability concepts of REMDOR can be expressed within SMIL. • REMDOR - developed by the PEL group to show the benefits of a PO/PR transport service for multimedia document retrieval over the Internet

  10. .. • Differences in SMIL and REMDOR temporal models

  11. ….. One possible solution: Introducing Strong and weak Par element ie.spar and wpar Otherwise by defining new attribute in par element

  12. …..

  13. ……

  14. TANDEMTransmitting Asynchronous Non Deterministic andDeterministic Events in Multimedia Systems over the Internet • Limitation of SMIL • does not support frame level synchronization due to the lack of synchronization of periodic signals. • SMIL also does not support nondeterministic order of events and partial matching of conditions. • TANDEM – XML based language: • The language allows the integration of asynchronous events, deterministic multimedia events, and multimedia event based triggering commands. • The language supports temporal and spatial synchronization of the complex media objects. • The language separates and integrates five major components of distributed multimedia reactive systems: triggers, active repository, transformers, grouping of media streams, and synchronization. • The language allows dynamic scaling of the multimedia time base for implicit synchronization • The language incorporates commands that interrogate the active repository for partial conditions verification as well as pattern detection, oblivious data and context-based conditions.

  15. .. http://www.cs.kent.edu/~arvind/Papers/dms2004.pdf

  16. • Dr. Beckham also tried to overcome this disadvantage of SMIL by developing language Rex which can be used with SMIL. • http://www.w3.org/2002/mmi/2002/smil-rexx.pdf

  17. X-SMIL BROWSERhttp://lib.hut.fi/Diss/2003/isbn9512268043/article6.pdf • The most popular browsers don’t support SMIL in its full, which slows down the utilization of SMIL. • The most common solution to use continuous media in WWW browsers is to utilize so called plug-ins. • The X-Smiles browser is a Java based browser, which supports, e.g., SVG, XForms, and Extensible Stylesheet Language Formatting Objects (XSLFO) in addition to SMIL. • Thus, it’s an ideal environment to experiment with SMIL and related XML specifications.

  18. ..

  19. • Technical issues in Implementation of the SMIL MLFC: • Having an abstract representation of the source document in the form of a DOM tree, how should one convert this representation into a run-time SMIL presentation? • JMF supports only streaming media, such as video and audio. How should JMF be extended to support static media types such as images and text? • How should timing and synchronization issues be solved? • How the SMIL MLFC can interact with other MLFCs?

  20. ….

  21. Conclusions • SMIL is proved to be evolution in multimedia languages • Still we need a browser / player which will be compatible for all extra extensions have been researched till now.

More Related