[Support] alturismo - Repos


Recommended Posts

4 hours ago, Moose_Flunky said:

"Locked 423" error while trying to configure an OTA channel using Xteve-guide2go.

 

4 hours ago, Moose_Flunky said:

seems to be occurring when the update xteve via API subroutine is called in the cron job

the api call is for updating services, not of setups ... so i cant really follow your issue now.

 

when using the api function for updating instead the scheduled timers, you also have it enabled in xteve ? works fine here ... and may disable it for now in your cronjob.sh by setting to "no" while testing your setup.

Link to comment
On 3/23/2023 at 9:28 AM, alturismo said:

1st, i wonder why these questions are coming at all ...

 

1/ you can easily rollback anytime ...

2/ you are just to lazy to check yourself and rather depend on others ...

3/ dockers are "own" systems which doesnt really rely on the host updates ....

 

and yes, its running like before and before and before ...

I appreciate the build and the response but honestly no need to talk to call me lazy. It has nothing to do with that. A) I'm new to unRAID so I'm learning like everyone else did at some point and B) it's not laziness. If someone has experienced issues with a rollout, why does it hurt me to ask? I didn't say hey I'm to lazy to check this or anything of the sorts. I asked for feedback. Didn't realize me doing so would cause a response like that lol. 

Link to comment
  • 4 weeks later...

Just did a setup in host mode and the web interface is blank.  Last log entries

 

2023/04/22 19:07:54 [xTeVe] System Folder:          /root/.xteve/
2023/04/22 19:07:54 [xTeVe] Load Settings:          /root/.xteve/settings.json
2023/04/22 19:07:54 [xTeVe] Temporary Folder:       /tmp/xteve/2023-04-U5GB-HRP3FG/
2023/04/22 19:07:54 [xTeVe] GitHub:                 https://github.com/xteve-project
2023/04/22 19:07:54 [xTeVe] Git Branch:             master [xteve-project]
2023/04/22 19:07:54 [xTeVe] SSDP / DLNA:            true
2023/04/22 19:07:55 [xTeVe] UUID:                   2023-04-U5GB-HRP3FG
2023/04/22 19:07:55 [xTeVe] Tuner (Plex / Emby):    1
2023/04/22 19:07:55 [xTeVe] EPG Source:             PMS
2023/04/22 19:07:55 [xTeVe] Plex Channel Limit:     480
2023/04/22 19:07:55 [xTeVe] Unfiltered Chan. Limit: 480
2023/04/22 19:07:55 [xTeVe] All streams:            0
2023/04/22 19:07:55 [xTeVe] Active streams:         0
2023/04/22 19:07:55 [xTeVe] Filter:                 0
2023/04/22 19:07:55 [xTeVe] DVR IP:                 172.17.0.1:34400
2023/04/22 19:07:55 [xTeVe] Web Interface:          http://172.17.0.1:34400/web/ | xTeVe is also available via the other 25 IP's.
/config/cronjob.sh does not exist
For help run: ./xteve -h

/config/cronjob.sh exist
For help run: ./xteve -h

 

Tried the link and the host ip neither works. I am not sure what's missing

Link to comment

docker run
  -d
  --name='xteve'
  --net='host'
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="TowerMHS"
  -e HOST_CONTAINERNAME="xteve"
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:34400]/web/'
  -l net.unraid.docker.icon='https://avatars0.githubusercontent.com/u/53275662?s=460&v=4'
  -v '/mnt/user/appdata/xteve/':'/root/.xteve':'rw'
  -v '/mnt/user/appdata/xteve':'/config':'rw'
  -v '':'/tmp/xteve':'rw'
  -v '':'/TVH':'rw' 'alturismo/xteve'

b6d28717c00b3a20d910baf3905ae47ca3b2cd17fe2c18274958dd6e325f6f9c

The command finished successfully!

 

Yes I am using http://hostip:34400/web

Link to comment
35 minutes ago, dodgeman said:

Yes I am using http://hostip:34400/web

just cross checked here and working fine, your run command is looking good too (besides missing pathes for tmp and tvheadend, but shouldnt bother)

 

in the end, may try TowerMHS as name instead IP, may try a different browser, ... sorry, i see no faults here.

Link to comment
  • 2 weeks later...

 

Hello.
I installed docker without problems but I can't add the m3u file from my "zgemma" decoder. I see the message: "Invalid M3U file, an extended M3U file is required."

 

For example, one entry from the .m3u file:

#EXTM3U
#EXTVLCOPT--http-reconnect=true
#EXTINF:-1 tvg-id="1:0:1:3ABD:514:13E:820000:0:0:0:" tvg-name="TVP 1 HD" tvg-shift="" radio="" tvg-logo="http://[USER:PASS]@[DECODER-ADDRESS-IP]/file?file=/usr/share/enigma2/picon/1_0_1_3ABD_514_13E_820000_0_0_0.png" group-title="Polish", TVP 1 HD
http://[USER:PASS]@[DECODER-ADDRESS-IP]/1:0:1:3ABD:514:13E:820000:0:0:0:

 

