On Tue, 24 Jan 2012, Manuel Borchers wrote:

> Hi Adam,
>
> Am Dienstag, den 24.01.2012, 19:35 +0000 schrieb Adam Charrett:
>> sorry Manuel I saw your post but I'd been too busy to respond.
>
> No problem, thanks for your answer!
>
>> Can you check that the adapter is active/being used, the following command
>> should output True:
>>
>> dvbctrl getprop adapter.active
>
> Yes, did that. It said True (before and after the getepg run).
>
> I got a little different output today (maybe the antenna isn't placed
> too good right now):
>
> -- snip --
> chronus:~# getepg -c -x epg.xml
> 8 multiplexes to update
> 192.168.0.2:0 (1) processing 2114.0901
> 192.168.0.2:0 State: tuning
> 192.168.0.2:0 (2) processing 2114.0306
> 192.168.0.2:0 (3) processing 2114.0304
> 192.168.0.2:0 (4) processing 2114.0101
> 192.168.0.2:0 (5) processing 2114.0202
> 192.168.0.2:0 (6) processing 2114.0301
> 192.168.0.2:0 (7) processing 2114.0102
> 192.168.0.2:0 (8) processing 2114.0305
> 192.168.0.2:0 finished
> Traceback (most recent call last):
>  File "/usr/bin/getepg", line 609, in <module>
>    main()
>  File "/usr/bin/getepg", line 599, in main
>    capture_full()
>  File "/usr/bin/getepg", line 455, in capture_full
>    epghandler.stop()
>  File "/usr/bin/getepg", line 294, in stop
>    self.session.stop_epg_capture()
>  File "/usr/lib/python2.5/site-packages/dvbstreamer/session.py", line 275, in 
> stop_epg_capture
>    self.execute_command('epgcapstop')
>  File "/usr/lib/python2.5/site-packages/dvbstreamer/session.py", line 117, in 
> execute_command
>    result = conn.execute_command(command)
>  File "/usr/lib/python2.5/site-packages/dvbstreamer/connection.py", line 133, 
> in execute_command
>    raise errors.Error(error_code, error_message, lines)
> GenericCommandError: 65535 : Not yet started!
> chronus:~# dvbctrl getprop adapter.active
> True
> -- snip --
>
> Anything else I could try? I have to see what's up with the reception
> right now. Will get back to you when I get a minute.
>
> Cheers,
> Manuel


Hmm looks to me like the adapter didn't tune before the timeout so the 
capture wasn't started (hence the Not yet started). I didn't spend a lot 
of time on the EPG capture for v2 as I don't use it (more a proof of 
concept). It needs some work to make it stable, although it did seem to 
retrieve some data when I ran it against my system here in the UK.

You could manually try tuning to a channel, starting EPG capture with 
epgcapstart and then see if you get any data by using the epgdata command 
(note this won't close the connection it will just keep spewing data/
pause indefinitely).

Cheers

Adam

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to