Phil,
I just send out CR to client-dev for the BBC stream(b#5030)
issue John
reported.
But the issue should only happen to Cay150+ since it was
broken by a
previous fix only made to Cay150+. We haven't released
RealPlayer from
Cay150 yet so I don't know whether the "skip"
sympton you described is the
same issue as this one.
If you can find a consistent repro, please submit a new bug
with more
details.
Thanks
-->Henry
> -----Original Message-----
> From: helix-client-dev-bounces helixcommunity.org
> [mailto:helix-client-dev-bounces helixcommunity.org] On
Behalf Of Phil
> Sent: Wednesday, July 26, 2006 5:55 PM Ping
> To: Greg Wright; John Stirling
> Cc: helix-client-dev helixcommunity.org
> Subject: Re: [Helix-client-dev] audio stops on bbc
streams -
> cayenne_1_5_0
>
> FWIW, I get skips in Real Player on BBC station and
they too
> seem to be about 14sec apart. I hear from others that
they
> get a big skip but only one and everything is fine, so
it may
> be a BBC server problem as well. Hopefully not and we
can
> correct it from the client side. But the Real code
should be
> checked out as well in case it just isn't a problem
with mine.
>
> > John Stirling wrote:
> >> what's the latest on this bug ?
> >
> > Sateesh is currently working it. Here is the
latest we have
> on it so
> > far in the form of an email exchange. It feels
like we are getting
> > close on it.
> >
> > --greg.
> >
> >
> > ================================================
> >
> >
> > A few questions/comments:
> >
> > 1) What's in the .ram file?
> >
> > 2) The commented-out code block looks correct to
me. It simply
> > enforces that for live playback we don't call
OnBegin()
> > on any of the renderers until we've received
the first packet.
> >
> > 3) m_bIsPersistentSource SHOULD be true for the
.ram source,
> > but not true for any audio URL sources listed
inside the .ram
> > file. Is this the case?
> >
> > Eric
> >
> > > > -----Original Message-----
> > > > From: Sateesh Gadamsetty
[mailto:sgadamsetty real.com]
> > > Sent:
> > Monday, July 24, 2006 10:00 AM > > To:
atlas real.com > >
> Subject:
> > status July 24, 2006 > >
> > > > +Bug # 5030: audio stops on bbc streams
- cayenne_1_5_0
> > > >
> > > > For testing purpose commented the
following section of code
> > present > > in CheckBeginList() function as
part of
> > \clinet\core\hxplay.cpp. > > Able to play
the *.ram file properly.
> > > >
------------------------------------------------------------
--
> > > > ----------------------------
> > > > /* For live stream defer calling
OnBegin() till any
> packet is >
> > > received */
> > > > if (m_bIsLive)
> > > > {
> > > > if
(pRendInfo->m_bStartTimeValid)
> > > > {
> > > > m_ulCurrentPlayTime =
> pRendInfo->m_ulStreamStartTime;
> > > > }
> > > > else
> > > > {
> > > > return HXR_OK;
> > > > }
> > > > }
> > > >
------------------------------------------------------------
--
> > > > ----------------------------
> > > >
> > > > Observed the m_ToBeginRendererList was
not update during the
> > reset, > > which causes picking the previous
pRendInfo from
> the list.
> > As part of > > SourceInfo::Reset() present
in
> > \clinet\core\srcinfo.cpp,the > >
m_bIsPersistentSource set to true.
> > Because of this the > >
m_ToBeginRendererList was not removed
> > previous pRendInfo nodes > > from the list.
> > > >
> > > > Right now the m_bIsPersistentSource set
to true,which causes
> > failure > > of the playback.
> > > >
> > > > When this parameter
m_bIsPersistentSource needs to be set to
> > false to > > cleanup the
m_ToBeginRendererList to preserve new
> > pRendInfo? > > > > Thanks > >
Sateesh
> >
> >
> > _______________________________________________
> > Helix-client-dev mailing list
> > Helix-client-dev helixcommunity.org
> > http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
>
> --
> Phil
>
>
> _______________________________________________
> Helix-client-dev mailing list
> Helix-client-dev helixcommunity.org
> http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
_______________________________________________
Helix-client-dev mailing list
Helix-client-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
|