LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
arch3r has quit [Quit: bye]
arch3r has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
Schoentoon has quit [Read error: Connection reset by peer]
Schoentoon has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
minimal has joined #libreelec
LEBot has quit [Read error: Connection reset by peer]
LEBot has joined #libreelec
<_xor>
How do I specify the thumbnail for a strm file? It points to a RTSP feed (IP webcam). I'm checking to see if there's a specific property that can be set in the strm file or if there's a picture source to a HTTP url that I can use.
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
keypusher has quit [Ping timeout: 258 seconds]
keypusher has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
<mack>
_xor: Use an NFO file like you can with any kodi video.
LEBot has quit [Remote host closed the connection]
<mack>
However, as that states, it says it's not needed for local artwork, so my answer is probably too complicated. You should just be able to make a file called thumb.jpg in the same directory as your strm file and kodi will pick it up.
<mack>
You can also probably pull up the Context menu for the item within kodi and Choose Artwork to select image files manually.
<mack>
I assumed you already tried that, though :)
<vpeter>
can someone tell me what checksum it gets?
<mack>
vpeter: downloading now - my connection isn't speedy
<oblikoamorrale>
wget url -O - | sha256sum # d2fedcf962eac9b79e0de9e8e01ba7f63095c387c70d9c5364b2cccc93261c2d no need to save the file :)
<vpeter>
so it is same I got, thanks
<mack>
Stopping my download :)
rdo` has quit [Quit: Coyote finally caught me]
rdo has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
The_Coolest has quit [Ping timeout: 260 seconds]
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
speeedy has quit [Ping timeout: 246 seconds]
speeedy has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
TomTom_ is now known as TomTom
syphyr has joined #libreelec
riot_dd has joined #libreelec
riot_dd_ has quit [Ping timeout: 244 seconds]
syphyr has quit [Remote host closed the connection]
syphyr has joined #libreelec
Fenster has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
<Teraii>
IPTV Simple Client on LibreELEC 11 is not working on RPI4 ?
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
Fenster has quit [Read error: Connection reset by peer]
Fenster has joined #libreelec
keypusher has quit [Ping timeout: 250 seconds]
keypusher has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
<_xor>
mack: HTTP URL, not local file. NFO file is one of the first things I tried, but it didn't work (unsurprisingly, since it says it expects local artwork).
<_xor>
mack: I searched for EXT* or KODIPROP that take URLs, but I couldn't find much documentation on it.
<_xor>
I tried changing it to m3u per another suggestion, but that didn't seem to work either. I verified the URL too, and it's fine. Ideally it would fetch the thumbnail on-demand when displaying, but fetching + caching with TTL is fine too.
LEBot has quit [Remote host closed the connection]
LEBot has joined #libreelec
<mack>
_xor: the page I linked and said "search for thumb" says <thumb /> is used specifically when the image is NOT local.
<mack>
Also what my next message said :)
<_xor>
I'll try that again, but it didn't work when I tried it.
<_xor>
I could have messed it up though.
<_xor>
mack: Just to make sure, it would just be named after the strm file, right? (e.g. camera.strm + camera.nfo)
<mack>
_xor: I've never made an nfo for a stream. In theory it's the same as another video file. So yes, the nfo should have the same pre-dot file name. The thumb tag, if it's implemented correctly in kodi, should take a URL.
<_xor>
Yup, got a tab open to that. It's surprisingly difficult to find reference docs/examples of supported properties.
<mack>
getting a static image out of your stream, as you've stated before, requires another step. If your stream really is a camera, many IP cameras have multiple URIs for feeds: a high res, a low res, and a snapshot.
<_xor>
Yup, I'm using the sub-stream for the main feed and a snapshot jpg URL.
<_xor>
The feed works great, it's just the thumbnail that's kind of annoying on my home screen. Not a huge deal to me, but it would be nice to have a static snapshot.
<_xor>
There's also .tbn, but that's just a jpg.
<mack>
there do exist kodi addons for cameras/surveillance that might make things easier
<_xor>
That's the next step, as I have Frigate setup. Just need to tweak it. But system is rebooting now when installing addons. I checked but it doesn't appear that there are any banned plugins (which from what I understand can cause a reboot).
<_xor>
I looked at the crash log and it's showing that "/usr/lib/kodi/kodi.bin --standalone -fs" coredumped.