]> pere.pagekite.me Git - homepage.git/commitdiff
Mention how to use VLC for multicasting your screen too.
authorPetter Reinholdtsen <pere@hungry.com>
Thu, 12 Jul 2018 10:25:48 +0000 (12:25 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Thu, 12 Jul 2018 10:25:48 +0000 (12:25 +0200)
blog/data/2018-07-12-kodi-linux-desktop-vlc.txt

index f886e35cea1d58e441e840d15f455050e3c9d4d5..57d383690799400c72e5b18c013f89f1abc8a726 100644 (file)
@@ -125,6 +125,15 @@ local network.  If the value is increased, your screen will be
 broadcasted further, one network "hop" for each increase (read up on
 multicast to learn more. :)!</p>
 
 broadcasted further, one network "hop" for each increase (read up on
 multicast to learn more. :)!</p>
 
+<p>Having cracked how to get Kodi to receive multicast streams, I
+could use this VLC command to stream to the same multicast address.
+The image quality is way better than the rtsp approach, but gstreamer
+seem to be doing a better job.</p>
+
+<blockquote><pre>
+cvlc screen:// --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:rtp{mux=ts,dst=239.255.0.1,port=1234,sdp=sap}'
+</pre></blockquote>
+
 <p>As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
 <p>As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>