]> pere.pagekite.me Git - homepage.git/commitdiff
Minor updates.
authorPetter Reinholdtsen <pere@hungry.com>
Wed, 11 Jul 2018 23:56:21 +0000 (01:56 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Wed, 11 Jul 2018 23:56:21 +0000 (01:56 +0200)
blog/data/2018-07-12-kodi-linux-desktop-vlc.txt

index a36df04104b067329632907d7d14e0179e701fcf..feb1f44dbdb17c330dbf01763fd8d3990ce9a9bf 100644 (file)
@@ -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
 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
 
 <p>I had a look at several approaches, for example
 <a href="https://github.com/mfoetsch/dlna_live_streaming">using uPnP
@@ -37,7 +37,7 @@ this working on the desktop/streaming end.</p>
 
 <blockquote><pre>
 vlc screen:// --sout \
 
 <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
 </pre></blockquote>
 
 <p>I ssh-ed into my Kodi box and created a file like this with the
@@ -45,7 +45,7 @@ same IP address:</p>
 
 <blockquote><pre>
 echo rtsp://192.168.11.4:8080/test.sdp \
 
 <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
 </pre></blockquote>
 
 <p>Note the 192.168.11.4 IP address is my desktops IP address.  As far