| The Following User Says Thank You to ukki For This Useful Post: | ||
|
|
2008-10-15
, 08:08
|
|
|
Posts: 145 |
Thanked: 18 times |
Joined on Aug 2008
@ Vancouver, BC
|
#32
|
|
|
2008-10-15
, 09:01
|
|
|
Posts: 1,137 |
Thanked: 402 times |
Joined on Sep 2007
@ Catalunya
|
#33
|
if you mean it errors when there's no epg info for that channel, you can fix it by changing it like this:
gsub("@PROGRAM_INFO", epg_data[channel_name][3] ? epg_data[channel_name][3] : "")
And looking at Knots' log it seems the address is 2 times in a row for some reason.
If you can send me the telnet output of LSTE and the html output of the streamdev server, I'll check if I can parse it properly. I have under 10 channels that work fine so I can't really help you otherwise.
|
|
2008-10-15
, 09:20
|
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#34
|
I'll see if I can: in the meantime I tried a cvs version of streamdev that gives different options in the channel listing (the main improvement is that you can get channels group by group), however it crashes my vdr.
I'd go back to the previous version but I forgot to note the cvs revision
How would you like Knots to handle that many channels? How do you want them grouped? I don't think it's possible to just fetch data for certain channels so I would need to cache the results and use that and then give ability to do full scan again when data is too outdated.
| The Following User Says Thank You to ukki For This Useful Post: | ||
|
|
2008-10-15
, 17:18
|
|
|
Posts: 1,137 |
Thanked: 402 times |
Joined on Sep 2007
@ Catalunya
|
#36
|
Let's stick with stable version for nowHow would you like Knots to handle that many channels? How do you want them grouped? I don't think it's possible to just fetch data for certain channels so I would need to cache the results and use that and then give ability to do full scan again when data is too outdated.

|
|
2008-10-15
, 18:08
|
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#37
|
|
|
2008-10-15
, 19:42
|
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#38
|
First, as I said before, I don't think it's worth it, but since you're asking ....
One solution could be caching the channel list on the server and send them to the client in batches. With my setup it wouldn't work (the server died due to low memory while parsing the channels). Batching could be done by pages, say 10 channels per page, groups, which currently knots ignores, or both (left/right changes group, up/down changes page).
Another solution would be to adapt streamdev to return channels in batches (the cvs version gives them in groups, but that's still to much).
A third solution could be to patch vdr to return channels in batches with LSTC
.
And finally one could write a plugin to return channels in batches, complete with epg.
I'm not motivated enough to try any of the above, considering that streamdev can already transcode the stream and for live view it doesn't make sense to seek, so I don't see the advantage in using knots. I think it makes sense for recordings, where you can seek, but it falls short since it doesn't allow you to select the language (for multiple languages recordings) and I don't think that vlc can embed the dvb subtitles.
I'll check the dvb subtitles thing though. I just added new features that help test it. Problem here is that I can't record channels that have dvb subs so everything I have have subtitles burned in.
| The Following User Says Thank You to ukki For This Useful Post: | ||
|
|
2008-10-15
, 19:46
|
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#39
|
I tried this with tversity, but it could not find the server. Is it not supposed to work on windows?
Well i can use canola or media streamer with tversity but the most important thing is seeking. Without that there really is not much use for streaming. So i was wondering if this could in any way work on windows and if no are you planning to support windows in the future.
Thanks
|
|
2008-10-17
, 07:54
|
|
Posts: 23 |
Thanked: 6 times |
Joined on Oct 2008
@ Germany, Erlangen
|
#40
|
| The Following User Says Thank You to Didge For This Useful Post: | ||
![]() |
| Tags |
| knots, linux, os x, streaming, video |
| Thread Tools | |
|
gsub("@PROGRAM_INFO", epg_data[channel_name][3] ? epg_data[channel_name][3] : "")
Can you view recordings etc ok? Is it just live-tv that doesn't show? Can you view the stream from other computer ok? And looking at Knots' log it seems the address is 2 times in a row for some reason.
If you can send me the telnet output of LSTE and the html output of the streamdev server, I'll check if I can parse it properly. I have under 10 channels that work fine so I can't really help you otherwise.
Last edited by ukki; 2008-10-14 at 23:42.