Opened 20 years ago
Closed 18 years ago
#301 closed defect (duplicate)
id_length is always zero for realmedia videos containing multiple streams
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When using -identify to display the length of a locally stored realmedia video
containing multiple streams id_length is always zero. The video itself plays fine.
(Multiple streaming within a video are defined as 'audiences' in the helix
producer. They are used to store multiple streams with different bitrates within
one .rm file.)
When adding the -vid 0 parameter to select a stream from the video file the
id_length value stays zero.
The last mplayer version I've tested this bug on dev-CVS-050518-19:45-3.3.6 .
I've uploaded an example video which can be downloaded from:
http://w00tah.dyndns.org/~kman/multiple_stream_test.rm. Please be aware that
this file is served on a plain and simple webserver so don't expect any fancy
streaming magic :)
Attachments (1)
Change History (10)
comment:1 by , 20 years ago
Component: | demuxer → vo |
---|
comment:2 by , 20 years ago
comment:4 by , 19 years ago
Adding search keywords (for people searching for RealMedia bugs/issues): Real,
RealNetworks RealPlayer, RealVideo, RealAudio, RM, RAM, RA, RV, RMVB, live,
live.com
comment:5 by , 19 years ago
Does this "Real demuxer audio cleanup" patch help this issue?:
http://thread.gmane.org/gmane.comp.video.mplayer.devel/30307
comment:6 by , 19 years ago
Component: | vo → demuxer |
---|---|
Owner: | changed from | to
comment:7 by , 18 years ago
Has this hack/fix (or other) been implemented in MPlayer's public CVS yet?
comment:9 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
moving all id_length bugs to bug 30
* This bug has been marked as a duplicate of bug 30 *
It is also impossible to seek in the realmedia video with multiple streams,
while with the same movie with a single stream the seek function works.