- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
By default, the webcamsubscriber shows all streams in a grid format, which will make it look like the image you sent If you have a lot of streams.
If you want to show the same stream over multiple lines , you can do either of following. For every line, you would need to have a webcamsubscriber that has only a horizontal layout. You can do this by overriding the layoutcamerastreams() function in webcamsubscriber. It has a mixture of horizontal and vertical layout, and you can shut off one by tweaking the code. Look into the function for details.
Lastly, if you don't want to change any code, you may want to have one webcamsubscriber per stream by using the publisherIDs property and put all the webcamsubscribers inside a TileList to look like the image you want, but bear in mind if you have lots and lots of webcamsubscriber there will be obviously an overhead.
Thanks
Regards
Hironmay Basu
Views
Replies
Total Likes