logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages<12
Options
Go to last post Go to first unread
lestra  
#21 Posted : Saturday, June 13, 2020 3:37:04 AM(UTC)
lestra

Rank: Advanced Member

Groups: Registered
Joined: 12/16/2019(UTC)
Posts: 84
Saint Kitts And Nevis

Thanks: 1 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: DWAM Go to Quoted Post
Quote:
But how to stream out SRT from VLC at the same time?

2 VLC instances, one to stream out, one to receive return feed.

I'd do it with FFMPEG (which is btw what VLC, OBS and many other SRT compliant softwares use in the background). There are many examples on how to do it on the internet.

The OBS solution works OK too but will be difficult to handle audio for the out and the return at the same time

Another solution is to stream SRT out from a smartphone with Larix...
... and get the return feed on the laptop with FFMPEG (Zeranoe builds support SRT from over 1 year at least) which is as easy as typing this at the command line shell (can be provided as a script btw)
ffplay -i srt://0.0.0.0:PORT/?mode=listener

Last but not least, vMix, either the free trial or the BasicHD version, will do it too


Thank You Dwam. I will try some of your sugestions. Is it possible to make bat file for easy start stream from guest side (ffmpeg option)?
DWAM  
#22 Posted : Saturday, June 13, 2020 5:02:01 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Sure ! Create a txt file on your desktop, rename it to srt-player.cmd and just copy this two lines in it. More options are available if needed, check ffplay documentation and adapt for the correct path to ffplay executable and your port choice obviously

Quote:

@echo off

c:\\dwam\ffmpeg\bin\ffplay -stats -i srt://0.0.0.0:15000/?mode=listener
thanks 1 user thanked DWAM for this useful post.
eduardocfs on 6/13/2020(UTC)
lestra  
#23 Posted : Saturday, June 13, 2020 3:17:52 PM(UTC)
lestra

Rank: Advanced Member

Groups: Registered
Joined: 12/16/2019(UTC)
Posts: 84
Saint Kitts And Nevis

Thanks: 1 times
Was thanked: 2 time(s) in 2 post(s)
I will try that, thanks DWAM!
ggudnason  
#24 Posted : Saturday, June 13, 2020 6:52:25 PM(UTC)
ggudnason

Rank: Advanced Member

Groups: Registered
Joined: 11/21/2014(UTC)
Posts: 41

Thanks: 4 times
Was thanked: 8 time(s) in 7 post(s)
As already mentioned you can do this with OBS. The best way I have found is to have all sources and audio inside the scene. So you have to make sure that obs is not picking up any desktop audio and only sending the mic audio. To get the return feed you add a media source that gets the srt feed. into the same scene and make sure it is below the camera you are using so that it will not show on stream. Then in advanced audio properties you make sure that you are monitoring the audio only from the return feed. To be able to see it as it under the webcam right click on the media source and use as a projector source. windowed or fullscreen as you prefer.
sending and receiving the srt within obs you can find instructions online.
lestra  
#25 Posted : Saturday, June 13, 2020 7:00:11 PM(UTC)
lestra

Rank: Advanced Member

Groups: Registered
Joined: 12/16/2019(UTC)
Posts: 84
Saint Kitts And Nevis

Thanks: 1 times
Was thanked: 2 time(s) in 2 post(s)
I am looking for "One Click" solution for non tech users on the guest side on the laptop. So far there are two solutions, (not yet "one click"):

1. https://garaninapps.com/srt
2. OBS

I will try to make portable version of OBS with all settings done...
Users browsing this topic
2 Pages<12
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.