Missing and incorrect tags in RealMedia files
A unified display of relevant technical and tag data for A/V files
Brought to you by:
guillaumeroques,
zenitram
Logged In: YES
user_id=801394
For tags, I need file examples, because I have no file with it.
For playtime, Accepted, I have the same problem with my
example files.
Logged In: YES
user_id=1268768
_a.rm and _v.rm (usual URL), audio and video with tags
Logged In: NO
This bug was added some versions ago already. It worked
correctly with version 0.4.0.1 and 0.5.1.0 at least.
Viewing the current source code and the hexdump of some
RealMedia files, it seems to be just a typo or cut+paste
error.
In source file "File_Rm.cpp" function "File_Rm::Cont" you
need to change the string label of the first sub-chunk
which is read from "PlayTime" into "Title" (same as noted
in the source comment above that function). This should
correct the wrong playtimes which are reported for
RealMedia files as well as providing the correct meta data
stored in the CONT-chunk.
For RealMedia test files, look at this page:
http://service.real.com/test/
Regards :)