Why web streams are not visible? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why web streams are not visible?

Why video stream is not visible in my c++ program? I added WebBrowser into the program and the page that Browser should show is video stream. When I compile and run program, and when I press connect (button that should load web browser it just loads black screen. That's when I use just embed video stream (valid one), when I use whole site where stream is, program loads whole site, expect stream which is black. Can you help me to resolve this problem? Code is attached below. I tagged html, css and js because I feel like they can help as well with their website knowledge. https://code.sololearn.com/cen2tdmYYuQX/?ref=app

16th Dec 2018, 10:23 PM
Edin Hajdarevic
Edin Hajdarevic - avatar
7 Answers
+ 1
Probaly because you are using mobile.
17th Dec 2018, 11:38 PM
JavascriptFam
0
Browser popup block
16th Dec 2018, 10:30 PM
Zeshan Ahmed
Zeshan Ahmed - avatar
0
Zeshan Ahmed what's that, and how to solve that?
16th Dec 2018, 10:41 PM
Edin Hajdarevic
Edin Hajdarevic - avatar
0
I started thinking about including a special codec (MJPEG), and before I do it I'm asking how to do it is there anything before #include <mjpeg> that I have to do? And what you think will it work?
17th Dec 2018, 7:55 AM
Edin Hajdarevic
Edin Hajdarevic - avatar
0
JavascriptFam no, I used it on my Windows pc
17th Dec 2018, 11:39 PM
Edin Hajdarevic
Edin Hajdarevic - avatar
0
anyone got any idea?
24th Dec 2018, 6:08 PM
Edin Hajdarevic
Edin Hajdarevic - avatar
0
Oh. Sorry but, i don't do c++, so i can't answer this question.
3rd Jan 2019, 9:05 AM
JavascriptFam