Hi,
Just wondering if someone has and knows how to run Xteve on Raspbian so I can get IPTV on Plex?
I have downloaded the file but not sure what you have to do from there on Windows it runs the server and you go to the webpage.
Thanks.
Hi,
Just wondering if someone has and knows how to run Xteve on Raspbian so I can get IPTV on Plex?
I have downloaded the file but not sure what you have to do from there on Windows it runs the server and you go to the webpage.
Thanks.
Not sure, and I don't have a linux distro to figure it out on right now. If nobody who knows chimes in here, here's some stuff you can try/check, each bullet is something to try/check, not steps:
Once you get an output that looks like it's working, go to the browser and put in the address that it spit out in terminal, ie localhost:34400 or 192.168.1.123:34400 , should pretty much be the same as Windows from there other than no C:/ stuff, check the xteve logs in web UI after each step for errors and try to fix before moving to next steps...sometimes Linux directories can be weird with ./Downloads, ~..Downloads stuff. I'm a Linux noob too. It's probably obvious to regular Linux users, and likely easier than we think :)
Good luck. If you can't get it going with my guesses above, you can always try r/linux4noobs or r/linuxquestions too! If you do get it going, please do post back some basic steps here.
It's a .bin file - clear as mud...
https://askubuntu.com/questions/15093/how-can-i-install-a-bin-file
What model Pi are you running this on?
How does it handle the need to transcode or does it just push the raw .ts IPTV feed to your streaming device?
Reason why I ask is I already have my Pi as the Plex server. If it have all MP3s and MP4s it pushes the file as is no issues, soon as the Pi tries to re encode on the fly (AVI, MKV, etc.) the CPU just can’t keep up. This on the newest 3B+.
This would be neat to try and have a all in one media server app. Kodi is just too glitchy for me.
It’s clearly documented on their website - like, on the very first page. Have you read the instructions?
Thanks for the input guys figured out how to do this.
I download the Arm x32 version and extracted it and then opened a Terminal window and ran the commands:
cd /path/to/xteve/
chmod +x xteve
./xteve
This started the web server and I used the IP address to setup the M3U etc.
Now I need to figure out why my Plex is not seeing the Tuner? :)
Hopefully this will help other people.