TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136646 times)
  2. FAT32 Library (69857 times)
  3. Network Ethernet Library (55899 times)
  4. USB Device Library (46236 times)
  5. Network WiFi Library (41869 times)
  6. FT800 Library (41099 times)
  7. GSM click (28953 times)
  8. PID Library (26403 times)
  9. mikroSDK (26321 times)
  10. microSD click (25334 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Visual TFT/GLCD Project

Multimedia streaming client

Rating:

0

Author: Thomas Jespersen

Last Updated: 2016-02-18

Package Version: 0.8.0.0

Category: Audio Playback

Downloaded: 1164 times

Followed by: 3 users

License: MIT license  

This project is a Multimedia streaming application for transfering audio or image data to the MikroElektronika EasyMX Pro for Stellaris board.
The transfering is done thru Ethernet together with a windows server application, which makes it capable of playing back mp3, wav or wma files. Images can also be displayed.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Multimedia streaming client" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Multimedia streaming client" changes.

Do you want to report abuse regarding "Multimedia streaming client".

  • Information
  • Comments (3)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Visual TFT/GLCD Project Blog

The code is released under the GNU General Public License.
Developed by Thomas Jespersen, TKJ Electronics - June 2012

PROJECT DESCRIPTION
This project is a Multimedia streaming application for transfering audio and/or image data content to the MikroElektronika EasyMX Pro for Stellaris ARM board.
The transfering is done thru Ethernet as the board connects to our own server application (on Windows). The board is then able to play back mp3, wav or wma files by the use of the on board VS1053 Audio Codec chip.
Images can also be transfered and displayed on the 320x240 TFT display.

PROJECT RELEASE
This project source code is mainly to be found on our GitHub page, where it will also be updated regularly: https://github.com/TKJElectronics/Multimedia_Streaming_Client

To support the MikroElektronika LibStock communite the source code is also released in their repository: http://www.libstock.com

MORE INFORMATION
Please visit our blog for more information about this project: http://blog.tkjelectronics.dk

A full video demonstration and explanation of the project can be found on our Youtube channel.
A direct link for the video is: http://www.youtube.com/watch?v=CbXe3k7MnEA

Stellaris Multimedia streaming client

Project video of our Multimedia streaming client application using the MikroElektronika EasyMX Pro for Stellaris ARM board with its' Ethernet capability. By transfering audio and/or image data content to the board thru our own server application (on Wind

Watch on YouTube

RELATED CODES

MP3 Player for Mikromedia plus for STM32F4

0

a modified example of MikroElectronika - continuous playback of the playlist

[Learn More]

WTV020-SD-16p library

0

This library allows to communicate with WTV020-SD-16p chip by 2wire serial port. Refer to library header and datasheet for pin connections. By this lib, you can do all the functions foreseen by the chip. Note: the mB version of this library has to be tested! Please let me know if you have any issue using it.

[Learn More]

MP3 Player for Mikromedia PIC32

0

This project shows a way to play MP3 files on the dev board Mikromedia fro PIC32 using the stand alone audio codec VS1053 by VLSI. This program only uses interruptions from the input capture module to drive the codec. Play/pause/stop functions works, as the volume control (log corrected to suite the human ear sensibility).

[Learn More]