B4A Tutorial MJPEG / CCTV Server - Erel    May 2, 2018   (39 reactions)   tags: \erel A few days ago I've helped a developer with implementing a MJPEG client: https://www.b4x.com... familiar with the MJPEG protocol.
MJPEG is quite simple. Each frames look like:
--myboundary... B4A Library [B4X] [class] MJPEG decoder - Erel    Jul 9, 2018   (15 reactions)   tags: B4X CLASS MJPEG Decoder, Video, Erel The attached class is an implementation of a MJPEG over Http decoder.
The data is a mix of strings and raw bytes.
It is tempting to convert the bytes to a string. However raw bytes do not represent... B4J Question FFMpeg MJPEG Piping and showing to B4J frames at an imageview... - Magma    Sep 9, 2022 ("-i")
par.Add("1.avi")
par.Add("-c:v")
par.Add("mjpeg")
par.Add("-f")
par.Add("mjpeg")
par.Add("-preset"... B4A Question MJPEG decoder Example - MarcoRome    Jan 27, 2019 Hi Erel Thank you for your support.
As agreed I opened a new Thread related to the Class.
https://www.b4x.com/android/forum/threads/b4x-class-mjpeg-decoder.73702/#post-639699
I wait for your... B4A Question MJPEG Stream clarification - max123    Jun 19, 2022 Hi all,
I've read this:
https://www.b4x.com/android/forum/threads/b4x-class-mjpeg-decoder... have a dedicated pc, not good solution.
My question is, because MJPEG need a decoder ? Maybe just because... B4J Question B4J MJPEG DECODER - micro    Aug 7, 2019 From B4A forum
https://www.b4x.com/android/forum/threads/mjpeg-decoder-example.101957/#content
You will notice two things if you enter this URL in the browser:
1. It redirects to https.
2. The SSL certificate is not recognized.
You need to do two things to get it working:
1. Change the port to... B4A Question Secure and limit connections to MJPEG / CCTV Server - somed3v3loper    Dec 6, 2018 Hi everybody ,
To save Erel and DonManfred :D some time , I decided to start a new thread
I am using Erel's example from this thread https://www.b4x.com/android/forum/threads/mjpeg-cctv-server.73792/
I needed two things:
1- Limit connections so only one device (browser ) can view cam stream .
2- Make my connection secure for example by a password that should be typed correctly to view... B4J Question MJPEG decoder class - Terminated - teddybear (first post)    Oct 18, 2024   (1 reaction) The example works, try to connect your server using browser. see if it works... B4A Question CCTV MJPEG camera output stream rotation - Erel (first post)    Aug 8, 2024 The best way to show local images is with SMM.SetMediaFromFile. It will take care of the orientation.... B4A Question MJPEG Class, some issues using either raw socket or OKhttp implementations - BertI (first post)    Jul 28, 2024 What can I say? The generosity of spirit in this community is perhaps one example of why humankind m... Page: 1   2   3   |