Playing from split archives?

Feature requests for VLC.
goldec
New Cone
New Cone
Posts: 2
Joined: 23 Jul 2007 22:31

Playing from split archives?

Postby goldec » 06 Mar 2008 23:23

I read somewhere that VLC already has the ability to play a file from a single RAR file for example.
But what about split archive support?
If there isn't already any..

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Playing from split archives?

Postby VLC_help » 09 Mar 2008 14:50


vdl
New Cone
New Cone
Posts: 2
Joined: 03 Apr 2008 08:23

Re: Playing from split archives?

Postby vdl » 03 Apr 2008 08:38

another alternative to enable split rar archive support (store compression)

features:
* tested on winxp
* works with vlc/media player classic/windows media player
* works with large files (over 2gb)
* supports seeking

how to use:
* download: rardir.0.4.rar
* edit launcher*.bat if necessary - change executable paths
launcher.bat – vlc
launcherm.bat – mpc
launcherw.bat – wmp
* launch player using .bat file
* navigate to folder with split rars
* there will be 'fake' folder which is named like .rdr
Image
* go inside this folder and you will be able to see/play files inside
Image

how it works:
* withdll injects libRarDir.dll into process
* libRarDir.dll hooks i/o winapi
* if folder contains *.rar - 'converts' it to *.rdr folder (FindFirstFile/FindNextFile)
* when using *.rdr folder - forwards *.rar content

know issues:
* doesnt work with some .net weirdness - need to hook Nt* functions

todo:
* make systray launcher

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Playing from split archives?

Postby Jean-Baptiste Kempf » 03 Apr 2008 09:03

You cannot commit that to VLC ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

vdl
New Cone
New Cone
Posts: 2
Joined: 03 Apr 2008 08:23

Re: Playing from split archives?

Postby vdl » 03 Apr 2008 09:11

in theory - that should be possible
it would definitely take some time to digg into source code - to see where it should be done and how

mani
New Cone
New Cone
Posts: 7
Joined: 15 May 2008 14:36

Re: Playing from split archives?

Postby mani » 15 May 2008 15:24

Skipping is not working for me

m.e
Blank Cone
Blank Cone
Posts: 34
Joined: 27 Jan 2006 23:42

Re: Playing from split archives?

Postby m.e » 19 May 2008 00:04

There is new media player named Kantaris based on VLC that can play RAR files without unpacking. It also allows you to seek to any location in video like you're playing any other file. :D

Kantaris homepage
Download (8.5 MB)
Last edited by m.e on 19 May 2008 00:06, edited 1 time in total.

mani
New Cone
New Cone
Posts: 7
Joined: 15 May 2008 14:36

Re: Playing from split archives?

Postby mani » 19 May 2008 00:06

does it allow streaming at the same time?

ive got seeking to work but i need the first and last part of the rar set;

could this be done with only the first rar ?


Kontaris does not work at all.

Says extracting files; i dont want it to extract anything; just to play and treat rars like a folder

m.e
Blank Cone
Blank Cone
Posts: 34
Joined: 27 Jan 2006 23:42

Re: Playing from split archives?

Postby m.e » 19 May 2008 10:30

Kantaris works without extracting for for most archives. But it does need to extract the file if the RAR archives are compressed but that's not common with video as video is almost always as compressed as can be.

mani
New Cone
New Cone
Posts: 7
Joined: 15 May 2008 14:36

Re: Playing from split archives?

Postby mani » 19 May 2008 11:28

Well Dziobas Rar Player does a much better job as it plays those rar files and as more get downloaded it also plays them seemlessly; without interupting your viewing.

NZB Player also manages and a Mod on VLC also does the same

But it does not allow seeking in the video if you dont have the last video file

fli
New Cone
New Cone
Posts: 1
Joined: 19 Aug 2008 22:07

Re: Playing from split archives?

Postby fli » 19 Aug 2008 22:19

Replying to an (quite) old topic, but somebody might find it useful.

Yet another solution to play multi-volume RAR archives is to use the VLC UnRAR plugin. It's a native VLC plugin that extracts data on the fly when requested, with no pre-extraction nor piping.
It works with "store compressed" (m0) split archives, with full support for seeking, pausing etc. There is also support for RAR archived DVD images.

Source code and binaries for Windows XP and Linux 2.6.x (compiled on Ubuntu) (there are no Mac OS X binaries yet) are available at http://www.shapeshifter.se/code/vlc-unrar/

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Playing from split archives?

Postby Jean-Baptiste Kempf » 20 Aug 2008 00:59

Yes, this is nice.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

bichenoubi
New Cone
New Cone
Posts: 1
Joined: 09 Jan 2009 04:14

Re: Playing from split archives?

Postby bichenoubi » 09 Jan 2009 04:16

there are no Mac OS X binaries yet
Any development for Mac ?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Playing from split archives?

Postby VLC_help » 09 Jan 2009 17:58


Jackiass
New Cone
New Cone
Posts: 3
Joined: 23 Sep 2008 22:15

Re: Playing from split archives?

Postby Jackiass » 19 Feb 2009 14:56

I'd really like something like this for os x! Right now I'm using NZBPlayer via CrossOver, but that ain't sufficient :cry:

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Playing from split archives?

Postby Jean-Baptiste Kempf » 19 Feb 2009 15:13

Rar will be in VLC 1.0.0
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

compunett
Blank Cone
Blank Cone
Posts: 15
Joined: 07 Feb 2005 00:25

Re: Playing from split archives?

Postby compunett » 21 Feb 2009 18:24

Does the rar/(any other format) will work with compressed subs.
Here's my exemple:

Code: Select all

Ranma.rar Ranma.r01 ... Ranma.rXX Subs\Ranma.rar
and Ranma.rar is structured this way:

Code: Select all

ranma.idx ranma.rar (this archive contains the sub file)
Anyway VLC is great and your team just rocks, you prove (along with others) everyday to the world that open source software can keep up with the time (and limited proprietary software)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Playing from split archives?

Postby Jean-Baptiste Kempf » 21 Feb 2009 18:46

I am afraid you have to test that to know the answer of the question.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

compunett
Blank Cone
Blank Cone
Posts: 15
Joined: 07 Feb 2005 00:25

Re: Playing from split archives?

Postby compunett » 21 Feb 2009 21:35

Actually with the version 0.9.8a with the unrar filter from shapeshifter it is actually impossible that VLC recognize a sub in a rar, you have to actually decompress every file, and then you can drop the idx on VLC.

I'd like something that work in the XBMC fashion, where the player can look in a defined set of directory, and use some kind of a stream filter to reach the subtitle files (and if an idx+rared sub is encountered then again a stream of that rare sub should be processed.

Actually I can't get the 1.0.0 nightlies to work, so I'm just questionning the team on the goal of this version! I hope yopu didn't misunderstood me. If there is more important goal, then these goals must be addressed for this release. As I know each memeber is contributing on his own free time I'm not a jerk who's gonna piss you off for some feature.
Of course and again I'm really gratefull for your work and passion.


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 4 guests