djsoft said:
nelson c said:
Hi, I have a question.
I'm finishing the development of a php application that will allow the audience based program tracks to a playlist shown. (At scheduled times), On the side of my pc is a small program that handles inserting through RB api using the position "-2" which inserts after the current track.
I meet a limitation: the last user will insert a song to be played. and maybe the first request to go postponing never played.
Any idea to solve this?
I suppose you're implementing some sort of a song request system?
One of the solutions would be to add new requested songs to the playlist each 5-10 minutes (not immediately after requesting*). This delay is needed to allow RadioBOSS to finish the current track and start next one.
Another solution is to add requested songs to the end of the playlist.
*Also, AFAIK most of the stream licensing companies do not allow immediate playback of a requested song.
Insert tracks into a temporary list is a good idea, so I think I will implement.
I do not like the idea of ??the end of the list, because if one day is few requests terminate and reproduction in silence detector was activated.
about what licenses never heard, anyway here in Argentina nobody controls anything, some radios emit other, when they have no programming, or even leave a cd's all day on repeat.
Here is my system (still in development):
http://musiccarhue.zz.mu/Del.php
Inserts 5 Songs by ip every day.
It works at scheduled times (you can make requests at any time). eg today will be able to add songs until 14 hours (here are the 12:20 p.m.).
The user is selected above shows one bounded and play list to not played any subject.
but I have access with a pass to the php, allowing me to look at any play list, and insert songs at any time, plus some commands to restart the pc for example.
I still need to see how I do to not permit to insert the same item twice, and not repeat the same artist for half an hour for example.
nelson c said:
Also I have a request:
e are tired of our FM transmission air cutting internet problems.
Adding more buffer RB improved a bit but the problems continue.
I'm afraid RB doesn't have such facilities to deal with bad Internet connection and currently there are no plans to add those... mostly because there are too few users who will benefit from it, while developing such a thing is pretty expensive.
You mentioned this: http://www.aptcodecs.com/radio-products-32-135-4.html - from the description this looks like a solution. Did you try using it?
I do not agree that this is only for "Connections bad", the evidence in this year and a half I've been dealing with this sub showed any connexion minor cuts and packet loss.
Neither probe this system SureStream, but never pedi the implementation of something like this for RadioBOSS, as I understand it is very difficult / expensive to implement.
My idea goes through, try to make some redundant system without needing to checking data packets, etc..
I will work on this next month.
but I would be very useful in the registry store when I finish loading the buffer (and therefore playback started) then there recently I retake of a connection "B" back to the "A", increasing the volume of A, and less of B.
Even I have to see how to assign a different internet connection to each instance of RB.
For this I also need to solve the problem of hang tarball that has internet radioboss when cut, otherwise there will be a pause of 10 seconds before it is passed to the other instance of RB.