wonderbread
18th August 2002, 20:45
Hello, this is my first post here, so I'll try to make it a decent one =]
I've downloaded the RealSystem SDK and have modified the example file system plugin to be able to read realvideo files from a mode2cd. I have no webspace at the moment, so I'm going to attach "fileobj1.txt" which replaces "fileobj1.cpp" from the samples\intro\filesys1 directory of the helix SDK you can download from http://www.realnetworks.com/
In addition to replacing this file, you will have to add the definition
typedef struct
{
char head[24];
char data[2324];
char tail[4];
} m2block;
in a file called "mode2cd.h"
Once compiled, the .dll goes into Program Files\Common Files\Real\plugins, and you can open any file in the mode2cd format by typing mode2://d:\yourfile.dat into the file->open dialog of realplayer.
I'll go and sign up for some free webspace, and see about getting a binary posted there. Hope this is interesting for you guys who like RV and XCD =]
edit: I'm grammar-riffic!
I've downloaded the RealSystem SDK and have modified the example file system plugin to be able to read realvideo files from a mode2cd. I have no webspace at the moment, so I'm going to attach "fileobj1.txt" which replaces "fileobj1.cpp" from the samples\intro\filesys1 directory of the helix SDK you can download from http://www.realnetworks.com/
In addition to replacing this file, you will have to add the definition
typedef struct
{
char head[24];
char data[2324];
char tail[4];
} m2block;
in a file called "mode2cd.h"
Once compiled, the .dll goes into Program Files\Common Files\Real\plugins, and you can open any file in the mode2cd format by typing mode2://d:\yourfile.dat into the file->open dialog of realplayer.
I'll go and sign up for some free webspace, and see about getting a binary posted there. Hope this is interesting for you guys who like RV and XCD =]
edit: I'm grammar-riffic!