idea, as it was a task I never had tried. Since then, I have been
looking for a way to do so, preferable without much extra software to
install on either side. Today I found a way that seem to kind of
-work. Not great, but it si a start.</p>
+work. Not great, but it is a start.</p>
<p>I had a look at several approaches, for example
<a href="https://github.com/mfoetsch/dlna_live_streaming">using uPnP
<blockquote><pre>
vlc screen:// --sout \
-'#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:rtp{dst=projector.local,port=1234,sdp=rtsp://192.168.11.4:8080/test.sdp}'
+ '#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:rtp{dst=projector.local,port=1234,sdp=rtsp://192.168.11.4:8080/test.sdp}'
</pre></blockquote>
<p>I ssh-ed into my Kodi box and created a file like this with the
<blockquote><pre>
echo rtsp://192.168.11.4:8080/test.sdp \
-> /storage/videos/screenstream.m3u
+ > /storage/videos/screenstream.m3u
</pre></blockquote>
<p>Note the 192.168.11.4 IP address is my desktops IP address. As far