I have a shoutcast server v2.6 and a website with a player on the same server. The player already show title and artist from the audio stream. With shoutcast 2 stream, we can display the album art simply by this URL: url_of_the_server/playingart?sid=1 (for stream 1) but it has to be refreshed So, I am a newbee, would you help me to get a code to display this url and refresh it without refreshing the page, so has to be in javascript or jquery. Thank you
Display album art of a shoutcast v2 stream
735 Views Asked by guy wart At
1
There are 1 best solutions below
Related Questions in SHOUTCAST
- can't play shoutcast ip with port with backgroundAudio on Windows Phone 8
- HTML5 audio element in IE 10+ throwing "Invalid Source" for ShoutCAST mp3 stream
- How to change max listeners from 32 to unlimited
- C# BroadCast Mp3 File To ShoutCast Server
- Method for launching audio player on Android from web page for streaming media
- Reading HTML file from URL
- Is there a true cross browser solution for shoutcast streams?
- Php output continuous stream
- Play from Shoutcast Url in android
- How can I show the progress of a song on a SHOUTcast stream?
- How to stream audio live from browser to shoutcast-server
- SHOUTcast XML get with php
- MIME type audio/mpeg is not streaming?
- SHOUTcast Admin Login with php
- jPlayer and Shoutcast Configuration
Related Questions in ALBUMART
- Android: How to retrieve album_art for each album using album_id?
- Android - Hide album art from image gallery activity
- I am trying to get all the songs album art but it is showing the following runtime error
- Get album artwork from MP3 file/ID3 tag
- android create photo album
- How to add album art with ffmpeg?
- mediaplayer: album and display songs in it
- listing album in android
- Album Art now visible in Android 11
- Album art not showing when using AudioPlaybackAgent in WP7?
- Using Shoutcast, Display Now Playing Album Art
- Free album art API for android?
- How can I get banner art, artist name and the song name from a .mp3 file using python?
- Cannot fetch album art and album name together
- Display album art of a shoutcast v2 stream
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is an example pseudo code for Jquery
Another option is to remove image every 5 seconds and replace it with a new URL