![]() |
[SOLVED] Jazz24 - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Jazz24 (/showthread.php?tid=1433) |
Jazz24 - JanneP - 06-05-2019 I noticed that the excellent radio station Jazz24 no longer works on Moode. Maybe outdated URL. According Jazz24.org website: http://www.jazz24.org/faq/ Current direct streaming links are: 48K AAC: https://live.wostreaming.net/playlist/ppm-jazz24aac48-ibc1.m3u 64K AAC: https://live.wostreaming.net/playlist/ppm-jazz24aac-ibc1.m3u 256k AAC: https://live.wostreaming.net/playlist/ppm-jazz24aac256-ibc1.m3u 128k MP3: https://live.wostreaming.net/playlist/ppm-jazz24mp3-ibc1.m3u There is also now 256k aac stream available ![]() RE: Jazz24 - Tim Curtis - 06-05-2019 Thanks, I'll edit to the 256K link for the net in-place update :-) RE: Jazz24 - Tim Curtis - 06-05-2019 Unfortunately Jazz24 has switched to using direct links with session id's. For example the link below is a playlist containing 2 playable urls. pi@rp3:~ $ curl https: //live.wostreaming.net/playlist/ppm-jazz24aac-ibc1.m3u https: //prod-3-89-116-41.wostreaming.net/ppm-jazz24aac-ibc1?session-id=e7a727157242df25f4e624d6f0bfa09a https: //prod-18-234-41-31.wostreaming.net/ppm-jazz24aac-ibc1?session-id=e7a727157242df25f4e624d6f0bfa09a Each time it's accessed a new session id is attached. pi@rp3:~ $ curl https: //live.wostreaming.net/playlist/ppm-jazz24aac-ibc1.m3u https: //prod-18-234-41-31.wostreaming.net/ppm-jazz24aac-ibc1?session-id=123c7a3ddc8bf87808d64b6999e30ba5 https: //prod-3-89-116-41.wostreaming.net/ppm-jazz24aac-ibc1?session-id=123c7a3ddc8bf87808d64b6999e30ba5 If the session id is used to expire the link after some time period it will not be possible to automatically key the station logo to the url as is currently done in the code. I might be able to code an exception for this station but no guarantee. -Tim RE: Jazz24 - JanneP - 06-05-2019 That explain why the station logo disappeared, after I edited the URL. :-) RE: Jazz24 - Tim Curtis - 06-05-2019 Create a test station on your end using the url below and lets see if it plays. You will need to remove the space between http: and //.... https: //prod-18-234-41-31.wostreaming.net/ppm-jazz24aac-ibc1?session-id=123c7a3ddc8bf87808d64b6999e30ba5 -Tim RE: Jazz24 - JanneP - 06-05-2019 Yes it plays, perfect thanks Tim :-) |