NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker arm32v7 v
« Previous 1 2
NextPVR server on CoreELEC using Docker

 
  • 0 Vote(s) - 0 Average
NextPVR server on CoreELEC using Docker
miejscowym
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2019
#1
2019-10-16, 12:34 PM
Hi, I'm using amlogic device with CoreELEC OS, I'm trying to run NextPVR server on it. Installation run ok but can't get access to UI with port 8866. 
When run 
Code:
docker run -d \
 Is not showing me anything. 

If I run
Code:
docker image pull nextpvr/nextpvr_arm32v7


I have that:

Code:
CoreELEC:~ # docker image pull nextpvr/nextpvr_arm32v7
Using default tag: latest
latest: Pulling from nextpvr/nextpvr_arm32v7
Digest: sha256:14be3c9f83bb895d24d15cedfb25bcf7e8f418ad2639e9db74acaaa775dc94d5
Status: Image is up to date for nextpvr/nextpvr_arm32v7:latest


Any idea way, it's looks like NextPVR is not running.


Thanks
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#2
2019-10-16, 12:38 PM (This post was last modified: 2019-10-16, 12:39 PM by mvallevand.)
Did you try the complete run command listed here https://forums.nextpvr.com/showthread.php?tid=59394 and not just the first line? Also some amlogic devices are 64 bit.

Martin
miejscowym
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2019
#3
2019-10-16, 01:05 PM
Thanks!
I've tried now and create folders but it give me back this

Code:
docker: Error response from daemon: error while creating mount source path '/home/pi/videos': mkdir /home: read-only file system.


CHMOD is 777 on ./home/pi 
I've created folders in /home/pi like "videos" and "config".
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#4
2019-10-16, 03:14 PM
The example is for a RPi I trust the error message docker is showing you sounds like you need to work on your configuration and permissions and check CE documentation for folders that can written too.

Martin
miejscowym
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2019
#5
2019-10-17, 07:36 AM
Ok found solution, before need to create folder for example nextpvr.server in /storage/.kodi/addons/
Then run commands:

Code:
docker run -d \
    --volume /storage/.kodi/addons/nextpvr.server/config:/config \                   
    --volume /storage/.kodi/addons/nextpvr.server/videos:/recordings \
    --volume /storage/.kodi/addons/nextpvr.server/videos:/buffer \
    --publish 8866:8866 \
    nextpvr/nextpvr_arm32v7:latest

Thanks for help!  Wink
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#6
2019-10-17, 12:33 PM
Certainly /storage looks right but using the .kodi configuration folder doesn't look wise. /storage a good place to create new folders.

Also /storage will likely be on SD card or a small eMMC drive so it might not be fast enough or big enough.

Martin
miejscowym
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2019
#7
2019-10-17, 01:58 PM
It's CoreELEC so is booted from micro sd card on amlogic tv box with android. Only /storage and up is read-write permited. Folder .kodi is for my easier to access via SMB in my network.
The only thing now I have problem is when reboot device nextpvr start but not with port 8866.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#8
2019-10-17, 03:27 PM (This post was last modified: 2019-10-17, 03:27 PM by mvallevand.)
I just installed CE on my N2 and I would think /storage/videos or /storage/recordings would be a better place for these folder if you wanted a no effort starting location with smb share enabled.

Martin
miejscowym
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2019
#9
2019-10-17, 06:10 PM
I've tried that locations and got read-only error.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Update arm32v7 image on Docker Hub GlowTube 6 726 2025-03-19, 05:02 PM
Last Post: calande
  NextPVR/Docker on a RPi 5 GlowTube 14 2,609 2025-02-13, 01:13 PM
Last Post: SickBoy
  Errors from pvr.nextpvr in Kodi thecubasekid 3 1,003 2023-08-09, 07:18 PM
Last Post: mvallevand
  Add permission fix for dvb devices to docker image? soosyboosey 0 1,127 2022-11-03, 11:13 PM
Last Post: soosyboosey
  Docker image for WD MYCLOUD OS 5 boucchar 0 2,755 2021-03-22, 04:31 PM
Last Post: boucchar
  IPTV unusable on latest docker image thecubasekid 11 4,296 2020-12-15, 02:33 PM
Last Post: thecubasekid
  Recording options in NextPVR DavidD 2 2,653 2020-06-27, 12:41 PM
Last Post: DavidD
  Docker image version thecubasekid 5 2,997 2020-05-13, 10:31 PM
Last Post: thecubasekid
  Docker image for arm64 billybo8 1 2,446 2020-05-13, 10:10 PM
Last Post: mvallevand
  NextPVR seems to reboot daily KyleC_USA 12 5,440 2019-10-07, 08:57 PM
Last Post: KyleC_USA

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode