Jump to content

TVHeadend via m3u + recording issues


danlo315

Recommended Posts

danlo315

Setup:

TVH 4.3 on Docker

Emby on Docker (same Docker host)

IPTV via m3u

 

I'm playing with the recording options in Emby and it seems that a less than perfect IPTV stream causes recording to split. I can see recordings start with the regular name, and then kept getting appended with _0, _1, etc. until recording finishes. Is this in the roadmap somewhere to have a better recording resume functionality that will merge recordings of the same show together?

Link to comment
Share on other sites

danlo315

Hi @@Luke - I took a look at the log and it seems like it was related to my rclone setup. I am running this on a VPS and uses rclone with Google Drive for recordings. I see references to "Bad File Descriptor" in the log and then Emby will write recording to a new file (appended with _1, _2, etc.).

 

As an aside, anyone using rclone with Google Drive and can provide their setup?

Link to comment
Share on other sites

danlo315

For those that are using rclone, specifically for DVR recording, can you share your rclone config? This is what I have but I still run into "Bad File Descriptor" issue:

 

ExecStart=/usr/bin/rclone mount \

--config=/root/.config/rclone/rclone.conf \

--allow-non-empty \

--dir-perms 0775 \

--file-perms 0775 \

--vfs-cache-mode writes \

--buffer-size 0G \

gdrive:/vps /media/gdrive

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...