April 5, 201610 yr Author Hello, in first thanks for your docker. I had install and start the docks, no problems. But my docker thvhendend don't see my hdhomerun. My HDhomme run is not usb, but IP. Can you help me ? Thanks You have to edit the container and change the network mode from bridge to host. Then it should work.
April 5, 201610 yr Hello, in first thanks for your docker. I had install and start the docks, no problems. But my docker thvhendend don't see my hdhomerun. My HDhomme run is not usb, but IP. Can you help me ? Thanks You have to edit the container and change the network mode from bridge to host. Then it should work. Thanks saarg for your speed reply. But i use this docker on a synology, not a unraid. You know how the network parameter mode on synology ? Thanks
April 5, 201610 yr Author You're on the wrong forum mate I don't know how synology implemented docker and I'm not going to find out either. Don't you have somewhere to set bridge or host network for the container? If not, maybe you have something called privileged mode? If none of the above, you have to find out all the ports the hdhomerun use and map those.
April 10, 201610 yr I updated the tvheadend-unstable Container last night and it won't start anymore. Log: "./run: line 3: /usr/local/bin/tvheadend: No such file or directory".
April 10, 201610 yr Author I updated the tvheadend-unstable Container last night and it won't start anymore. Log: "./run: line 3: /usr/local/bin/tvheadend: No such file or directory". Sorry about that. Seems like they changed something in the build system. I have reverted back to the previous version. Should be ready in a couple of hours.
April 10, 201610 yr Author Latest unstable should be up to date again. I had to add cmake for it to build again.
May 12, 201610 yr Hi, I'm new to tvheadend and I'm trying to get the Tvheadend4-Stable docker working and it's working great, but I'm having trouble with my EPG that I'm told is fixed in v4.1. (see thread: https://tvheadend.org/boards/4/topics/20593?r=20954) Do you plan to update the docker to this version anytime soon? I notice you have "unstable" versions of the docker, but from what I can tell on the tvheadend website is that v4.1 has been out for about a year! Is v4.1 still not stable? Side note: my EPG problem is that it won't pull any EPG for OTA channels. I'm working through the work-around suggested in the linked thread, but so far that hasn't worked for me. Getting 4.1 would be much easier! Thanks for the great work!
May 12, 201610 yr Author 4.1 that you see in the tvheadend repository is not a stable release. The latest stable is 4.0.9. If you need to use the development branch 4.1 for a fix, you need to use my unstable container.
May 12, 201610 yr 4.1 that you see in the tvheadend repository is not a stable release. The latest stable is 4.0.9. If you need to use the development branch 4.1 for a fix, you need to use my unstable container. Thanks, if you don't mind commenting, just how "unstable" is 4.1? I'm looking for a low hassle DVR solution so if there is a chance that it'll work fine for me then I'll give it a shot, but otherwise I'll just have to look for another solution (assuming I can't get the aforementioned work-around working).
May 13, 201610 yr Author I use the unstable and have no problem. It might be that there will be issues after I update it, but they usually fix the bugs fast. If it's working for you, then simply don't update the container until 4.2 is out.
May 14, 201610 yr I use the unstable and have no problem. It might be that there will be issues after I update it, but they usually fix the bugs fast. If it's working for you, then simply don't update the container until 4.2 is out. Cool, well I'm trying out the unstable version and the EPG works automatically! BUT... I can't get the video to play (the video worked easily in the stable version). I'm using a HDhomerun. But I'm still messing with the settings.... thanks.
May 14, 201610 yr Author I use the unstable and have no problem. It might be that there will be issues after I update it, but they usually fix the bugs fast. If it's working for you, then simply don't update the container until 4.2 is out. Cool, well I'm trying out the unstable version and the EPG works automatically! BUT... I can't get the video to play (the video worked easily in the stable version). I'm using a HDhomerun. But I'm still messing with the settings.... thanks. The hdhomerun I can't help you with unfortunately.
May 14, 201610 yr I have a question about setting the recording path within TVheadend. In the docker setup I chose something like "/mnt/user/Videos/Recorded TV/". Do I just use that same path in the configuration within TVheadend? I tried that and whenever I click record it just gives me a red exclamation point. Note: I have still not fixed the streaming video problem, but I did realize that if I remove the "/play/" text from the URL then it redirects it to the stream itself and not the playlist. This allows me to "save as" the file and when it's done I can play it with VLC. So I was hoping that maybe I could just record videos but not watch them live through the browser. In any case I eventually want to be able to do both.
May 15, 201610 yr Author I have a question about setting the recording path within TVheadend. In the docker setup I chose something like "/mnt/user/Videos/Recorded TV/". Do I just use that same path in the configuration within TVheadend? I tried that and whenever I click record it just gives me a red exclamation point. Note: I have still not fixed the streaming video problem, but I did realize that if I remove the "/play/" text from the URL then it redirects it to the stream itself and not the playlist. This allows me to "save as" the file and when it's done I can play it with VLC. So I was hoping that maybe I could just record videos but not watch them live through the browser. In any case I eventually want to be able to do both. You have to specify the container path and not the unraid path. So check your volume mapping to see what to set in tvheadend.
May 23, 201610 yr Hi Saag I really like this Docker, however i'm having some issues using XMLTV. Somehow i'm only getting 7 days of EPG, using XMLTV, but i know that my providor is providing up to 14 days. Can i in any way see the downloaded xmltv files within the docker, or is it possible to download the files to the config library? br, Thomas
May 24, 201610 yr Author Hi Saag I really like this Docker, however i'm having some issues using XMLTV. Somehow i'm only getting 7 days of EPG, using XMLTV, but i know that my providor is providing up to 14 days. Can i in any way see the downloaded xmltv files within the docker, or is it possible to download the files to the config library? br, Thomas You have to add the number of days to grab in the extra arguments box in the xmltv grabber in the tvheadend settings. Add the below to get 14 days. --days 14
May 24, 201610 yr Hi Saag I really like this Docker, however i'm having some issues using XMLTV. Somehow i'm only getting 7 days of EPG, using XMLTV, but i know that my providor is providing up to 14 days. Can i in any way see the downloaded xmltv files within the docker, or is it possible to download the files to the config library? br, Thomas You have to add the number of days to grab in the extra arguments box in the xmltv grabber in the tvheadend settings. Add the below to get 14 days. --days 14 Extra arguments box? Could you please explain where i find that? Thomas
May 25, 201610 yr Author Hi Saag I really like this Docker, however i'm having some issues using XMLTV. Somehow i'm only getting 7 days of EPG, using XMLTV, but i know that my providor is providing up to 14 days. Can i in any way see the downloaded xmltv files within the docker, or is it possible to download the files to the config library? br, Thomas You have to add the number of days to grab in the extra arguments box in the xmltv grabber in the tvheadend settings. Add the below to get 14 days. --days 14 Extra arguments box? Could you please explain where i find that? Thomas I thought I just did, but here it goes again. Configuration --> channel/EPG --> EPG grabber module --> Your configured xmltv grabber.
May 26, 201610 yr Hi Saag I really like this Docker, however i'm having some issues using XMLTV. Somehow i'm only getting 7 days of EPG, using XMLTV, but i know that my providor is providing up to 14 days. Can i in any way see the downloaded xmltv files within the docker, or is it possible to download the files to the config library? br, Thomas You have to add the number of days to grab in the extra arguments box in the xmltv grabber in the tvheadend settings. Add the below to get 14 days. --days 14 Extra arguments box? Could you please explain where i find that? Thomas I thought I just did, but here it goes again. Configuration --> channel/EPG --> EPG grabber module --> Your configured xmltv grabber. Found it. Just had to install the unstable version
May 31, 201610 yr Hi again Saag Is it possible for you to compile a TVHeadend version with trancoding support. If you do that, it should be possible to play or show your channels directly in a webbrowser, using HTML5 br, Thomas
May 31, 201610 yr Author Hi again Saag Is it possible for you to compile a TVHeadend version with trancoding support. If you do that, it should be possible to play or show your channels directly in a webbrowser, using HTML5 br, Thomas It's already supported. Just click the watch TV button in the webgui on the main page.
May 31, 201610 yr Aaahh, ok. I was just pressing the "Play program" on the "broadcast detals" popup(When pressing details on the EPG). Wonder why that one does not open the HTML5 player screen? Thomas
May 31, 201610 yr Author Aaahh, ok. I was just pressing the "Play program" on the "broadcast detals" popup(When pressing details on the EPG). Wonder why that one does not open the HTML5 player screen? Thomas Clicking that button only makes an m3u file.
June 4, 201610 yr Hi Saarg I've recently upgraded to 6.2.0 and have had no end of problems with the docker image filling up out of control. I have found that one of the culprits has been the 'Tvheadend-Unstable-DVB-Tuners' docker. I believe that it keeps sending the logs to the docker image. The img continued to grow: When I enter the TVheadend GUI > Debugging > Then untick 'Enable syslog:' the docker image seems to stop growing. I believe that this setting is only temporary until reboot. Could you help me add a script to the docker to keep the docker from sending logs or find another solution please? When my docker img gets full the whole system goes into meltdown and freezes up. Just for info, the other dockers that are causing me problems are the two MKV tools from your repo. I have deleted them pending further investigation... Thanks
Archived
This topic is now archived and is closed to further replies.