Hot to stream screen-content to Multicast

About encoding, codec settings, muxers and filter usage
lisvian12
New Cone
New Cone
Posts: 1
Joined: 17 Apr 2013 04:33

Hot to stream screen-content to Multicast

Postby lisvian12 » 17 Apr 2013 15:22

Hello.

I try to stream my left Monitor with VLC.

On all computers are %vlc% predefined with

Code: Select all

set %vlc%="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"
On the clients I started just (windows 7 64bit Prof)

Code: Select all

%vlc% -vvv udp://@239.255.1.1 --play-and-stop --loop --width=400 --no-video-title-show --deinterlace=-1 --deinterlace-mode=linear --ttl 12
who works wonderfull with

Code: Select all

%vlc% -vvv "C:\Temp\testvideo.mp4" --sout udp://239.255.1.1 --ttl 12 --no-loop --play-and-exit
That all works yet.


Next I tried first on a Windows 2008 R2 Server a simple Screen-Replay-Test:

Code: Select all

%vlc% -vvv screen:// :screen-fps=24 --screen-left=-1440 --screen-top=70 --screen-width=1440 --screen-height=710
Replay works fine.

But next step is a problem for me:

Code: Select all

%vlc% -vvv screen:// :screen-fps=24 --screen-left=-1440 --screen-top=70 --screen-width=1440 --screen-height=710 --sout udp://239.255.1.1 --ttl 12 --no-loop --play-and-exit
All clients stay blank :-(
It's not work. What's my fault?


BTW: Is it possible to grab sound and put it to into the stream?

mundu
Blank Cone
Blank Cone
Posts: 53
Joined: 25 May 2011 19:56
VLC version: 2.1.5
Operating System: Linux

Re: Hot to stream screen-content to Multicast

Postby mundu » 22 Apr 2013 18:21

You could try the normal sout behaviour. --sout '#std{access=udp{ttl=10},mux=ts,dst=239.255.1.1:1234}'

For the audio part you may use the ES example I guess:
http://www.videolan.org/doc/streaming-h ... /ch04.html


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 8 guests