Le 4 juil. 2018 �� 16:03, Sven Van Caekenberghe <sven@stfx.eu> a ��crit :

That is old. I vaguely remember running that, it did work at the time.

Indeed #upToAll:limit: is SocketStream specific.

I guess you could just (try to) remove the #limit: part, it is just a kind of safety measure to stop when the boundary is not found (as the stream is unlimited).

On 4 Jul 2018, at 15:54, C��drick B��ler <cdrick65@gmail.com> wrote:

Hi,

I���m trying to get a video stream in Pharo from a Pi video stream using this lib on the. Pi (https://github.com/jacksonliam/mjpg-streamer)

Then I found this library on Pharo (from 2013).
https://www.min.at/prinz/?entry=entry130413-020021
http://www.min.at/prinz/repo/mjpeg

I had to change a method relative to Annoucment. #on:do: => #when:do:

Now I have a problem in Pharo 7 (same in Pharo 6) with ZdcSocketStream>>upToAll:limit:  (see pic)



<PastedGraphic-6.png>



TIA,

C��drick