Posts: 13
Joined: May 2013
Reputation:
0
I was so excited to test the client on my Linux htpc!! ..until:
ERROR: Unable to load ~/.xbmc/addons/pvr.wmc/XBMC_WMC.pvr, reason: ~/.xbmc/addons/pvr.wmc/XBMC_WMC.pvr: wrong ELF class: ELFCLASS32
$:~/.xbmc/addons/pvr.wmc$ file XBMC_WMC.pvr
XBMC_WMC.pvr: ELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=0x0c2fc9a73094b70c9faee4dfc2e8a04e66ba6936, not stripped
$:~/.xbmc/addons/pvr.wmc$ uname -i
x86_64
Can you compile a 64bit Linux version?
Posts: 3,439
Joined: Aug 2012
Reputation:
91
Oh and...
The server logs (see 'debug' tab in server windows) are usually more useful to me that the xbmc logs. So please post these too when you have problems.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
I don't agree on creating a subforum in the user support section for something that is still under development, and that is not included in our repos yet. As soon as it's included, sure, but not just yet.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 3,439
Joined: Aug 2012
Reputation:
91
on closer inspection the server is not able to start the socket server. If it started successfully you should see in the server log:
SocketServer> started on port: 9080
but its not in the log file you sent. Unfortunately there aren't any diagnostics for why its not starting either - oops.
Posts: 63
Joined: Jun 2012
Reputation:
1
This is working fairly well for me. Issues that I have:
- Trying to stream a programme that is currently recording causes a crash (error below)
StreamProc> started remux, live stream 'ts' file: RecordingTV_BENDER_2013_08_13_20_40_53.ts
StreamProc> 'ts' file created, size: 65,536 in 0.09 sec
StreamProc> total time: 0.09 sec
OpenRecordingStream> current stream file size: 98,304
OpenRecordingStream> returning client's path to recording: smb:\\FRY\Recorded TV2\TempXBMC\RecordingTV_BENDER_2013_08_13_20_40_53.ts
Finished request OpenRecordingStream in 0.10s
System.NullReferenceException: Object reference not set to an instance of an object.
at ServerWMC.RecService.StreamFileSize(String[] args)
at ServerWMC.MainWindow.ProcessClientRequest(String request, String socketType)
at ServerWMC.SocketServer.ReceiveCallback(IAsyncResult ar): SocketServer::ReceiveCallback: {0}
- Playing back HD content (MPEG4) is jerky. This is on my main desktop PC (Core i5, dedicated graphics, 8GB RAM) and it should not have any issues. It plays smoothly very briefly and then it pauses for a fraction of a second before rushing to catch-up again. The log is below of the stream I was trying:
Received client request: BENDER|OpenLiveStream|65045|0|1|BBC Two HD/2
OpenLiveStream> client: BENDER requesting live stream
StreamProc> live-tv started
SetChannel> isAlreadyTuned: False
SetChannel> Tuner: TBS 6981 BDA DVBS/S2 A Tuner/Demod #1
SetChannel> Digital: True
SetChannel> Encrypted: False
SetChannel> RecorderInfo found: True
SetChannel> Tuner: TBS 6981 BDA DVBS/S2 B Tuner/Demod #1
SetChannel> Digital: True
SetChannel> Encrypted: False
SetChannel> RecorderInfo found: True
SetChannel> Recorder Content Protection: PROT_COPY_FREE
SetChannel> Recorder acquired: True
StreamProc> wtv file size: 3,145,728 in 3.33 sec
StreamProc> stream output file: LiveTV_BENDER_DVB-S_2_2013_08_13_20_44_20.ts
Remux> Scanning for stream info
Remux> Streams scanned (0.0260 sec):
> Other: 0x46 MPEG2 PES
> Audio: 0x47 (eng) AC3 2.0 48000 Hz 192 kb/s
> Video: 0x48 AVC High-4.0 1920x1080i fps: 25
> Other: 0x49 MS TV Caption
> Audio: 0x4A (nar) MPEG Audio V1L2 Stereo 48000 Hz 256 kb/s
StreamProc> started remux, live stream 'ts' file: LiveTV_BENDER_DVB-S_2_2013_08_13_20_44_20.ts
StreamProc> 'ts' file created, size: 262,144 in 0.11 sec
StreamProc> total time: 3.44 sec
OpenLiveStream> stream path returned to client: smb:\\FRY\Recorded TV2\TempXBMC\LiveTV_BENDER_DVB-S_2_2013_08_13_20_44_20.ts
Finished request OpenLiveStream in 3.44s