F5F Stay Refreshed Software Operating Systems Raspberry Pi video looper alternative available now

Raspberry Pi video looper alternative available now

Raspberry Pi video looper alternative available now

B
BlueStar_LH
Posting Freak
842
11-02-2016, 02:07 PM
#1
Hello, I'm working on setting up an automatic video playback system for a flash drive or micro SD card. The built-in player seems unavailable, which is frustrating. No one has reported this issue before, so it's a bit of a challenge. I'm looking for a solution—maybe using VLC or another method—to ensure videos loop on startup. Let me know if you can help! Thanks, Radim Kolar
B
BlueStar_LH
11-02-2016, 02:07 PM #1

Hello, I'm working on setting up an automatic video playback system for a flash drive or micro SD card. The built-in player seems unavailable, which is frustrating. No one has reported this issue before, so it's a bit of a challenge. I'm looking for a solution—maybe using VLC or another method—to ensure videos loop on startup. Let me know if you can help! Thanks, Radim Kolar

M
mj18wals
Senior Member
256
11-04-2016, 02:53 PM
#2
Run VLC using specific command-line options: --loop --fullscreen file:///path/file
M
mj18wals
11-04-2016, 02:53 PM #2

Run VLC using specific command-line options: --loop --fullscreen file:///path/file

D
DemoDaBoss_GL
Member
170
11-04-2016, 03:11 PM
#3
Yes, you can simply type the file path into the terminal and VLC should open it automatically.
D
DemoDaBoss_GL
11-04-2016, 03:11 PM #3

Yes, you can simply type the file path into the terminal and VLC should open it automatically.

M
mumustrak
Senior Member
729
11-12-2016, 10:59 AM
#4
Deploy the old buster image which retains Omxplayer, allowing continued use of various pre-existing kiosk-style tools.
M
mumustrak
11-12-2016, 10:59 AM #4

Deploy the old buster image which retains Omxplayer, allowing continued use of various pre-existing kiosk-style tools.

C
CarFryer
Junior Member
5
11-12-2016, 06:41 PM
#5
The looper script is straightforward to grasp, and player assistance comes from a dedicated module. If I introduced another player, which class would you favor? EDIT: Testing showed vlc struggles with error handling, insists on a GUI, adding unnecessary complexity. ffplay functions adequately if your background audio setup is robust; it handles basic issues but may not fully utilize GPU capabilities. Include the configuration at the end of video_looper.ini [ffplay] extensions = avi, mov, mkv, mp4, m4v show_titles = false extra_args = -hide_banner sound = both [mplayer] extensions = avi, mov, mkv, mp4, m4v sound = alsa sound_vol_file = sound_volume show_titles = true title_duration = 10 extra_args = -fs Attached files are available in Adafruit_Video_Looper with omxplayer.py and mplayer.py ffplay.py
C
CarFryer
11-12-2016, 06:41 PM #5

The looper script is straightforward to grasp, and player assistance comes from a dedicated module. If I introduced another player, which class would you favor? EDIT: Testing showed vlc struggles with error handling, insists on a GUI, adding unnecessary complexity. ffplay functions adequately if your background audio setup is robust; it handles basic issues but may not fully utilize GPU capabilities. Include the configuration at the end of video_looper.ini [ffplay] extensions = avi, mov, mkv, mp4, m4v show_titles = false extra_args = -hide_banner sound = both [mplayer] extensions = avi, mov, mkv, mp4, m4v sound = alsa sound_vol_file = sound_volume show_titles = true title_duration = 10 extra_args = -fs Attached files are available in Adafruit_Video_Looper with omxplayer.py and mplayer.py ffplay.py

C
Cychi
Member
176
11-15-2016, 02:51 AM
#6
It’s recommended to use mpv instead of VLC. A Rasperry lacks much processing power, and VLC is significantly heavier than mpv, which means it will put less stress on your device. Here’s how to maintain mpv settings: https://superuser.com/questions/1581867/...t-having-t
C
Cychi
11-15-2016, 02:51 AM #6

It’s recommended to use mpv instead of VLC. A Rasperry lacks much processing power, and VLC is significantly heavier than mpv, which means it will put less stress on your device. Here’s how to maintain mpv settings: https://superuser.com/questions/1581867/...t-having-t

L
louie018
Posting Freak
824
11-19-2016, 03:44 PM
#7
You have a functional image ready. Simply insert the micro SD card into your Raspberry Pi, and everything operates smoothly.
L
louie018
11-19-2016, 03:44 PM #7

You have a functional image ready. Simply insert the micro SD card into your Raspberry Pi, and everything operates smoothly.

N
Noob_Can_Kill
Junior Member
8
11-19-2016, 05:35 PM
#8
Thanks for your assistance. I resolved this problem another way, as it was required in production. I mentioned f*cking Linux and simply used a decapitated HP laptop with standard Windows 10 that launches a .bat file to open a file in VLC at startup. A bit low-tech without a doubt, but it functioned well for nearly a month now.
N
Noob_Can_Kill
11-19-2016, 05:35 PM #8

Thanks for your assistance. I resolved this problem another way, as it was required in production. I mentioned f*cking Linux and simply used a decapitated HP laptop with standard Windows 10 that launches a .bat file to open a file in VLC at startup. A bit low-tech without a doubt, but it functioned well for nearly a month now.