Could camera video and screen sharing go through one stream

Could camera video and screen sharing go through one stream, if could ,
How?
in the basic example
localStream = Erizo.Stream({audio: true, video: true, data: true, screen:
screen, videoSize: [640, 480, 640, 480]});
I turn the screen = true
localStream.show(“myVideo”);

However only screen is showing, camera video is not showing.

Hi,

no, if you want to share both streams you have to create two separate
streams.

BR2014-05-08 4:19 GMT+02:00 hui zhang fastfading@gmail.com:

Could camera video and screen sharing go through one stream, if could ,
How?
in the basic example
localStream = Erizo.Stream({audio: true, video: true, data: true, screen:
screen, videoSize: [640, 480, 640, 480]});
I turn the screen = true
localStream.show(“myVideo”);

However only screen is showing, camera video is not showing.


You received this message because you are subscribed to the Google Groups
“lynckia” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lynckia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Álvaro