Or i try directly from webif download .m3u8 file like this:

 

#EXTM3U 
#EXTVLCOPT:http-reconnect=true 
#EXTINF:-1,TVP 1 HD
http://[DECODER_IP:PORT]/1:0:1:3ABD:514:13E:820000:0:0:0:

 

In vlc player both methods work.

Can you edit the entries in the .m3u file to use the xteve docker and then plex?

 

Thank you for any suggestions

 

Edited by NeoKicia
Link to comment
20 hours ago, NeoKicia said:

Could the problem be the decoder's external IP address, i.e. trying to configure the 'zgemma' decoder from my parents' house to somehow work on PleX.

sure ... i have a enigma2 box here too and its working like described, i just have to rename the file to m3u ... and also, credentials ... by default the downloaded m3u(8) only has a temp credential pass and not user:pass@ip:port.... so i replace it to make sure.

Link to comment
config/cronjob.sh exist
Index is here
For help run: ./xteve -h
2023/05/06 01:37:01 [xTeVe] [WARNING] Don't run this as Root!
2023/05/06 01:37:01 [xTeVe] Version:                2.2.0 Build: 0200
2023/05/06 01:37:01 [xTeVe] Database Version:       2.1.0
2023/05/06 01:37:01 [xTeVe] System IP Addresses:    IPv4: 5 | IPv6: 5
2023/05/06 01:37:01 [xTeVe] Hostname:               SyNoLoGy
2023/05/06 01:37:01 [xTeVe] System Folder:          /root/.xteve/
2023/05/06 01:37:01 [xTeVe] Load Settings:          /root/.xteve/settings.json
2023/05/06 01:37:01 [xTeVe] Temporary Folder:       /tmp/xteve/2023-05-78FJ-OGM5P1/
2023/05/06 01:37:01 [xTeVe] GitHub:                 https://github.com/xteve-project
2023/05/06 01:37:01 [xTeVe] Git Branch:             master [xteve-project]
2023/05/06 01:37:01 [xTeVe] SSDP / DLNA:            true
2023/05/06 01:37:02 [xTeVe] UUID:                   2023-05-78FJ-OGM5P1
2023/05/06 01:37:02 [xTeVe] Tuner (Plex / Emby):    2
2023/05/06 01:37:02 [xTeVe] EPG Source:             PMS
2023/05/06 01:37:02 [xTeVe] Plex Channel Limit:     480
2023/05/06 01:37:02 [xTeVe] Unfiltered Chan. Limit: 480
2023/05/06 01:37:02 [xTeVe] All streams:            0
2023/05/06 01:37:02 [xTeVe] Active streams:         0
2023/05/06 01:37:02 [xTeVe] Filter:                 0
2023/05/06 01:37:02 [xTeVe] DVR IP:                 172.17.0.1:34400
2023/05/06 01:37:02 [xTeVe] Web Interface:          http://172.17.0.1:34400/web/ | xTeVe is also available via the other 9 IP's.
2023/05/06 01:38:30 [xTeVe] Download:               http://192.168.xxx.xxx:5000/fsxdownload/UDRQzolE6/lol.m3u
2023/05/06 01:38:31 [xTeVe] Check File:             http://192.168.xxx.xxx:5000/fsxdownload/UDRQzolE6/lol.m3u
2023/05/06 01:38:31 [xTeVe] [ERROR] Invalid M3U file, an extended M3U file is required. () - EC: 0
2023/05/06 01:38:31 [xTeVe] [ERROR] Invalid M3U file, an extended M3U file is required. () - EC: 0
2023/05/06 01:42:59 [xTeVe] Download:               http://192.168.xxx.xxx:5000/fsxdownload/UDRQzolE6/lol.m3u
2023/05/06 01:43:00 [xTeVe] Check File:             http://192.168.xxx.xxx:5000/fsxdownload/UDRQzolE6/lol.m3u
2023/05/06 01:43:00 [xTeVe] [ERROR] Invalid M3U file, an extended M3U file is required. () - EC: 0
2023/05/06 01:43:00 [xTeVe] [ERROR] Invalid M3U file, an extended M3U file is required. () - EC: 0
2023/05/06 01:43:06 [xTeVe] Download:               http://192.168.xxx.xxx:5000/fsxdownload/UDRQzolE6/lol.m3u
2023/05/06 01:43:07 [xTeVe] Check File:             http://192.168.xxx.xxx:5000/fsxdownload/UDRQzolE6/lol.m3u
2023/05/06 01:43:07 [xTeVe] [ERROR] Invalid M3U file, an extended M3U file is required. () - EC: 0
2023/05/06 01:43:07 [xTeVe] [ERROR] Invalid M3U file, an extended M3U file is require

