RE: Zero length duration : player stops
"Eric Hyche" <[email protected]>
| Newsgroups | gmane.comp.multimedia.helix.devel |
|---|---|
| Organization | RealNetworks, Inc. |
| Message-ID | <004201c94338$35035450$9f09fcf0$@com> |
If this is the AU format, then the AU file format plugin estimates the duration of the stream by taking the file size and the audio information it finds in the header. I suspect the cause of this is that the Content-Length in the HTTP response header is listed as zero? Eric ======================================= Eric Hyche ([email protected]) Principal Engineer RealNetworks, Inc. >-----Original Message----- >From: [email protected] [mailto:[email protected]] >On Behalf Of Guillaume Tucker >Sent: Monday, October 27, 2008 10:44 AM >To: [email protected] >Subject: [Helix-client-dev] Zero length duration : player stops > >Hi all, > >I'm having troubles while trying to play a file (HTTP file system from >UPNP server, AU format with chunked encoding), the player stops right at >the beginning. I have found that the length of the track is set to 0 and >this is why the player assumes it has reached the end at the first place >(see HXPlayer::ProcessIdle). I believe that 0 can be the correct >duration value extracted from the HTTP header, though I have not >completely checked that yet. It may be that the track is of unspecified >length, as the UPNP server is actually a DLNA test case (7.3.32.6) to >try the play / pause / resume features of the player device. > >So I have a couple of questions : >. Is there any known bug related to track duration (set to 0 and actual >duration is lost) ? >. Assuming 0 is the correct track duration, is this value acceptable and >does it mean "unspecified length" ? > >Thanks. > >Best regards, >G.Tucker > > >_______________________________________________ >Helix-client-dev mailing list >[email protected] >http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev