Devnet Article Update: Understanding Video

An article that I wrote a week back is been published on Adobe Devnet for Mobile Devices. Do check it out as it briefly explains the meaning of Device Video and Native Video formats. This is critical in understanding for development of projects relating to video for Flash Lite.

Read more on “Understanding Video Formats and Controlling Video Volume in Flash Lite 3.x”

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)

  • Fernando

    Hi Hemanth,

    In your article you say that device video cannot be streamed. This is not true since it is possible to do in the S60 devices with Flash Lite 2.x onwards. We have a Darwin server that outputs H264 RTSP live videos and device video can play it in the S60 devices. In the S40 we cannot start a stream because the player not interpret the link in the format rtsp://….

    Cheers

  • Hemanth Sharma

    I agree Fernando. It happens only with S60 devices provided you are using Darwin Server with RTSP URL.
    Forgot to mention this exception. It is also important to understand here that Flash Lite does not decode this, but S60 device platform does. :)

    Thanks for adding this info.