Search found 129 matches
- Wed Aug 14, 2019 9:18 am
- Forum: Raspberry Pi
- Topic: mythtv light, RP4, and 4K resolution problem
- Replies: 3
- Views: 639
Re: mythtv light, RP4, and 4K resolution problem
My personal experience is that performance wise, the UI @ 4k is not a smooth experience with the Pi 4 - this may vary depending on the theme you use and whether you use the QT or GL renderer.
- Wed Aug 14, 2019 9:13 am
- Forum: Raspberry Pi
- Topic: Raspbian OS updated to Buster
- Replies: 28
- Views: 4908
Re: Raspbian OS updated to Buster
Sorry for the slow response, I wasn't subscribed (email) to this thread. There was nothing special in the arguments to configure except the use of "--disable-indevs" to stop ffmpeg trying to build with ALSA as an input when I didn't need that or have the necessary libs installed. MythTV Version : v3...
- Tue Jul 30, 2019 7:14 pm
- Forum: Raspberry Pi
- Topic: Raspbian OS updated to Buster
- Replies: 28
- Views: 4908
Re: Raspbian OS updated to Buster
Just a followup, the render branch actually works pretty well with OpenGL for me, albeit at 1080@50Hz and not 4K where the UI is laggy and video playback stuttered. Hopefully Mark will be ready to merge these changes into Master sometime soon. I have an idea that tweaking the raspi config may resolv...
- Sun Jul 28, 2019 4:31 pm
- Forum: Raspberry Pi
- Topic: Raspbian OS updated to Buster
- Replies: 28
- Views: 4908
Re: Raspbian OS updated to Buster
Is anyone working on or planning to work on getting OpenGL rendering working?
I don't have a whole lot of time on my hands but I really can't live with softblend on the OSD so if no-one else is doing it I might tackle it.
I don't have a whole lot of time on my hands but I really can't live with softblend on the OSD so if no-one else is doing it I might tackle it.
- Mon Apr 25, 2016 3:55 pm
- Forum: Troubleshooting
- Topic: Upnp with 0.28
- Replies: 10
- Views: 2348
Re: Upnp with 0.28
We will be implementing a workaround for this, but the simple answer is that all of the clients/devices which no longer work are not UPnP compliant. VLC's UPnP stack in particular is a steaming pile that will actively DOS UPnP servers, if it was able to connect in the first place which it's not. So ...
- Tue Apr 12, 2016 6:25 pm
- Forum: General Discussion
- Topic: Changing the UPnP display name
- Replies: 1
- Views: 425
Re: Changing the UPnP display name
In 28.0 we're exposing episode info for UPnP.
Whether UPnP clients support it is a different matter, many barely even support the basic metadata and half don't seem to support UPnP.
Whether UPnP clients support it is a different matter, many barely even support the basic metadata and half don't seem to support UPnP.
- Thu Dec 31, 2015 1:43 pm
- Forum: United Kingdom
- Topic: Freesat frequency
- Replies: 8
- Views: 3447
Re: Freesat frequency
These channels are FTA (Free to Air) but they aren't carried by Freesat, as a result Freesat frequencies don't provide the information on where to find those channels which is why they are missing from the scan results. Since other applications actually predefine the list of frequencies to scan they...
- Wed Jun 24, 2015 1:17 pm
- Forum: Troubleshooting
- Topic: charset encoding problem with EIT
- Replies: 9
- Views: 1768
Re: charset encoding problem with EIT
Obrigado pela informaçao, Renato
- Mon Jun 22, 2015 9:15 am
- Forum: Wishlist/Feature Suggestions
- Topic: Services API: Videos missing actor/cast member details
- Replies: 1
- Views: 665
Re: Services API: Videos missing actor/cast member details
Could you open a ticker for this one and assign it to me? This looks like an oversight.
- Mon Jun 22, 2015 9:08 am
- Forum: Wishlist/Feature Suggestions
- Topic: Services API: LiveStream does not map to Recording or Video
- Replies: 1
- Views: 614
Re: Services API: LiveStream does not map to Recording or Vi
The livestream API will probably be re-written. I agree that in it's present form it's clumsy, and it violates REST principles. What we'd ultimately like to have is an on-demand transcode where you request the recording or video by it's ID and get back the playlist. Each 'chunk' in the playlist woul...
- Fri May 15, 2015 8:39 am
- Forum: Troubleshooting
- Topic: Mythtv guide data is there but at the wrong time time offset
- Replies: 2
- Views: 563
Re: Mythtv guide data is there but at the wrong time time of
The offset setting was removed, 'auto' is now the default. The guide data must either supply the time in UTC/GMT or explicitly include the timezone in +/-HHMM (e.g. +0300) format for each date. I would start by checking the raw xml produced by Shepherd to see that the times and timezone information ...
- Sat May 02, 2015 6:36 pm
- Forum: General Discussion
- Topic: MythTV where next,..
- Replies: 26
- Views: 4827
Re: MythTV where next,..
Development is far from dead, and I least while I still draw breath development will continue. There are natural highs and lulls in any open source project, and it so happens that we're currently in one of the lulls. Reasons vary, but primarily it's because a number of developers have found themselv...
- Sat Apr 18, 2015 10:53 am
- Forum: Services API
- Topic: api code version
- Replies: 5
- Views: 1541
Re: api code version
If you look at the raw xml (/Dvr/wsdl?raw=1), down the bottom you have the following: <service name="DvrServices"> <documentation>Interface Version 6.1 -</documentation> <port name="BasicHttpBinding_Dvr" binding="tns:BasicHttpBinding_Dvr"> <soap:address location="http://192.168.159.2:6544/Dvr"/> </p...
- Sat Apr 18, 2015 9:36 am
- Forum: Services API
- Topic: api code version
- Replies: 5
- Views: 1541
Re: api code version
No, I mean http://{backend_ip}:6544/Dvr/wsdl http://{backend_ip}:6544/Guide/wsdl etc
- Fri Apr 17, 2015 8:32 am
- Forum: Services API
- Topic: api code version
- Replies: 5
- Views: 1541
Re: api code version
The version information is present in the xsdl for each endpoint, although I've just noticed that it could be made more machine readable.