User Tools

Site Tools


agl-distro:demo-apps:media-player

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
agl-distro:demo-apps:media-player [2015/08/28 19:23]
wminer Add link to AGL/GENIVI Media Manager
agl-distro:demo-apps:media-player [2018/07/20 12:19]
leonanavi [Playing Songs from a USB Stick]
Line 10: Line 10:
  
 Refer to AGL requirements spec as a starting point. ​ Refer to AGL requirements spec as a starting point. ​
 +
 +Pioneer created a {{:​agl-distro:​demo-apps:​media_browser_and_player_demo_app_pioneer.pdf|requirements document}} for demo application to be reviewed during the Sep 2015 All Member Meeting.
  
 ==== Architecture ==== ==== Architecture ====
Line 16: Line 18:
 ==== Code ==== ==== Code ====
 TBD TBD
 +
 +==== Use Cases ====
 +===== Playing Songs from a USB Stick =====
 +
 +The media player in AGL 5 (Electric Eel) and newer version is capable of playing songs from removable media, such as a USB stick. Follow the steps below to test this functionality:​
 +  * Format a partition of a USB stick with FAT32.
 +  * Copy ogg sound files to the USB stick. Wikipedia provides free sample ogg files [[https://​commons.wikimedia.org/​wiki/​File:​Median_test.ogg|here]] and [[https://​commons.wikimedia.org/​wiki/​File:​Test-stereo.ogg|here]].
 +  * Plug the USB stick in a device or a development board compatible with AGL. Ensure that the following peripherals are attached: display, input device (touchscreen or mouse), speaker.
 +  * Turn on the device and launch the Media Player application.
 +  * Verify that the sound files are shown and press the play button.
 +