Hi
I need to implement a MJPEG Stream into my Ionic app of a video live stream. The video stream is hosted under a url like this:
http://someSite.com:someNumber
If I access this site in the browser I can see the live feed. I tried implementing the video using the img tag in the html file like this:
<img src="http://someSite.com:someNumber" />
but Ionic just displays an image of a broken image.
Any help would be much appreciated