-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long Starting Time vs. Buffering #102
Comments
Hi @BigSlikTobi
Another thing you might want to try: use the new branch which used MPD instead of VLC. Read more here: |
Could you post here how the USB setup works? I would like to try it and include it in the manual. Thanks. |
@BigSlikTobi: we use the 1st raspbi B Rev.2 with 700Mhz single-core and besides the boot time (40sec with current VLC version and 25sec with the upcoming mpd version) everything reacts quickly without lags (maybe 2sec until the music starts to play after rfid card has been swiped). We are using an older Class 10 SD card (30MB/s) and no additional USB key, so i guess your lag comes from the usb key. If you haven't installed the raspbian itself on the usb key, you could try to remove it and put some songs on the internal sd card to see if it works faster like our phoniebox. |
I am closing this ticket, because of the launch of version 1.0 on master. If you have any issues, please try first if they are still happening on the latest version 1.0. If so, open another ticket, please.
The version 1.0 has not been tested on
Version 1.0 is a major improvement (which will be full of bugs, for sure :) and I want to thank all the contributors and Phoniebox lovers with their input, pictures, bug fixes and suggestions. |
Hi
thank you for this great tutorial! I really enjoyed building a Jukebox for my daughters second birthday!
I have an issue regarding the starting time of my box. After swiping the RFID card it takes a pretty long time until the box starts playing (about 20 sec.). This is a pretty hard time for a 2 year old girl :). I tried to manage this by changing the buffering time at the scrips by changing
cvlc --no-video --network-caching=10000 -I rc --rc-host localhost:4212 "$VLCPLAYS" &
to a lower count but than the songs starts to stumble...
Do you have any idea how this can be solved.
I am using a USB - Stick to save the songs on.
Best regs
Tobi
The text was updated successfully, but these errors were encountered: