Search found 21 matches
- Sat Jun 06, 2020 9:56 pm
- Forum: General Discussion
- Topic: [Solved] V31 Themes missing
- Replies: 6
- Views: 589
Re: V31 Themes missing
Assuming I have remembered the correct steppes, sorry, steps, I have add Functionality to the list of themes with a fixes/31 branch available. It should start showing up in the download manager tomorrow -- after the scripts run tonight.
- Sat Jun 06, 2020 9:34 pm
- Forum: General Discussion
- Topic: [Solved] V31 Themes missing
- Replies: 6
- Views: 589
Re: V31 Themes missing
MythTV's current theme repository requires themes for a specific version to be registered. Just creating the branch is not enough. The repository must be manually updated to look for that new branch. You can post a message on the themers mailing list: https://lists.mythtv.org/mailman/listinfo/mythtv...
- Mon Feb 25, 2019 4:05 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
The issue is probably due to some timeout somewhere. The Hauppauge USB stuff can be slow to initialize.
- Tue Feb 19, 2019 5:39 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
I would need to see a backtrace. Please open a ticket. You can find instructions here: https://code.mythtv.org/trac/wiki/TicketHowTo
- Tue Feb 19, 2019 3:53 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
Hi ibedonc. Does it work for recordings? MythTV's "Live TV" is problematic, and that could be your problem. At some point I may try to carve out some time to improve it. This should not be your problem, but I also noticed some warnings about "Found multiple visible channels for 135", which means tha...
- Sat Feb 16, 2019 4:45 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
- Sat Feb 16, 2019 7:23 am
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
I would need to see the mythbackend log that corresponds to that hauppuge2 log to diagnose any further.
When you run it from the command line, are you giving it the same options that are listed in the config file that mythtv is using?
When you run it from the command line, are you giving it the same options that are listed in the config file that mythtv is using?
- Fri Feb 15, 2019 11:34 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
Code: Select all
git fetch
Code: Select all
git pull
- Fri Feb 15, 2019 9:42 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
I have the lastest , and --list works Actually, you don't. In your log file it shows: APIVersion?: 'ERR:Unrecognized command' That command is valid with the latest version. Also: Version?: 'OK:0.1' That would be 0.2, with the latest version. I probably should bump the version number up, since some ...
- Fri Feb 15, 2019 8:52 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
ibedonc, you should also have a log file generated by the hauppuage2 application in the same directory. If you are using a reasonably recent version, then the log file will be named something like "hauppage2-E585-00AABBCC.log". What happens if you try and run the hauppuage2 program directly? Start w...
- Sat Dec 22, 2018 10:34 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
atinker, did you get it working with Arch?
FX2Device_t::m_firmwareBytesLen is defined in HauppaugeUSB//FX2Firmware.cpp.
FX2Firmware.cpp is created during the build process, from Hauppauge/Common/FX2API/FX2Firmware.bin
Does FX2Firmware.cpp exist? Does it define that variable?
FX2Device_t::m_firmwareBytesLen is defined in HauppaugeUSB//FX2Firmware.cpp.
FX2Firmware.cpp is created during the build process, from Hauppauge/Common/FX2API/FX2Firmware.bin
Does FX2Firmware.cpp exist? Does it define that variable?
- Sat Dec 22, 2018 10:04 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
https://github.com/jpoet/HauppaugeUSB has been updated.
* Interlaced fields are now in the correct order
* AC3 via HDMI now works
* AC3 via S/PDIF and video via Component is working.
* Interlaced fields are now in the correct order
* AC3 via HDMI now works
* AC3 via S/PDIF and video via Component is working.
- Sun Apr 01, 2018 1:06 am
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
I am just using the defaults, so my config file won't help you much. I have edited your config file to remove the '#' from the beginning of the relevant options, to activate them. Maybe this will help you.
- Fri Mar 30, 2018 10:38 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
Hi Dennis, I gather that you don't have any experience with configuration files of this type. The '#' in front of a line means that it is a comment. That also is used to allow option "place holders". Basically, if the starts with a '#', then that line is ignored. If you want to change an option, and...
- Wed Mar 28, 2018 11:32 pm
- Forum: General Discussion
- Topic: Hauppauge HD-PVR2 / Colossus2 support
- Replies: 52
- Views: 10518
Re: Hauppauge HD-PVR2 / Colossus2 support
Hi Donald, I don't know what to tell you. It works for me. I tried /opt/Hauppauge/bin/hauppauge2 --serial <serial> -r 15000000 -C 0 -o test.ts and then did mediainfo test.ts and it reports Overall bit rate : 15.5 Mb/s My best guess is that it has something to do with your input. John