I can recreate the problem described below. I think we need to wait
On May 2, 9:41 am, José Luis Millán <
jmil...@aliax.net> wrote:
> Hi all,
>
> I' m experiencing this same scenario; I establish an audio only session.
> Everything goes as expected.
>
> Now I want to add video to the session, and I can follow one of these steps:
>
> 1- Create a new MediaStream (Via getUserMedia) with video only, add the new
> stream to peerconnection and renegotiate.
> 2- Add a video track to the stream in peerconnection (A track from a
> different local MediaStream) and renegotiate.
>
> In both cases, the remote stream in the remote peer is attached to a HTML5
> element.
>
> In the fist case, the other peer detects the new stream (pc.onaddstream)
> and displays the video correctly in the HTML5 video element.
> In the second case, the other peer detects the new track
> (stream.onaddtrack) but does not display any video in the HTML5 video
> element.
>
> Regarding to the SDP Offer in the renegotiation, the only difference is
> that in the first case the new stream is represented in the
> 'a=msid-semantic' line, which states the new stream addition.
>
> Should it be possible to add a new track to a local mediaStream in the
> peerconnection without needing to add a full new stream?
>
> The chrome version I' m using is: 28.0.1485.0 dev
>
> Regards.
>
>
>
>
>
>
>
>
>
>
> > Hi,
>
> > I don't think it has been resolved yet.
>
> > /Vikas
>
> > On Apr 2, 9:28 pm, indranil chandra <
chandra.indra...@gmail.com>
> > wrote:
> > > Thanks VIkas.
>
> > > This issue has no fix or comments.
> > > So is it resolved yet ?
>
> > --
>
> > ---
> > You received this message because you are subscribed to the Google Groups
> > "discuss-webrtc" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to
discuss-webrt...@googlegroups.com.