Friday, April 14th, 2023, 00:14 UTC | ||
[00:14:39] | peterbennett (peterbennett!~peter@2601:183:100:504:9eda:7482:5edc:7b79) has joined #mythtv-users | |
[00:51:06] | peterbennett (peterbennett!~peter@2601:183:100:504:9eda:7482:5edc:7b79) has quit (Ping timeout: 265 seconds) | |
[01:03:50] | |3orya (|3orya!~Borya@2607:fb91:8e8c:5ee5:ff9:7514:e48c:d7c3) has joined #mythtv-users | |
[01:32:11] | bshanteau (bshanteau!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has joined #mythtv-users | |
[01:32:24] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has joined #mythtv-users | |
[01:42:35] | |3orya (|3orya!~Borya@2607:fb91:8e8c:5ee5:ff9:7514:e48c:d7c3) has quit (Quit: Leaving) | |
[03:08:54] | amessina (amessina!~amessina@user/amessina) has quit (Remote host closed the connection) | |
[05:21:03] | |3orya (|3orya!~Borya@2607:fb91:8e8c:5ee5:ff9:7514:e48c:d7c3) has joined #mythtv-users | |
[06:56:39] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d81:ed01:7a84:3cff:fedf:a99) has joined #mythtv-users | |
[06:56:39] | Mode for #mythtv-users by ChanServ!ChanServ@services.libera.chat : +v Steve-Goodey | |
[07:25:33] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has quit (Read error: Connection reset by peer) | |
[07:26:31] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has joined #mythtv-users | |
[08:02:04] | mythtragic (mythtragic!~Srain@14-200-163-91.static.tpgi.com.au) has joined #mythtv-users | |
[08:03:06] | mythtragic: | Ahoyhoy |
[08:03:37] | mythtragic: | any wizards on ? |
[08:12:35] | |3orya: | i'm just a user |
[08:23:24] | mythtragic: | I just installed vesion 33 and cant get previews working. What version are you running ? |
[08:35:22] | |3orya: | I'm using 33.1 |
[08:37:56] | |3orya: | when you say "previews," what are you referring to? |
[08:38:14] | mythtragic: | ok cool, Ive been running 29 for 10 years and decided to take advantage of NVDEC so |
[08:38:51] | mythtragic: | um the preview pane shows a preview of the recorded show |
[08:39:14] | |3orya: | in full motion video? or just a single frame screen shot? |
[08:39:39] | mythtragic: | the preview generator in 33.1 doesnt seem to work like in 29 |
[08:40:37] | |3orya: | I used to run mythtv a decade ago, who knows what version that was, but I thought the preview box used to play a small motion video. |
[08:40:40] | mythtragic: | frontend logging just logs ,no answer strande... |
[08:41:02] | |3orya: | but these days, all I get is a single frame in the preview |
[08:41:32] | mythtragic: | single frame taken a couple of minutes in from the recording |
[08:42:46] | mythtragic: | yes a single frame, thats what i want, but it just has the placeholder image |
[08:43:55] | mythtragic: | I compiled from source, overall it records a plays all my tv channels very niely |
[08:44:03] | mythtragic: | nicely |
[08:44:30] | Scopeuk: | hmm I believe the backend should do that generation at some point shortly after the recording starts. is there anything in the logs? the thing that comes to mind is not having set a directory to store the images in or permissions issue on that folder |
[08:44:38] | mythtragic: | is got something to do with playback video profiles |
[08:45:51] | mythtragic: | well in version 29 the server would generate the preview and save it in the recording folder |
[08:47:29] | Scopeuk: | to my knowledge that is still how it works. I can't remember if at some point the rules for the folder it is stored in changed |
[08:47:32] | |3orya: | it still does in 33.1 |
[08:47:34] | mythtragic: | stepping thru the setup went without a hitch |
[08:48:12] | |3orya: | it's stored right in the same folder as the full video for me |
[08:49:02] | mythtragic: | the big difference in 33 is that it uses NVDEC to play the video on the frontend |
[08:49:34] | Scopeuk: | my 31 machine is the same. mythtragic that shouldn't effect it as that is a front end setting and the backend is responsible for generating the previews |
[08:49:43] | mythtragic: | I had to create a playback profile for the MPEG2 and H264 file types |
[08:50:13] | mythtragic: | on the frontend |
[08:51:09] | mythtragic: | but when i run mythpreview generator it conplains with VideoProfile: No window! |
[08:51:30] | Scopeuk: | are you able to look at the backend log file typically "/var/log/mythtv/mythbackend.log" although that will vary system to system and see if there are any errors related to Preview ? |
[08:51:40] | Scopeuk: | mythtragic interesting, are you runnign that command over ssh? |
[08:51:46] | mythtragic: | if i run the cmd mythpreviewgen --chanid 10020 --starttime 20230413090000 |
[08:51:54] | mythtragic: | yes |
[08:52:03] | Scopeuk: | ok you won't have a display context at that point |
[08:52:10] | mythtragic: | i can run it on the frontend or the backend |
[08:52:27] | mythtragic: | i could do that on ver 29 |
[08:53:46] | mythtragic: | mythtvbackedend logs dont show any preview erros |
[08:54:03] | Scopeuk: | I suspect you might need to have a display context, if it is using the gpu to decode the video it will need to access the x server that the gpu is connected to. by default over ssh that isn't setup |
[08:54:23] | mythtragic: | what -v logging command should I use to show previewgenerator errors ? |
[08:54:42] | Scopeuk: | I suppose you could validate the theory this is nvdec related by using a software decoder profile temporerily to see if that fixes anything |
[08:54:56] | mythtragic: | Yer my server is an old headless dual core |
[08:55:05] | mythtragic: | no video card |
[08:55:23] | mythtragic: | so i think i have to use opengl high quality |
[08:56:17] | mythtragic: | i ve been looking at the profile data in my 29 database |
[08:56:45] | mythtragic: | the profile tables are not straight forward |
[08:57:15] | mythtragic: | pity the installer didnt set the profile when i installed |
[09:00:00] | mythtragic: | Anyway, I enjoy a good puzzle... |
[09:00:19] | mythtragic: | Time for dinner, thanks so much for chatting |
[09:38:13] | mythtragic (mythtragic!~Srain@14-200-163-91.static.tpgi.com.au) has quit (Remote host closed the connection) | |
[10:13:24] | amessina (amessina!~amessina@user/amessina) has joined #mythtv-users | |
[10:19:39] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d81:ed01:7a84:3cff:fedf:a99) has quit (Quit: Konversation terminated!) | |
[10:28:41] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d81:ed01:7a24:afff:fe9d:c233) has joined #mythtv-users | |
[10:28:41] | Mode for #mythtv-users by ChanServ!ChanServ@services.libera.chat : +v SteveGoodey | |
[10:30:02] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d81:ed01:7a24:afff:fe9d:c233) has quit (Client Quit) | |
[10:30:02] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has quit (Read error: Connection reset by peer) | |
[10:30:38] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has joined #mythtv-users | |
[11:47:57] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has quit (Read error: Connection reset by peer) | |
[11:49:10] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has joined #mythtv-users | |
[12:19:18] | amessina (amessina!~amessina@user/amessina) has quit (Remote host closed the connection) | |
[12:36:11] | |3orya (|3orya!~Borya@2607:fb91:8e8c:5ee5:ff9:7514:e48c:d7c3) has quit (Ping timeout: 260 seconds) | |
[12:38:54] | peterbennett (peterbennett!~peter@2601:183:100:504:dcd5:211f:1e83:60ff) has joined #mythtv-users | |
[12:56:16] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d81:ed01:7a84:3cff:fedf:a99) has joined #mythtv-users | |
[12:56:16] | Mode for #mythtv-users by ChanServ!ChanServ@services.libera.chat : +v Steve-Goodey | |
[13:38:16] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has quit (Remote host closed the connection) | |
[13:38:31] | dvr (dvr!~dvr@c-107-3-174-85.hsd1.ca.comcast.net) has joined #mythtv-users | |
[14:21:06] | peterbennett (peterbennett!~peter@2601:183:100:504:dcd5:211f:1e83:60ff) has quit (Remote host closed the connection) | |
[14:24:37] | peterbennett (peterbennett!~peter@2601:183:100:504:dce5:dd99:c9ae:3fd2) has joined #mythtv-users | |
[14:29:23] | peterbennett (peterbennett!~peter@2601:183:100:504:dce5:dd99:c9ae:3fd2) has quit (Ping timeout: 265 seconds) | |
[14:37:01] | peterbennett (peterbennett!~peter@2601:183:100:504:197b:511:dd69:230b) has joined #mythtv-users | |
[15:37:25] | peterbennett (peterbennett!~peter@2601:183:100:504:197b:511:dd69:230b) has quit (Ping timeout: 250 seconds) | |
[15:38:52] | peterbennett (peterbennett!~peter@2601:183:100:504:9310:5a6e:23b1:a001) has joined #mythtv-users | |
[16:12:11] | peterbennett (peterbennett!~peter@2601:183:100:504:9310:5a6e:23b1:a001) has quit (Ping timeout: 246 seconds) | |
[16:26:23] | |3orya (|3orya!~Borya@2607:fb91:8e88:5d50:7a4b:b79e:f4ea:7f8a) has joined #mythtv-users | |
[16:41:22] | peterbennett (peterbennett!~peter@2601:183:100:504:5033:e6d9:f396:5c12) has joined #mythtv-users | |
[16:45:32] | amessina (amessina!~amessina@user/amessina) has joined #mythtv-users | |
[17:25:18] | peterbennett (peterbennett!~peter@2601:183:100:504:5033:e6d9:f396:5c12) has quit (Ping timeout: 252 seconds) | |
[18:21:02] | peterbennett (peterbennett!~peter@2601:183:100:504:a024:7626:137e:fa1b) has joined #mythtv-users | |
[18:51:59] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has quit (Remote host closed the connection) | |
[19:11:31] | peterbennett (peterbennett!~peter@2601:183:100:504:a024:7626:137e:fa1b) has quit (Ping timeout: 240 seconds) | |
[19:17:06] | peterbennett (peterbennett!~peter@2601:183:100:504:adf2:fd24:783f:ee05) has joined #mythtv-users | |
[19:27:37] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has joined #mythtv-users | |
[19:27:44] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has quit (Remote host closed the connection) | |
[20:05:18] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has joined #mythtv-users | |
[20:05:41] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has quit (Remote host closed the connection) | |
[20:24:02] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has joined #mythtv-users | |
[20:29:55] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has quit (Remote host closed the connection) | |
[20:32:26] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has joined #mythtv-users | |
[20:33:05] | peterbennett (peterbennett!~peter@2601:183:100:504:adf2:fd24:783f:ee05) has quit (Ping timeout: 256 seconds) | |
[20:34:05] | mad_enz (mad_enz!~mad_enz@142.186.78.112) has quit (Ping timeout: 240 seconds) | |
[20:43:37] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has quit (Remote host closed the connection) | |
[20:55:41] | mad_enz (mad_enz!~mad_enz@142.186.78.112) has joined #mythtv-users | |
[21:17:47] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d81:ed01:7a84:3cff:fedf:a99) has quit (Quit: Konversation terminated!) | |
[21:33:47] | peterbennett (peterbennett!~peter@2601:183:100:504:8e:dc09:9161:b4db) has joined #mythtv-users | |
[21:43:23] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has joined #mythtv-users | |
[21:49:14] | peterbennett (peterbennett!~peter@2601:183:100:504:8e:dc09:9161:b4db) has quit (Ping timeout: 246 seconds) | |
[22:06:14] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has quit (Remote host closed the connection) | |
[22:07:24] | clueminati (clueminati!~clueminat@gateway/tor-sasl/clueminati) has joined #mythtv-users |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.