nerves-web-kiosk / webengine_kiosk

Qt WebEngine-based kiosk
Other
75 stars 14 forks source link

Motion JPEGs aren't working #11

Open mikeover opened 6 years ago

mikeover commented 6 years ago

I took the camera from the less pain nerves course and connected it to my kiosk. Using nearly the same code, I have a Phoenix page that references an image with a src of video.mpg which is forward to the streamer module which constantly grabs next_frame from Picam and chunks it. The page on the kiosk will show the initial image at the time the page is loaded but it doesn’t continue to stream images to it.

Seems that motion jpegs aren't working.

fhunleth commented 6 years ago

@mikeover - sorry for taking so long to get to this.

@mobileoverlord - I know that you've run into this more than once. I don't think we ever figured out why, but keep hoping that it will magically work on the next QtWebEngine update. You don't happen to have any ideas?