2023-12-27, 05:46 PM
(2023-12-27, 03:55 PM)sub Wrote: So what are some of the main channels that end up with '(no listings)'?
Does this help?
https://drive.google.com/file/d/1LDkhISJ...sp=sharing
2023-12-27, 05:46 PM
(2023-12-27, 03:55 PM)sub Wrote: So what are some of the main channels that end up with '(no listings)'? Does this help? https://drive.google.com/file/d/1LDkhISJ...sp=sharing
2023-12-27, 06:33 PM
Thanks
2023-12-29, 12:31 AM
FYI, in case you guys are wondering what is happening.
I decided that the EPG stuff needed an overhaul. Over time, because of the way the application evolved (windows app, then multi-platform, with different bits components handling devices on each platform), we ended up with three implementations of DVB EPG stuff, and they're written in different languages, and not reused. To make things worse they were not the same features across platforms as well, which made things more confusing. I've decided now is the time to roll them into a single implementation, handling DVB EIT, Freesat, OpenTV, and ATSC EIT. The SAT>IP implementation will be the starting point for this common stuff, since it's already multi-platform and easiest for me to work with. This is a sizeable bit of work, so I wont really have anything ready to test for a week or may two.
2023-12-29, 03:05 PM
@sub It should be interesting to see the outcome of this work. Again this is the approach that TVHeadend took and it certainly works well.
I have to say that after a few weeks of constant NPVR usage it has definitely grown in me. I’ve even managed to attract a few new converts too. Keep up the good work too.
2023-12-29, 05:57 PM
A quick note to say that swapping out the NShared.dll on the QNAP Docker container to the new one worked.
2024-01-04, 09:15 PM
Can someone please provide an updated 11778 V transport stream, so I can try with current listings?
2024-01-04, 10:18 PM
@PaulMc I think this is what you need
Code: ffmpeg -rtsp_flags satip_raw -i "satip://192.168.0.199:554/?src=1&freq=11778&sr=27500&pol=v&fec=23&msys=dvbs&mtype=qpsk&ro=0.35&plts=on&pids=17,48,49,50,51,52,53,54,55,64,65,66,67,68,69,70,71" -map 0 -c copy -f data -t 60 -y opentv.ts Martin
2024-01-04, 10:40 PM
Thanks mvallevand.
@PaulMc, I guess it'd also be worth getting an updated freesat file too (with the earlier url).
2024-01-04, 10:46 PM
Thanks Martin
The '-t 60' seems to mess things up. Are you sure it is in seconds? The result was a very small file (<2k) that took less than a second to generate. I deleted that parameter and reran it which created the larger file. I terminated the run after around a minute. Sub, will this do the job: https://drive.google.com/file/d/1U6F91nZ...sp=sharing ?
2024-01-04, 10:48 PM
(2024-01-04, 10:40 PM)sub Wrote: @PaulMc, I guess it'd also be worth getting an updated freesat file too (with the earlier url). This one? Quote:ffmpeg -rtsp_flags satip_raw -i "satip://192.168.0.199:554/?src=1&freq=11426&sr=27500&pol=h&fec=23&msys=dvbs&mtype=qpsk&ro=0.35&plts=on&pids=3002,3003" -map 0 -c copy -f data -y fullmuxEPG3.ts |
|