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
736 Views Asked by guy wart At
1
There are 1 best solutions below
Related Questions in SHOUTCAST
- Playing live internet radio on Android auto
- Sending song metadata to a v2.6 Shoutcast server using CURL in a batch file
- sc_serv Shoutcast stream plays intro file, but does not play stream
- Re-broadcast a 96 kbps Shoutcast stream to a 192 kbps Icecast server
- How how do I link live Shoutcast broadcast to website?
- how can make http request in https
- Shoutcast 2.5 mIRC Socket Bot Connection Problem
- Displaying Now Playing Info from Shoutcast Stream on Wordpress website
- Shoutcast sc_serv admin.cgi json fields
- -bash: ./radiobot cannot execute binary file: Exec format error
- Display album art of a shoutcast v2 stream
- Shoutcast broadcasting in android
- Find MP3 files with specific sample/frequency rate
- SOLVED - Debug Darkice to understand why is not connecting to shoutcast
- Remove Duplicates from SHOUTcast script print_r ($vc_shoutcast->LISTENERS);
Related Questions in ALBUMART
- Album Art now visible in Android 11
- How to change metadata for audio files in Node.js
- Display the music album cover in Android Studio
- azuracast album art script
- Icecast albumart from mountpoint
- Extract Album Art from an mp3 using C# not Taglib-Sharp
- Mutagen: How can I "correctly" embed album art into mp3 file so that I can see the pitcure display as file icon
- Bash: FFmpeg: Automate Album Art Tagging
- How to delete the covert art of a flac file in python
- Display album art of a shoutcast v2 stream
- Unable to get Album Art from Spotify in Objective C using kMRMediaRemoteNowPlayingInfoArtworkData
- How can I get banner art, artist name and the song name from a .mp3 file using python?
- Can I access album's cover art with Musixmatch API?
- where does content://media/external/audio/albumart come from and is this the same across all devices?
- How to get the album art of a media file in Xamarin?
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 # Hahtags
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