This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
servio_plugins [2012/06/18 21:42] ttguy [Installation] - where to find the place to configure the RSS feeds |
servio_plugins [2024/06/07 18:22] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Serviio plugins provide access to online sources such as Youtube or Regional Catchup TV services (e.g. BBC Iplayer). | Serviio plugins provide access to online sources such as Youtube or Regional Catchup TV services (e.g. BBC Iplayer). | ||
| - | This feature was made available as part of Serviio 0.6, the plugins [[http:// | + | This feature was made available as part of Serviio 0.6, the plugins [[http:// |
| Serviio doesn' | Serviio doesn' | ||
| Line 15: | Line 15: | ||
| ====== Installation ====== | ====== Installation ====== | ||
| - | | + | - |
| - | 2. Copy the plugin to the plugins folder (eg to / | + | |
| - | 3. Configure Serviio with at least one url to an RSS feed. This is done using the serviio console using the Online | + | |
| After up to 5 mins the streams should be available to view. On the DLNA client look for a new folder called " | After up to 5 mins the streams should be available to view. On the DLNA client look for a new folder called " | ||
| Line 26: | Line 26: | ||
| Online content is usually served via **http** or **rtmp** protocol. The former is very easy to consume. The latter is mostly used by Adobe Flash servers and used in many online video services and FFmpeg compiled with [[http:// | Online content is usually served via **http** or **rtmp** protocol. The former is very easy to consume. The latter is mostly used by Adobe Flash servers and used in many online video services and FFmpeg compiled with [[http:// | ||
| + | |||
| Feed item URLs can expire with time, if that is the case you will have to provide the expiry date so that Serviio can re-run the URL extraction when that happens and get a valid URL when necessary. You can also define whether the content is a live stream or static content. | Feed item URLs can expire with time, if that is the case you will have to provide the expiry date so that Serviio can re-run the URL extraction when that happens and get a valid URL when necessary. You can also define whether the content is a live stream or static content. | ||
| Line 41: | Line 42: | ||
| __On Windows:__ | __On Windows:__ | ||
| + | Please make sure the Serviio folder is located in either Program Files or Program Files (x86). | ||
| + | |||
| groovy -cp " | groovy -cp " | ||
| Line 49: | Line 52: | ||
| @echo " | @echo " | ||
| %GROOVY_HOME%\bin\groovy.exe -cp " | %GROOVY_HOME%\bin\groovy.exe -cp " | ||
| + | |||
| + | rm "If this did not compile, check the ServiioPatch in this file to make sure the Serviio folder is in Program Files (x86) or in Program Files." | ||
| @pause | @pause | ||
| </ | </ | ||
| Line 55: | Line 60: | ||
| __On Linux:__ | __On Linux:__ | ||
| - | From your serviio install folder (eg / | + | From your serviio install folder (eg / |
| + | < | ||
| groovy -cp lib/ | groovy -cp lib/ | ||
| + | </ | ||
| - | And of course you can use the [[http:// | + | Or with Java and groovy-all.jar: |
| + | < | ||
| + | java -cp lib/ | ||
| + | </ | ||
| + | |||
| + | And of course you can use the [[http:// | ||
| ====== Logging ====== | ====== Logging ====== | ||
| Logging is configured through conf/ | Logging is configured through conf/ | ||