RollingK

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RollingK's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I managed to solve it. The URL should not be http://server:port but rather http://server:port/wiki
  2. I installed the BlueSpice-free version from dockerhub from within the CA in unraid and set up the environment variables bs_url=http://192.168.0.18 (my server) and port 80:8089 but when I try to open http://192.168.0.18:8089 only the unraid webui opens. I also tried bs_url=192.168.0.18 and bs_url=http://192.168.0.18:8089 with the same result. I'm at my wits end. Is it not supposed to work on a server but only on localhost like described on their Dockerhub? I'm pretty sure it's something very easy I'm missing. I'm thankful for any pointers.
  3. Thank you for your reply! Saved me a lot of guesswork regarding ffmpeg. My goal is to stream from an IPTV provider -> xteve with VPN -> Tvheadend -> Kodi with Tvheadend Addon. I got it working now by editing the m3u provided by xteve and embedding the URL it provides into: pipe://<PATH TO FFMPEG> -i <IPTV URL> -c copy -f mpegts pipe:1 I'm running the Linuxserver Tvheadend so it looks like this: pipe:///usr/bin/ffmpeg -i <IPTV URL> -c copy -f mpegts pipe:1
  4. Thank you for all the effort you've put into this docker. The VPN connection is working and I can watch streams in VLC using the .m3u url using ffmpeg transcode. Is it possible to make the ffmpeg binary available to a Tvheadend Docker? Tvheadend doesn't seem to work when ffmpeg transcoding is enabled within xteve. I found a solution on the Tvheadend forums that involves accessing the ffmpeg binary from tvheadend. xteve vpn to tvheadend using ffmpeg