[LOGGED] RTSP Stream
-
Re: [rtsp feed into Izz](/topic/3577/rtsp-feed-into-izz)
is there now or in the next update a way to play rtsp stream directly in Isadora?
best
Jean-François
-
@jfg As far as I know, no such actor exists. I wrote a rtsp client for 360 video camera/rtsp server. It produces a raw equirectangular and spherical projection syphon streams to be consumed by isadora. It's tuned to my current production, but I am happy to open source it as is. It's libcinder (0.9.0) and opencv (2.0) based and can be found here: https://github.com/eighteight/...
--8
-
Thank you for your answer. I was already on your Github page but I don't have the knowhow to deal with the files. My question was first for the Troikatronix team if there is a hope to get such a player in the next release.
We already wrote 4 years ago in this forum about the GStreamer actor but after that I never heard from you:
-
jfg 3. Jan. 2017, 09:42
I have tried GStreamBeta with Isadora 2.4.5. Nothing happened. Is there new developments? or another possibility to input streams (IP webcam or others) in Isadora
best jfIzzy 3, Mac OS 10.14.6 Mac Pro5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB ) or MacBook Pro 2015 (16GB RAM) 2,8 GHz Intel Core i7
Antworten Zitieren 0 -
eight 4. Jan. 2017, 14:27
@jfguiton: I tried it in 2.4.5 and see no output. I will have to take a look at why this regression. I think it is Isadora related.
--8Analysis: http://post.scriptum.ru | Synthesis: http://onewaytheater.us Twitter: https://twitter.com/eight_io | Flickr: http://www.flickr.com/photos/eight_io/ Github: https://github.com/eighteight | MulchCam: https//mulchcam.com MulchTune: https://itunes.apple.com/us/app/mulch-tune/id1070973465 | Augmented Theatre: https://augmentedtheatre.com
Antworten Zitieren
best
Jean-François
-
jfg 3. Jan. 2017, 09:42
-
@jfg If you can guarantee a static IP address of your RTSP server, I could easily compile an app for you. Please DM me.
Thanks. -
it is very nice :-)
here: http://amc00043z09snncztu.local.
Thank you very very much
best
Jean-François
-
@jfg said:
amc00043z09snncztu.local
Please find the build attached. If it is able to connect, you should see a spherical projection of the camera video (which you probably do not need), then fire up the syphon client and select one of the two syphon streams.
--8
-
Thanks a lot. Unfortunately I cannot use the App because I have only OS 10.14.
best
Jean-François
-
@jfg Here is the same compiled for 10.14RTSPCapture0.9.0.app.zip
-
I am so sorry but it doesn't work. Refuse to start. Here the report:
Process: RTSPCapture0.9.0 [9723]
Path: /Users/USER/Desktop/RTSPCapture0.9.0-2.app/Contents/MacOS/RTSPCapture0.9.0
Identifier: org.libcinder.ocvCapture
Version: 1.0
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: RTSPCapture0.9.0 [9723]
User ID: 501Date/Time: 2021-01-21 22:26:45.894 +0100
OS Version: Mac OS X 10.14.6 (18G7016)
Report Version: 12
Anonymous UUID: 3F538EF0-3F79-E0B9-E43E-C21564AB09AESleep/Wake UUID: 531E530F-CD0A-4BD6-AE8F-F73C6763382C
Time Awake Since Boot: 38000 seconds
Time Since Wake: 6300 secondsSystem Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFYTermination Reason: DYLD, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent librariesDyld Error Message:
Library not loaded: /usr/local/opt/opencv@2/lib/libopencv_photo.2.4.dylib
Referenced from: /Users/USER/Desktop/RTSPCapture0.9.0-2.app/Contents/MacOS/RTSPCapture0.9.0
Reason: image not foundBinary Images:
0x10c652000 - 0x10c81dff7 +org.libcinder.ocvCapture (1.0) <3BFFC2AB-A98E-37ED-8B45-EB237A4CAFD5> /Users/USER/Desktop/RTSPCapture0.9.0-2.app/Contents/MacOS/RTSPCapture0.9.0
0x118e4c000 - 0x118eb670f dyld (655.1.1) <95E169F0-A47B-3876-BA72-9B57AF091984> /usr/lib/dyld
0x7fff3b343000 - 0x7fff3b343fff com.apple.Cocoa (6.11 - 23) <25D4875F-1176-3A77-B1CC-1F29E26C555B> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff67300000 - 0x7fff67312ff7 libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib -
Hi,
If you go through an external app you can also try OBS. You can capture RTSP stream and send it to Isaora via NDI or siphon. I hope that helps.
Javi
-
@jfg said:
Library not loaded: /usr/local/opt/opencv@2/lib/libopencv_photo.2.4.dylib
Your macbook does not have opencv2 installed. It's easy to install though.
1. Install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install opencv@2:brew install opencv@2
-