kasemiranda / navi-x

Automatically exported from code.google.com/p/navi-x
0 stars 0 forks source link

download a video with a Navi-X script and play this video simultaneously #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Navi-X script 3.3.1 XBMC version unknown

Request to download a video with a script and be able to play this video while 
it is being downloaded. I know this is an issue on XBMC. But I wonder If you 
already make a ticket for it. If not, Can you do this? Because you can explain 
the request in technical terms. And this will give a better change of a 
responds and a fix.

Original issue reported on code.google.com by tikkiebr...@live.com on 4 Jul 2010 at 3:30

GoogleCodeExporter commented 9 years ago
Progressive download is possible I think. Solution would look like this:
1. On start download create a xbmc playlist containing e.g. 10 entries (movie 
subparts)
2. Download the movie in parts according the playlist entries (movie.part1.avi, 
movie.part2.avi, etc.)
3. Start playlist playback when the first part is downloaded.

This may not work with all files. 

Original comment by rodejo16@gmail.com on 4 Jul 2010 at 3:38

GoogleCodeExporter commented 9 years ago
My concern is that subtitles are not working this way.
They would not work in synch. Is that so?

And you know which file doesn't work?
I prefer to see a way that everything works.
I already see complaints of people coming to say this ain't working for them.
Or at least make clear from script which files you won't be able to do so if 
you are trying this.

Original comment by tikkiebr...@live.com on 4 Jul 2010 at 6:38

GoogleCodeExporter commented 9 years ago
Yes subtitles probably will not work with my solution. 

The main problem is multiple access to a file. When a file is downloaded the 
file is locked for writing. The XBMC player cannot access this file during this 
time. Maybe there is a trick for this but I need to investigate.

Original comment by rodejo16@gmail.com on 23 Jul 2010 at 10:36

GoogleCodeExporter commented 9 years ago
This item will be added to a running feature request list for condensing 
current requests.

Original comment by billdaly111@gmail.com on 26 Mar 2012 at 7:06