vMix Forums
»
General
»
NDI
»
Free NDI Apps from Garanin
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
Just a quick info to promote NDI apps from Garanin NTRStreamer is a little utility that takes an NDI source as an input and streams it to RTMP. http://garaninapps.com/RTMPMiniServer is a little RTMP server that can ingest up to 4 RTMP streams and convert them to NDI with pretty low latency (about 1 second). This one is a beta version looking for beta testers. http://garaninapps.com/r..._HXPK0fRYoPa9pG0Fi5f3O8cI tried both of them successfully. RTMPMiniServer still needs improvements (especially optimization for RAM usage and UI) but both utilities are good tools to have. Guillaume
|
5 users thanked DWAM for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/21/2017(UTC) Posts: 319 Location: Uk
Thanks: 26 times Was thanked: 33 time(s) in 29 post(s)
|
this would be perfect to test out of season been using restream just to get over what I call the fence but paying for a service I'm not using fully there
|
|
|
|
Rank: Member
Groups: Registered
Joined: 4/28/2017(UTC) Posts: 12 Location: susak
Thanks: 9 times Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 4/28/2017(UTC) Posts: 12 Location: susak
Thanks: 9 times Was thanked: 1 time(s) in 1 post(s)
|
Hy , can you tell me how to setup RTMPMiniServer
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/23/2017(UTC) Posts: 1,210 Location: Germany Thanks: 3 times Was thanked: 168 time(s) in 150 post(s)
|
Thanks Guillaume for make a small medialooks app. Is it possible to integrate some authentication for RTMP targets. Username and password are required for serious approaches. But a good starting point. I resizing would be appreciated as well. That should be super easy with the medialooks SDK. Take a look at the mixer app provided with the SDK.
Cool, just continue development.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
@jelutalica
1 . enter a streamkey in of of the 4 slots/encoders. For example "MyStream"
2 . RTMPMini indicates on top the 1st part of the url to use. For example if your computer'sIP address is 192.168.0.1 and uses port 1935 for RTMP, it shows rtmp://192.168.0.1:1935/live
3 . start RTMPMini listen feature
4 . go to your encoder, set it as you wish and enter "rtmp://192.168.0.1:1935/live/MyStream" as the destination or "rtmp://192.168.0.1:1935/live" for the server and "MyStream" for the key
5 . start pushing
6 . RTMPMini's led will turn green when RTMP stream is detected and it starts transcoding to NDI
7 . use an NDI player (vMix or NDI Monitor for example) and select one of the 4 RTMPMini outputs (the one you entered a streamkey for)
That's it!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
@Mavik
Garanin's apps are Michael Garanin's apps. Not mine
Medialooks services are from Medialooks company. I'm not related to them in any way... and I'm not sure vMix forum is the best place to submit feature requests for Medialooks solutions!!!
Guillaume
|
|
|
|
Rank: Member
Groups: Registered
Joined: 4/28/2017(UTC) Posts: 12 Location: susak
Thanks: 9 times Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered
Joined: 4/28/2017(UTC) Posts: 12 Location: susak
Thanks: 9 times Was thanked: 1 time(s) in 1 post(s)
|
This RTMPMiniServer work only on local network?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
Quote:This RTMPMiniServer work only on local network? Obviously not but I won't explain how to use it behind a router/firewall 'cos it's fully documented over the internet. There are several ways to get it to work depending on your own infrastructure. Google is your friend for this, check for "port forwarding for RTMP server" for example Guillaume
|
|
|
|
Rank: Member
Groups: Registered
Joined: 2/18/2018(UTC) Posts: 28 Location: Milan, Italy Thanks: 6 times Was thanked: 2 time(s) in 2 post(s)
|
Hi, I'm really interested but I'm not sure if I've understood correctly. You can use a rtmp/rtsp encoder (or an app on the smartphone) to stream directly to a server with this software and a public ip address. Then the software "transforms" the streaming input signal into an ndi signal that can be used in a Vmix production. Is this correct?
If this is correct, which is the delay?
Thanks
Matteo
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/23/2017(UTC) Posts: 1,210 Location: Germany Thanks: 3 times Was thanked: 168 time(s) in 150 post(s)
|
RTMP is by definition no real time protocol. For pure transport of NDI signal over WAN/Internet just have a look at medialooks.com With their tool you will get sub second transmission. Typically at the 200ms mark. Or use vmix call. Both use WebRTC.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
Quote:You can use a rtmp/rtsp encoder (or an app on the smartphone) to stream directly to a server with this software and a public ip address. Then the software "transforms" the streaming input signal into an ndi signal that can be used in a Vmix production. Is this correct? Not quite, as its name implies "RTMPMiniServer" is a RTMP server which goal is to receive RTMP feeds from any RTMP encoder (RTSP is a different protocol, not supported here) in order to convert them into NDI. It can be used on a LAN or over the internet like all streaming protocols. Btw if you want to fully understand, best is to try and see how it works and if it suits your needs... That's rule #1 : test everything, especially when it's free or with a free trial ! Guillaume
|
|
|
|
Rank: Member
Groups: Registered
Joined: 2/18/2018(UTC) Posts: 28 Location: Milan, Italy Thanks: 6 times Was thanked: 2 time(s) in 2 post(s)
|
Thank you very much. I'll try RTMP mini server and medialooks
Matteo
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/29/2015(UTC) Posts: 135 Location: Seattle Wa
Thanks: 16 times Was thanked: 14 time(s) in 13 post(s)
|
The Instructions Fail to point out you need to put your Password/Stream key after the /live in the app you will use. example "rtmp://LOCAL_IP:1935/live". should be "rtmp://LOCAL_IP:1935/live/YOUR KEY". hope this helps
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/29/2015(UTC) Posts: 135 Location: Seattle Wa
Thanks: 16 times Was thanked: 14 time(s) in 13 post(s)
|
im talking about the website
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/17/2017(UTC) Posts: 421 Location: Luzern - Schweiz Thanks: 63 times Was thanked: 55 time(s) in 49 post(s)
|
Hello, Thanks Guillaume for this post. I have tested this app, RTMP mini-server. Is exactly what I was looking for. Medialook's Video Transport works only from the Publisher PC to a Receiver PC and with a large bandwidth. Did not work for me. I can connect to the RTMP Mini Server with any RTMP capable encoder. I can use a video camera, with a built-in RTMP encoder, or with a smartphone with a RTMP app, stream video to MiniServer over the Internet. Latency about 500 milliseconds. This also works from VMix (second license), etc. Prerequisite, in the router port, eg. Release 1935 and a fixed IP address (public IP). I use DynDNS NO-IP. This RTMP miniserver works from the internet or on the local network. But everything is described in the manual. Vmixcall is WebRTC and video transmission is not as good as RTMP Miniserver. Everyone has to test themselves. In my opinion, the best smartphone app for RTMP is LarixBroadcaster (free app for iOS and Android). So you can stream into the studio with little effort from around the world. Bitrate adjustable. Greeting
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/17/2017(UTC) Posts: 421 Location: Luzern - Schweiz Thanks: 63 times Was thanked: 55 time(s) in 49 post(s)
|
Hello, A new version of the RTMPMiniServer has been released. Have done some tests today, on the Internet and good results erziehlt. LarixBroadcaster with Cerevo LiveShell 2 and with notebook and the vMix software streaming A big advantage is that you can also use a smartphone and the app LarixBroadcaster to stream to the studio via the Internet. Latency about 500 - 1000 milliseconds. Instructions here.
Greeting
|
|
|
|
vMix Forums
»
General
»
NDI
»
Free NDI Apps from Garanin
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close