Play Now Info Missing
-
- Posts: 3
- Joined: Wed Feb 14, 2018 9:04 am
Play Now Info Missing
Hi,
I install steamcast with no problem, just the play now info is missing.
Is any options or settings to make that info visible.
With icecast I have no problems you can check at:
https://www.dancepassionfl.com/
Ivan
I install steamcast with no problem, just the play now info is missing.
Is any options or settings to make that info visible.
With icecast I have no problems you can check at:
https://www.dancepassionfl.com/
Ivan
Re: Play Now Info Missing
Hi,
The playing now information is provided by the encoder. It should already be there.
What exactly are you trying to do?
The playing now information is provided by the encoder. It should already be there.
What exactly are you trying to do?
-
- Posts: 3
- Joined: Wed Feb 14, 2018 9:04 am
Re: Play Now Info Missing
Yes Max you are correct. I install again I tried BUT and MB Recaster, both times the result is the same.
I am missing something, because with IceCast the player display the name of the song, with Steamcast does not.
Here is a screenshot of Back End with IceCast:
https://prnt.sc/if9nea
Here is a screenshor of Front End with IceCast:
https://prnt.sc/if9nqt
Here is a screenshoot of Back End SteamCast:
https://prnt.sc/if9nm0
Here is a screensoot of Front End with SteamCast:
https://prnt.sc/if9nw2
The info of song is not display.
I really want to use the SteamCast.
Ivan
I am missing something, because with IceCast the player display the name of the song, with Steamcast does not.
Here is a screenshot of Back End with IceCast:
https://prnt.sc/if9nea
Here is a screenshor of Front End with IceCast:
https://prnt.sc/if9nqt
Here is a screenshoot of Back End SteamCast:
https://prnt.sc/if9nm0
Here is a screensoot of Front End with SteamCast:
https://prnt.sc/if9nw2
The info of song is not display.
I really want to use the SteamCast.
Ivan
Re: Play Now Info Missing
Ok, so this is most likely do to that "front end" script looking for the Icecast stats sheet instead of pulling Steamcast's stat sheet.
Do you have the code to that "front end"?
Do you have the code to that "front end"?
-
- Posts: 3
- Joined: Wed Feb 14, 2018 9:04 am
Re: Play Now Info Missing
yes i do. I think is looking for status-json.xsl
Can you send me you email so I can send the files to you.
Ivan
Can you send me you email so I can send the files to you.
Ivan
- Jay
- Will work for food (Administrator)
- Posts: 3025
- Joined: Mon Jan 14, 2002 12:48 am
- Location: Next Door
- Contact:
Re: Play Now Info Missing
Hi Ivan,
You will need to modify your scripts to pull their stats from either /status.json or /status.xml select the appropriate file for your parsing needs Steamcast supports both JSON and XML processing.
The structure of the JSON or XML file will absolutely different from what Icecast2 sends so you will need to make modifications to your scripts to find the right target. If you want us to do this work for you we can quote you a price for our time to make the changes.
Alterantively we have an example PHP script that works perfectly with Steamcast.
https://www.radiotoolbox.com/code/steamcaststream.phps
You can apply it to your own website by following the examples in the following thread:
viewtopic.php?t=3681#p10255
Let us know if you have any other questions.
You will need to modify your scripts to pull their stats from either /status.json or /status.xml select the appropriate file for your parsing needs Steamcast supports both JSON and XML processing.
The structure of the JSON or XML file will absolutely different from what Icecast2 sends so you will need to make modifications to your scripts to find the right target. If you want us to do this work for you we can quote you a price for our time to make the changes.
Alterantively we have an example PHP script that works perfectly with Steamcast.
https://www.radiotoolbox.com/code/steamcaststream.phps
You can apply it to your own website by following the examples in the following thread:
viewtopic.php?t=3681#p10255
Let us know if you have any other questions.
- Jay