Page 17 of 31

Re: Channels Plugin

Posted: Fri Mar 01, 2013 8:41 am
by S7eele
SH,

Thanks for moving it over and for the answer. That was exacly what I needed to get up to date.

Re: Channels Plugin

Posted: Sat Mar 02, 2013 2:41 am
by tubby
Sharkhunter wrote:
The & should really be fixed in the pmsencoder scripts. I thought it was.

But then SVT swapped from rtmp to hls a while ago. And hls links are perhaps not quoted.

I'll look at the scripts again.
Sharkhunter, I have added the rtmpdump and curl paths to my UMS.conf. It now "seems more stable" and I have also moved over to a 32-bit ubuntu box since the ffmpeg gave me some errors about missing 32-bits libs on the 64-bit environment.

But still no success in transcoding SVT. I have attached debug package. I also tried moving pmsencoder out of the way but no success. I've tried to render on both my Samsung TV and Android phone.

I tried running the commands for SVT on the command line.

Code: Select all

/home/tubby/bin/ums-2.4.2/ffmpeg -v 0 -y -threads 4 -i "http://svtplay4d-f.akamaihd.net/i/se/open/20130224/1125251-017A/CHARLIE-017A-da4f46eac5486111_,900,348,564,1680,2800,.mp4.csmil/index_1_av.m3u8?null=&id=" -threads 4 -target ntsc-dvd /tmp/universalmediaserver/pmsencoder_transcoder_out_1362081853211_42
Note the quation-marks around the URL. That makes ffmpeg happy on the command line. The " is not present in the debug.log ?

Re: Channels Plugin

Posted: Mon Mar 11, 2013 3:08 pm
by Zuxicovp
Hello, I've been getting some issues with playing video. I've tried both the onion and youtube. CMD 255 error.

Edit: CNN through Navi X works.

Re: Channels Plugin

Posted: Mon Mar 11, 2013 7:45 pm
by SharkHunter
Tubby - try upgrading to 2.5 as I think ffmpeg handling has been updated there (with " hopefully).

Zuxicovp - you have only uploaded the debug.log and not the full ums_dbg.zip pack.See viewtopic.php?f=9&t=556
From the log it seems like there are some installation issues.

Re: Channels Plugin

Posted: Wed Mar 13, 2013 8:09 am
by tubby
SharkHunter wrote:Tubby - try upgrading to 2.5 as I think ffmpeg handling has been updated there (with " hopefully).
Great! I have updated to 2.5.0 but still no success. :roll: I have attached a debug package where I am trying to connect to SVTplay rendering on my Android phone. I seems as my current main issue is that transcoding is not working as expected.

The " is not present in the trace/debug log lines but that does not mean that they are not there, right :-)

Re: Channels Plugin

Posted: Sun Mar 24, 2013 5:48 pm
by redonyx
Hi everyone,

I've been trying to figure this out for the past few hours and I have no idea what to do next. Everything is installed correctly and I can stream media from my computer to my PS3 fine but when it comes to watching stuff via channels, that's where I'm having problems. Channel categories will show up but when I navigate to a show and choose an episode or even just one folder, I'm getting "there are no tracks". I've been searching around trying to figure out how to solve this or if anyone else has had this problem, but I'm not really seeing anything. Any help with this would be appreciated.

Re: Channels Plugin

Posted: Sun Mar 24, 2013 8:15 pm
by SharkHunter
redonyx - read this 1st viewtopic.php?f=9&t=556 and then viewtopic.php?f=4&t=80

Re: Channels Plugin

Posted: Mon Mar 25, 2013 8:26 am
by redonyx
Alrighty, I added the "folder_limit=true" line to usm.config first to see if that would help with the "There are no files" thing and it did sometimes as I'll see files, but I wouldn't be able to access them. I then would navigate to the overflow folder but I would get the same message again. I did my best to recreate the issues but I'm not sure if the debug file would say what channels I was trying to view but it was mainly EZTV, Icefilms and watchseries while randomly picking others just to see if something would work.

Re: Channels Plugin

Posted: Sun May 19, 2013 5:58 am
by Dilbao
I have tried many times but plugin is not working for me. I saw this in the logs:

Code: Select all

DEBUG 2013-05-18 20:51:40.862 [mencoder.exe-1] Starting "D:\Programs\Universal Media Server\win32\mencoder.exe" The -msglevel all=2 -quiet -prefer-ipv4 -cache 16384 -oac lavc -of lavf -lavfopts format=dvd -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=4096:threads=2:acodec=ac3:abitrate=128 -vf harddup -ofps 25 -o \\.\pipe\mencoder1368899500806
DEBUG 2013-05-18 20:51:41.536 [Thread-20] File not found: 'The'
DEBUG 2013-05-18 20:51:41.536 [Thread-20] Failed to open The.
DEBUG 2013-05-18 20:51:41.536 [Thread-20] Cannot open file/device.
What is that "the" file? Can you check my logs please?

Re: Channels Plugin

Posted: Mon May 27, 2013 6:57 am
by flojo
Good day Guys

Im trying to get the plugins working. Can anyone help.

Thanks

INFO 2013-05-26 20:42:52.540 [main] Start channel 1.42
INFO 2013-05-26 20:42:52.548 [main] parsing channel file /opt/ums-2.6.4/channels/rtmpStuff.ch version 0.15
INFO 2013-05-26 20:42:52.550 [main] Exception in thread "main" java.lang.NoSuchFieldError: children
INFO 2013-05-26 20:42:52.551 [main] at com.sharkhunter.channel.Channels.find(Channels.java:178)
INFO 2013-05-26 20:42:52.551 [main] at com.sharkhunter.channel.Channels.readChannel(Channels.java:229)
INFO 2013-05-26 20:42:52.551 [main] at com.sharkhunter.channel.Channels.parseChannels(Channels.java:356)
INFO 2013-05-26 20:42:52.551 [main] at com.sharkhunter.channel.Channels.handleDirChange(Channels.java:456)
INFO 2013-05-26 20:42:52.551 [main] at com.sharkhunter.channel.Channels.fileChanged(Channels.java:478)
INFO 2013-05-26 20:42:52.551 [main] at com.sharkhunter.channel.Channels.start(Channels.java:120)
INFO 2013-05-26 20:42:52.552 [main] at com.sharkhunter.channel.CH_plugin.<init>(CH_plugin.java:46)
INFO 2013-05-26 20:42:52.552 [main] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
INFO 2013-05-26 20:42:52.552 [main] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
INFO 2013-05-26 20:42:52.552 [main] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
INFO 2013-05-26 20:42:52.552 [main] at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
INFO 2013-05-26 20:42:52.552 [main] at java.lang.Class.newInstance0(Class.java:374)
INFO 2013-05-26 20:42:52.553 [main] at java.lang.Class.newInstance(Class.java:327)
INFO 2013-05-26 20:42:52.553 [main] at net.pms.external.ExternalFactory.instantiateLateListeners(ExternalFactory.java:439)
INFO 2013-05-26 20:42:52.553 [main] at net.pms.PMS.init(PMS.java:469)
INFO 2013-05-26 20:42:52.553 [main] at net.pms.PMS.createInstance(PMS.java:839)
INFO 2013-05-26 20:42:52.553 [main] at net.pms.PMS.main(PMS.java:926)