|
SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
PlaybackException -4 Problem Rendering Video Portion
I have just recently installed SageTV and am now attempting to setup my video input. The card is working properly and I can use TVTime to view the video (coming in on S-Video). Here is my logfile:
Tue 11/11 17:35:24.023 V4L: Set encoding property audiooutputmode to 0 Tue 11/11 17:35:24.023 V4L: Set encoding property audiocrc to 0 Tue 11/11 17:35:24.024 V4L: Set encoding property gopsize to 15 Tue 11/11 17:35:24.024 V4L: Set encoding property videobitrate to 3800000 Tue 11/11 17:35:24.024 V4L: Set encoding property inversetelecine to 0 Tue 11/11 17:35:24.024 V4L: Set encoding property closedgop to 0 Tue 11/11 17:35:24.024 V4L: Set encoding property vbr to 0 Tue 11/11 17:35:24.024 V4L: Set encoding property outputstreamtype to 10 Tue 11/11 17:35:24.024 V4L: Set encoding property width to 720 Tue 11/11 17:35:24.024 V4L: Set encoding property height to 480 Tue 11/11 17:35:24.024 V4L: Set encoding property audiobitrate to 384 Tue 11/11 17:35:24.024 V4L: Set encoding property audiosampling to 48000 Tue 11/11 17:35:24.024 V4L: Set encoding property disablefilter to 1 Tue 11/11 17:35:24.024 V4L: Set encoding property medianfilter to 3 Tue 11/11 17:35:24.024 V4L: Set encoding property fps to 30 Tue 11/11 17:35:24.024 V4L: Set encoding property ipb to 0 Tue 11/11 17:35:24.024 V4L: Set encoding property deinterlace to 0 Tue 11/11 17:35:24.024 V4L: Set encoding property aspectratio to 1 Tue 11/11 17:35:24.024 V4L: ioctl: failed to set VIDEO_BITRATE_MODE to 1. Tue 11/11 17:35:24.024 V4L: ioctl: failed to set VIDEO_BITRATE to 3800000. Tue 11/11 17:35:24.024 V4L: ioctl: failed to set VIDEO_BITRATE_PEAK to 5000000. Tue 11/11 17:35:24.025 V4L: setEncoding0NewInterface Tue 11/11 17:35:24.025 V4L: ioctl: failed to set MPEG_STREAM_TYPE to 3. Tue 11/11 17:35:24.025 V4L: ioctl: failed to set AUDIO_SAMPLING_FREQ to 1. Tue 11/11 17:35:24.025 V4L: ioctl: failed to set AUDIO_L2_BITRATE to 13. Tue 11/11 17:35:24.026 V4L: setup encoding /var/media/tv/video0SVideo-0.mpgbuf I can tell that the "failed to set" messages are most likely my issue, but I couldn't find any reference to it anywhere. This is a ubuntu 8.10 system. Thanks. |
#2
|
|||
|
|||
i am also getting this....any luck getting it working again...
PS: i have pvr-500mce |
#3
|
|||
|
|||
Are you both running 64-bit? Running as root? Which version of Java?
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#4
|
|||
|
|||
Hi,
Yes, i am running 64bit Intrepid, yes the service ran as root and the client as a user. I am running java: java version "1.6.0_0" IcedTea6 1.3.1 (6b12-0ubuntu6) Runtime Environment (build 1.6.0_0-b12) OpenJDK 64-Bit Server VM (build 1.6.0_0-b12, mixed mode) |
#5
|
|||
|
|||
I am now 100% sure this is a SageTV problem... Just tried MythTV and the PVR 500mce worked....
|
#6
|
|||
|
|||
Do you have all the 32-bit libs installed? I think while the errors are annoying, they aren't causing issues. However, the other thing I think I would try is setting the card up before launching SageTV using the v4l tools. Are you building your own drivers or using the ones from Ubuntu?
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#7
|
|||
|
|||
Hi, can you list all the 32-bit libs let me see if i have them installed. How do you setup the card using v4l tools.... i have looked at v4l2-ctl, but there are no examples anywhere on how to set things up.
thanks Quote:
|
#8
|
|||
|
|||
do a ldd |grep not\ found
anything not found?
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#9
|
|||
|
|||
i did:
root@svr:/opt/sagetv/server# ldd *.so | grep not\ found libTSnative.so => not found libiec61883.so.0 => not found libraw1394.so.8 => not found libavc1394.so.0 => not found librom1394.so.0 => not found libTSnative.so => not found libavformat-minimal.so.52 => not found libavcodec-minimal.so.52 => not found libavutil-minimal.so.49 => not found libTSnative.so => not found |
#10
|
|||
|
|||
These should be addressed: libavformat-minimal.so.52 => not found
libavcodec-minimal.so.52 => not found libavutil-minimal.so.49 => not found TSnative is in the SageTV directory and is added at launch. The others are related to firewire drivers. I would google for the lib name and ubuntu to find what package they are in. B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#11
|
|||
|
|||
nothing so far on google. i was under the impresion you had sagetv working on ubuntu 64bit. I know you currently run ArchLinux 64bit and have it working there. I really don't want to run 32bit ubuntu when i have a 64bit cpu.
|
#12
|
|||
|
|||
Looking through an older thread came upon this:
http://forums.sagetv.com/forums/show...1&postcount=27 And read down more info in the thread. I use server only playback is extender. The missing libs above are in the 6.5.3 install which version are you running? B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#13
|
|||
|
|||
hmmm...looks like i have these installed
g++ install g++-4.3 install gcc install gcc-4.2-base install gcc-4.3 install gcc-4.3-base install lib32gcc1 install libgcc1 install ia32-libs install NOT installed... ================ mercurial gcc-4.2-multilib gcc-multilib Note quite sure if the mercurial is the problem... I thought it as included in kernel 2.6.27? |
#14
|
|||
|
|||
Quote:
Using the wrong Java can cause you a world of pain. Try the Sun Java Runtime Environment (jre) 1.5. Install it in its own location (I put mine in /opt/jre1.5.0_16/) and add that to the beginning of the PATH variable for the user running SageTV so that it is picked up prior to the system java. BTW, has anybody tried the latest Sun 1.6 JRE on Linux? People over in "general" seem to like it for Windows use. Drew |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Video problems with ATI fglrx driver | svemuri | SageTV Linux | 4 | 01-22-2008 03:57 PM |
Problem Adding New Video Source - Locks Up | EChodun | Hardware Support | 1 | 01-12-2008 12:13 PM |
No Video but Audio...Decoder Problem, Maybe? | geogecko | General Discussion | 5 | 11-12-2007 11:27 PM |