Skip to content
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

Installation instuction #397

Closed
nscpro opened this issue Oct 4, 2023 · 10 comments
Closed

Installation instuction #397

nscpro opened this issue Oct 4, 2023 · 10 comments

Comments

@nscpro
Copy link

nscpro commented Oct 4, 2023

is it possible for someone to make a short video how to install it on ubuntu linux. Using the command line, you cannot install a .rpm or .deb file. The installation instructions are so confusing and incomprehensible that what is written there does not correspond to reality.

@jb-alvarado
Copy link
Member

jb-alvarado commented Oct 5, 2023

Hello @nscpro, why is not possible to install the .deb file? And if you tell us, on which step you hang, I belief we can help you.

And have you read this instruction? When I fly over it again, I did not see something missing.

@nscpro
Copy link
Author

nscpro commented Oct 5, 2023

Hello @nscpro, way is not possible to install the .deb file? And if you tell us, on which step you hang, I belief we can help you.

And have you read this instruction? When I fly over it again, I did not see something missing.
IMG_1236

I’m using Ubuntu Server 22.04 and if I use “apt install /tmp/<install_file>.deb in terminal command line, it says error.

@jb-alvarado
Copy link
Member

Your downloaded deb file is still in root folder, you have to move it to the /tmp/ folder. Then you can run the install command again. Is better to install the file from tmp folder, then apt will not complain.

@nscpro
Copy link
Author

nscpro commented Oct 5, 2023

Your downloaded deb file is still in root folder, you have to move it to the /tmp/ folder. Then you can run the install command again. Is better to install the file from tmp folder, then apt will not complain.

Okay, thats work but i have so many errors. How to fix them? Maybe somebody help to configuration

IMG_1237

@jb-alvarado
Copy link
Member

The error are not a problem. They only say, that:

  1. there is no playlist, so you have to create on
  2. there is no filler clip set, you can set one under storage section, or leaf it blank

@nscpro
Copy link
Author

nscpro commented Oct 6, 2023

Okay, but I don't understand, why mp4 file not working? If I open server or pc, it's working fine
Screenshot 2023-10-06 at 13 55 30

@jb-alvarado
Copy link
Member

Which Codec uses this mp4 file? The frontend can only previewing files, which are supported by the browser.

@nscpro
Copy link
Author

nscpro commented Oct 7, 2023

Which Codec uses this mp4 file? The frontend can only previewing files, which are supported by the browser.

I’m using H.264/MPEG-4 codec. If I look preview in Media section, it’s working, only Player section preview not working

jb-alvarado added a commit to jb-alvarado/ffplayout that referenced this issue Oct 8, 2023
@jb-alvarado
Copy link
Member

jb-alvarado commented Oct 8, 2023

Ok, that was a bug which was fixed already in upcoming version 0.20. But the version is still not ready, so I create a bug fix release 0.19.1. It will be online later.

@JunioCalu
Copy link
Contributor

is it possible for someone to make a short video how to install it on ubuntu linux. Using the command line, you cannot install a .rpm or .deb file. The installation instructions are so confusing and incomprehensible that what is written there does not correspond to reality.

Based on my experience with the software, I follow the following installation steps:

sudo apt install ./ffplayout_x.xx.x.deb

#Enabling the ffplayout API as a system startup service
sudo systemctl enable --now ffpapi.service

#To create the database
sudo ffpapi -i

#To create an administrative user
sudo ffpapi -a

#Enabling the first channel's web frontend as a system startup service
sudo systemctl enable --now ffplayout.service

#Optional: To start the second channel
#sudo systemctl enable --now ffplayout@channel002.service

#To fix the .ffp_status file creation error
sudo mkdir -v /home/ffpu/
sudo chown -Rv ffpu:nogroup /home/ffpu/

#To correct access permissions to the database and installation files
sudo chown -Rv ffpu:nogroup /usr/share/ffplayout/db/
sudo chown -Rv ffpu:nogroup /usr/share/ffplayout/
sudo chown -Rv ffpu:nogroup /var/lib/ffplayout/
sudo chown -Rv ffpu:nogroup /etc/ffplayout/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants