From 0a21c33c2d20a8f2a09cd695789351b4da1f2e24 Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen
Date: Thu, 12 Jul 2018 01:56:21 +0200
Subject: [PATCH] Minor updates.
---
blog/data/2018-07-12-kodi-linux-desktop-vlc.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/blog/data/2018-07-12-kodi-linux-desktop-vlc.txt b/blog/data/2018-07-12-kodi-linux-desktop-vlc.txt
index a36df04104..feb1f44dbd 100644
--- a/blog/data/2018-07-12-kodi-linux-desktop-vlc.txt
+++ b/blog/data/2018-07-12-kodi-linux-desktop-vlc.txt
@@ -7,7 +7,7 @@ my projector connected to Kodi. I sadly had to admit that I had no
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.
+work. Not great, but it is a start.
I had a look at several approaches, for example
using uPnP
@@ -37,7 +37,7 @@ this working on the desktop/streaming end.
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}'
I ssh-ed into my Kodi box and created a file like this with the
@@ -45,7 +45,7 @@ same IP address:
echo rtsp://192.168.11.4:8080/test.sdp \
-> /storage/videos/screenstream.m3u
+ > /storage/videos/screenstream.m3u
Note the 192.168.11.4 IP address is my desktops IP address. As far
--
2.47.2