I installed xteve on my computer (win11) and my m3u file worked without any problems. Unfortunately I tried different versions of xteve in docker on my synology and always same error when loading m3u file. Is there any option to manually upload m3u file to xteve location in docker?

Edited by NeoKicia
add log
Link to comment
14 hours ago, NeoKicia said:

Is there any option to manually upload m3u file to xteve location in docker?

you place it like in your /appdata/xteve/data folder, then you define in xteve the path to your file from docker point of view. like /root/.xteve/data/whatever.m3u

 

but the error you see means, you dont have a EXTM3U ... so may add also #EXTM3U as 1st line ... 

  • Like 1
Link to comment
9 minutes ago, alturismo said:

you place it like in your /appdata/xteve/data folder, then you define in xteve the path to your file from docker point of view. like /root/.xteve/data/whatever.m3u

 

but the error you see means, you dont have a EXTM3U ... so may add also #EXTM3U as 1st line ... 

This is my m3u file:

 

#EXTM3U
#EXTVLCOPT--http-reconnect=true
#EXTINF:-1 tvg-id="1:0:1:3ABD:514:13E:820000:0:0:0:" tvg-name="TVP 1 HD" tvg-shift="" radio="" tvg-logo="http://[USER:PASS]@[DECODER-ADDRESS-IP]/file?file=/usr/share/enigma2/picon/1_0_1_3ABD_514_13E_820000_0_0_0.png" group-title="Polish", TVP 1 HD
http://[USER:PASS]@[DECODER-ADDRESS-IP]/1:0:1:3ABD:514:13E:820000:0:0:0:

 

And I don't understand why the same m3u file on PC works in xteve and on docker it doesn't.

Link to comment
How to define this path in docker to m3u file? In docker settings? Because without adding a file in the first time configuration of xteve, I can't go a step further to get to the settings in xteve via the web interface.
Like described above.

Gesendet von meinem SM-S901B mit Tapatalk

Link to comment

Finally it works!  😉 Thank you @alturismofor all your help.  Have a nice weekend.

 

 

Edit:

I connected to my zgemma but when I turned on stream I got the error:

 

2023/05/06 16:25:41 [xTeVe] FFMPEG:                 Processing data
2023/05/06 16:25:41 [xTeVe] Streaming Status:       Receive data from FFMPEG
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             [h264 @ 0x7f6002856b00] non-existing PPS 0 referenced
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             Last message repeated 1 times
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             [h264 @ 0x7f6002856b00] decode_slice_header error
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             [h264 @ 0x7f6002856b00] no frame!
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             [h264 @ 0x7f6002856b00] non-existing PPS 0 referenced
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             Last message repeated 1 times
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             [h264 @ 0x7f6002856b00] decode_slice_header error
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             [h264 @ 0x7f6002856b00] no frame!
2023/05/06 16:25:43 [xTeVe] FFMPEG log:             [h264 @ 0x7f6002856b00] non-existing PPS 0 referenced

 

I think there's something wrong with the xteve settings themselves but I'll have to figure out the optimal settings.

Edited by NeoKicia
progress
Link to comment
50 minutes ago, NeoKicia said:

I think there's something wrong with the xteve settings themselves but I'll have to figure out the optimal settings.

there is not much what could be missconfigured

 

here a snipplet from my m3u from enigma2

 

#EXTM3U 
#EXTVLCOPT--http-reconnect=true
#EXTINF:-1,Das Erste HD
#EXTVLCOPT:program=11100
http://user:[email protected]:8001/1:0:19:2B5C:41B:1:FFFF014A:0:0:0:
#EXTINF:-1,ZDF HD
#EXTVLCOPT:program=11110
http://user:[email protected]:8001/1:0:19:2B66:437:1:FFFF01C2:0:0:0:
#EXTINF:-1,SWR RP HD
#EXTVLCOPT:program=10304
http://user:[email protected]:8001/1:0:19:2840:41B:1:FFFF014A:0:0:0:
#EXTINF:-1,VOX HD
#EXTVLCOPT:program=50013
http://user:[email protected]:8001/1:0:19:C35D:271D:F001:FFFF0000:0:0:0:
#EXTINF:-1,VOXup HD
#EXTVLCOPT:program=61207
http://user:[email protected]:8001/1:0:19:EF17:421:1:C00000:0:0:0:
#EXTINF:-1,RTL HD
#EXTVLCOPT:program=50012
http://user:[email protected]:8001/1:0:19:C35C:271F:F001:FFFF0000:0:0:0:
#EXTINF:-1,RTLZWEI HD
#EXTVLCOPT:program=50011
http://user:[email protected]:8001/1:0:19:C35B:271F:F001:FFFF0000:0:0:0:

may that helps ...

Link to comment
11 hours ago, NeoKicia said:

I try, but I switch to xteve buffer and on my fire cube plex, TV working good, only problems on phone plex. Buffering and buffering... 

then you are looking at the wrong spot ;) xteve's job ends on proxying to plex server

 

plex > clients is plex only ...

Link to comment
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.