2011-08-31, 09:39 PM
Martin,
As mentioned in the other thread, it would be great to be able to use a dreambox as a network recorder.
My dreambox outputs .ts streams. These can be accessed via the box's web control page, where streams are kicked off via a stream.m3u file with content as follows:
This works fine in VLC, but to view streams on my NMT I'm currently using this Dreambox plugin: http://koti.mbnet.fi/devnull/suomipoeka/streamwebpage/ which generates another web page to be served from the dreambox with a direct link to stream each channel. These url's are exactly the same as the final line shown above, obviously with the /1:0:1:2871:800:2:11A0000:0:0:0 part replaced with a different identifier for each channel.
I would only want about 20 channels from my dreambox in my NPVR EPG, so I'd be happy to add the addresses manually, but I would have thought that some users would want to import many more channels. Would you be interested in coming up with a method of bulk-importing channels?
I'll be happy to do any testing, and please let me know if you need any other information.
As mentioned in the other thread, it would be great to be able to use a dreambox as a network recorder.
My dreambox outputs .ts streams. These can be accessed via the box's web control page, where streams are kicked off via a stream.m3u file with content as follows:
Code:
#EXTM3U
#EXTVLCOPT--http-reconnect=true
http://10.0.0.7:8001/1:0:1:2871:800:2:11A0000:0:0:0:
This works fine in VLC, but to view streams on my NMT I'm currently using this Dreambox plugin: http://koti.mbnet.fi/devnull/suomipoeka/streamwebpage/ which generates another web page to be served from the dreambox with a direct link to stream each channel. These url's are exactly the same as the final line shown above, obviously with the /1:0:1:2871:800:2:11A0000:0:0:0 part replaced with a different identifier for each channel.
I would only want about 20 channels from my dreambox in my NPVR EPG, so I'd be happy to add the addresses manually, but I would have thought that some users would want to import many more channels. Would you be interested in coming up with a method of bulk-importing channels?
I'll be happy to do any testing, and please let me know if you need any other information.