X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/f24e5af9c158afe144778b34f5614abdd7383633..0a21c33c2d20a8f2a09cd695789351b4da1f2e24:/blog/data/2018-07-12-kodi-linux-desktop-vlc.txt 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