- Better labels, goodbye 'Item' (mostly).
- Compatibility enhancements and minor bugfixes to the python xbmc module.
glenrocks wrote:Is there a way for item to inherit folder name as label?
timeitniear wrote: I can watch Al Jezeera live on the XBMC app without any issues, but when I try watching it through the PS3 i get the "There is no inputstream to return for AlJazeera Live [PMSEncoder"
$ ffmpeg
ffmpeg version N-33659-g1d0afec, Copyright (c) 2000-2011 the FFmpeg developers
built on Dec 8 2011 16:28:06 with gcc 4.6.1
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-librtmp
sudo make SYS=darwin installrtmpdump.force=trueinfidel wrote:PMS.conf shows you already have rtmpdump.path defined and rtmpdump.force=true, so in theory pmsencoder shouldn't even be calling ffmpeg
script {
def RTMPDUMP = 'C:\\ProgramData\\PMS\\rtmpdump\\rtmpdump.exe'
profile ('RTMP(E)') {
pattern {
protocol ([ 'rtmp', 'rtmpe' ])
}
action {
def strings = $URI.split('!!!pms_ch_dash_y!!!')
if (strings.length > 1)
$URI = strings[0] + '" -y "' + strings[1]
def strings1 = $URI.split('!!!pms_ch_dash_w!!!')
if (strings1.length > 1)
$URI = strings1[0] + '" -W "' + strings1[1]
$DOWNLOADER = "$RTMPDUMP -o $DOWNLOADER_OUT -r \"${$URI}\""
}
}
}glenrocks wrote:Looking at the rtmp.groovy remark..I think you would need that script for rtmpe formats eventually
timeitniear wrote:I removed rtmp.groovy
glenrocks wrote:I had some issues with 1channel and other similar channels where they refer to realdebrid/alldebrid plugin to resolve their urls
Return to Additions and Plugins
Users browsing this forum: No registered users and 9 guests