F
F
fantazerno2016-11-02 14:01:00
Video broadcast
fantazerno, 2016-11-02 14:01:00

What is the streaming software?

Good afternoon!
I want to try workflow streaming. But I'm used to working with multiple monitors. Is there a software for broadcasting multiple windows or the active one at the moment.
I will be grateful for your help.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
sim3x, 2016-11-02
@sim3x

https://obsproject.com/

A
Ankhena, 2017-01-12
@rizmaster

background-position-x: center
And post your code on jsfiddle.net
UPD:
If you want a picture through img, then something like this: https://jsfiddle.net/w2hu6hrw/

N
noys, 2017-01-12
@noys

you can use units relative to the size of the browser window vh vw

img {
    position: absolute;
    width: 20vw;
    top: 20vh;
    left: 40vw;
}

webgent.ru/css/units

W
whoisthere, 2017-01-12
@whoisthere

Specify position in pixels

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question