toz

Results 270 comments of toz

one of my node.lua looks like: ``` -- gl.setup(1920, 1080) gl.setup(800, 480) local video -- video:dispose() --video = util.videoplayer("rtsp://192.168.14.104:554/ch0_1.h264") video = util.videoplayer("rtsp://192.168.14.98/4") function node.render() --gl.rotate(0,0,0,0) --gl.clear(1,1,1,1) --video = resource.load_video("rtsp://192.168.14.103:554/ch0_1.h264") --video:draw(...

do you run infobeamer on a raspberry (2/3) ? do you run it all on wifi? (i am on a cable-lan..) may you try the stream in omxplayer? what was...

just one guess: i have a small screen setup, maybe you try to test a small image rtsp-stream, like 100x100 ? than check to increase image size and check debug...

ok, old thread, long ago my first entry. i did not read it properly again - for analysing your problem. now that i have it running my setup over years,...

result from running the rtsp-stream with omxplayer?

...one year later.... but is the buffer-option in the URL specific to your camera? or a general option for info-beamer? seems to me, that this url-buffer-option only works with cameras,...

cool! thanks for clarification. i giv this a rocket too. cool option for rtsp-improvement. 👍

hey, thanks :smiley: i looked up your links and articles with great interest. i will give it a big try, as i am a little noob in coding, but i...

can i change the order (means layer up/down) _while_ playing a video? or do i have to stop/start the videop programmatically to push it on another Layer/level to move it...