SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 01-06-2009, 08:28 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
Quote:
Originally Posted by Mark SS View Post
Great, will do. Am on holiday for the next week or so but will be in touch when I'm back.
I've made a version with some fixes for SKY UK. Please, PM me if you want to give it a try.
Reply With Quote
  #22  
Old 01-30-2009, 11:37 PM
alland's Avatar
alland alland is offline
Sage User
 
Join Date: Aug 2008
Location: New Zealand
Posts: 44
Michael

Interesting idea. I'm trying to test out on my setup, but the application crashes on start up. I have 1 DVB-S2 and 4 DVB-T tuners in my machine. Some fiddling with the ini file has got me to the following error log. Any ideas whats wrong ?

2009-01-31 18:27:07 Loading filter "Hauppauge WinTV 88x DVB-S/S2 Tuner/Demod" - succeeded!
2009-01-31 18:27:07 Tuner Filter Info = "Hauppauge WinTV 88x DVB-S/S2 Tuner/Demod"
2009-01-31 18:27:07 Loading filter "Hauppauge WinTV-7164 BDA Digital Capture DVBT" - doesn't fit, unloading!
2009-01-31 18:27:07 Loading filter "Hauppauge WinTV-7164 BDA Digital Capture DVBT" - doesn't fit, unloading!
2009-01-31 18:27:07 Loading filter "Hauppauge WinTV 88x TS Capture" - succeeded!
2009-01-31 18:27:07 Loaded our transport stream filter
2009-01-31 18:27:07 Added demux filter to the graph
2009-01-31 18:27:07 Connected demux to our filter output pin
2009-01-31 18:27:07 Loading filter "BDA MPEG2 Transport Information Filter" - succeeded!
2009-01-31 18:27:07 Cannot run graph: 0x800705AA
2009-01-31 18:27:07 Loading filter "Nova-DT DVB-T Tuner (Dev1 Path1) " - doesn't fit, unloading!
2009-01-31 18:27:07 Cannot load tuner device and connect network provider
__________________
SAGE 9 64bit, Ryzen 5 2600, Windows 10, 8GB Memory, TBS 6985, 5 x HD200, 2 x HD300, HD100, Fire TV Cube
Reply With Quote
  #23  
Old 01-31-2009, 10:10 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
Quote:
Originally Posted by alland View Post
Michael

Interesting idea. I'm trying to test out on my setup, but the application crashes on start up. I have 1 DVB-S2 and 4 DVB-T tuners in my machine. Some fiddling with the ini file has got me to the following error log. Any ideas whats wrong ?

2009-01-31 18:27:07 Loading filter "Hauppauge WinTV 88x DVB-S/S2 Tuner/Demod" - succeeded!
2009-01-31 18:27:07 Tuner Filter Info = "Hauppauge WinTV 88x DVB-S/S2 Tuner/Demod"
2009-01-31 18:27:07 Loading filter "Hauppauge WinTV-7164 BDA Digital Capture DVBT" - doesn't fit, unloading!
2009-01-31 18:27:07 Loading filter "Hauppauge WinTV-7164 BDA Digital Capture DVBT" - doesn't fit, unloading!
2009-01-31 18:27:07 Loading filter "Hauppauge WinTV 88x TS Capture" - succeeded!
2009-01-31 18:27:07 Loaded our transport stream filter
2009-01-31 18:27:07 Added demux filter to the graph
2009-01-31 18:27:07 Connected demux to our filter output pin
2009-01-31 18:27:07 Loading filter "BDA MPEG2 Transport Information Filter" - succeeded!
2009-01-31 18:27:07 Cannot run graph: 0x800705AA
2009-01-31 18:27:07 Loading filter "Nova-DT DVB-T Tuner (Dev1 Path1) " - doesn't fit, unloading!
2009-01-31 18:27:07 Cannot load tuner device and connect network provider
DVBE4SAGE currently can use only DVB-S(2) cards. It cannot handle any other kinds of card (DVB-C/T). I'm quite sure I will make it work with these one day, but not just yet.
In order to try DVBE4SAGE in your setup, you need to exclude all non-DVB-S(2) cards from its initialization routine. This can be done by specifying the following in its INI file:
Code:
[Tuning]
ExcludeTuners=x,y,z
where x,y,z are ordinal numbers of tuners to be excluded. As I can see from your log, you should put 2,3,4,5 there.
I'd also suggest you to do the following:
  1. Download the latest binaries from Sourceforge.
  2. Define the proper initial transponder parameters: InitialFrequency, InitialSymbolRate, InitialPolarization, InitialModulation and InitialFEC. If you're on Sky New Zealand, these can be as follows:
    Code:
    InitialFrequency=12394000
    InitialSymbolRate=22500
    InitialPolarization=H
    InitialModulation=QPSK
    InitialFEC=3/4
    Autodetection will do the rest for you.
Please, try these out and see what happens. If you want to debug your setup more in depth, please, send me your email via PM and we can start communicating directly.

Best regards,

Michael.
Reply With Quote
  #24  
Old 02-14-2009, 12:13 PM
hellsingfan hellsingfan is offline
Sage Advanced User
 
Join Date: Jun 2008
Posts: 76
If you really want to develop this fast, I recommend you post this idea at dvbn.happysat.org .

There is a development section. There are a lot of people who would be interested in this program because currently there is only Dvbdream Network encoder for sagetv, I think this would be of a lot of interest to that community.

I hope this project is further pursued. Good luck
__________________
SageTV 6.5.2 Beta (service mode)
Intel Q6600 Quad-Core 2.4ghz
OCZ 1033 DDR3 2 gb SDRAM
Vista 32bit SP1
Sapphire ATI Ultimate HD 3850 512mb
Catalyst 8.11
CoreAVC 1.8.5/ Cyberlink Powerdvd 8 Ultra
250gb HDD (will add more when TB comes down )

Last edited by hellsingfan; 02-14-2009 at 12:15 PM.
Reply With Quote
  #25  
Old 02-14-2009, 12:22 PM
bjkiller's Avatar
bjkiller bjkiller is offline
Sage Aficionado
 
Join Date: Mar 2007
Posts: 368
Cool

Quote:
Originally Posted by hellsingfan View Post
If you really want to develop this fast, I recommend you post this idea at dvbn.happysat.org .

There is a development section. There are a lot of people who would be interested in this program because currently there is only Dvbdream Network encoder for sagetv, I think this would be of a lot of interest to that community.

I hope this project is further pursued. Good luck
hellsingfan, it's working product.
I am using this product for last 6 months.

look at my home sagetv server 10 virtual recorders from dvbe4sage.

__________________
Dear Google, Please don't ruin SageTV for us!!

Sage Server: [s]8xDVB-S2 with DVBE4Sage on YES DBS Israel 4W (3 virtual tuners) ,[/s] 3 x HD300 Extenders; 3 x HD200 Extender; 3 x SageTV Client;
Reply With Quote
  #26  
Old 02-14-2009, 03:01 PM
hellsingfan hellsingfan is offline
Sage Advanced User
 
Join Date: Jun 2008
Posts: 76
bjkiller I know it is a working product. But the author said he wants to add other capabilities, so in other words he wants to develop it even more. That is why I recommended that forum because there are lot of people who would help him do this.
__________________
SageTV 6.5.2 Beta (service mode)
Intel Q6600 Quad-Core 2.4ghz
OCZ 1033 DDR3 2 gb SDRAM
Vista 32bit SP1
Sapphire ATI Ultimate HD 3850 512mb
Catalyst 8.11
CoreAVC 1.8.5/ Cyberlink Powerdvd 8 Ultra
250gb HDD (will add more when TB comes down )
Reply With Quote
  #27  
Old 02-15-2009, 05:28 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
hellsingfan,

Thanks for suggestion, will do so.

Michael.
Reply With Quote
  #28  
Old 03-16-2009, 10:21 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
Hi all,

I wanted to notify that I’ve just released the first official release 1.0.0.0 of the program. It can be downloaded from here.

Here are the release notes:
* Fix for the fast channel switch bug that made the program stuck and forced the user to restart it to make Sage work again
* Significantly faster channels switch
* No more need to disable DVB-T/C tuners or even exclude them, they're just silently skipped during initialization
* UNICODE file names support in Sage recordings
* Confirmed support for some additional DVB-S providers: Sky Italia and Sky New Zealand
* Support for LNB configuration
* Support for additional hardware: Twinhan Mantis and DVB-S2 tuning on Hauppauge devices
* Some additional fixes (see the change log)

Here is a more detailed change log:
* Added: support for DVB-S providers other than YES DBS Israel (confirmed working on Sky Italia and Sky New Zealand)
* Added: support for LNB configuration (see INI file)
* Added: support for Twinhan Mantis/Technisat Skystar HD2 tuner
* Added: support for DVB-S2 tuning on Hauppauge devices
* Added: support for UNICODE file names in Sage recordings (UNICODE file names don't work from the UI)
* Fixed: "When channels changed quickly, a new recording doesn't start" bug (2049764)
* Fixed: startup crush on systems with DVB-T/C tuners
* Fixed: channels switch quicker by factor of 2
* Fixed: decryption glitch during the first seconds of recording
* Fixed: standalone recording UI
* Misc: updated to the most recent Windows SDK (7.0) and the most recent DirectX SDK (Nov 2008)
* Misc: use milliseconds precision in the log

I know some people still haven’t managed to make it work in their environment (Sky UK and Foxtel guys). So, first, please, try the new version. If it still doesn’t work, please, let me know and we’ll see how to proceed from here.
Reply With Quote
  #29  
Old 04-09-2009, 12:33 AM
Hammud Hammud is offline
Sage User
 
Join Date: Sep 2008
Posts: 6
I need some Help!

Finally I found the program that I have been looking for. unfortunately I need help in setting it up and I have some questions.

Problem-1: Cannot obtain SID number for the channel "100", no recording done!
Problem-2: The program loads Emmunation but it does not use it!
Problem-3: How to configure the DiseqC switch both committed (4x1) and uncommitted (16x1)
is it LNB_SW=1 if so, how to configure more than one LNB?
Problem-4: I am unable to get it working in the US

Environment
DVB Device: AZwave 1028 DVBS PCIe, Device_TYPE=1, Version=16.82
SageTV: V6_5_9
Sat Point: 110.0W


Settings and Logs
<<<<<<dvbe4sage.ini>>>>>>
Code:
; This is a sample configuration file for dvbe4sage
; There are several categories of settings, for each setting the value here is the default one

[General]
LogLevel=2
NumberOfVirtualTuners=1
DECSADllName=FFDeCSA_32_INT.dll

[Plugins]
DCWTimeout=5

[Tuning]
InitialFrequency=12239000
InitialSymbolRate=20000
InitialPolarization=H
InitialModulation=QPSK
InitialFEC=5/6
LNB_SW=1
LNB_LOF1=11250000
LNB_LOF2=11250000
InitialRunningTime=20
NumberOfBuffers=400
TuningTimeout=20
UseSidForTuning=0
ExcludeTuners=2,3
DVBS2Tuners=1

[Output]
TSPacketsPerOutputBuffer=160000
TSPacketsOutputThreshold=70
DisableWriteBuffering=0

[Encoder]
ListeningPort=6969

[Recording]
PreferredAudioLanguage=eng

[Advanced]
; This setting tells the program to write down only one PAT packet of "PATDilutionFactor", this helps to reduce the recorded file size
;PATDilutionFactor=1
; This setting tells the program to write down only one PMT packet of "PMTDilutionFactor", this helps to reduce the recorded file size
;PMTDilutionFactor=1
; This setting is used to decide if the channel is FTA, that is, we consider is FTA if we haven't seen a CAT packet for "PMTThreshold" PMT packets
;PMTThreshold=20
; This setting tells the program to decide the PSI structures are mature enough to use for the next tuning operation after "PSIMaturityTime" seconds
;PSIMaturityTime=10
<<<<<<Sage.properties>>>>>>
Code:
mmc/encoders/12345/100/0/available_channels=
mmc/encoders/12345/100/0/brightness=0
mmc/encoders/12345/100/0/contrast=0
mmc/encoders/12345/100/0/device_name=
mmc/encoders/12345/100/0/encode_digital_tv_as_program_stream=True
mmc/encoders/12345/100/0/hue=0
mmc/encoders/12345/100/0/last_channel=100
mmc/encoders/12345/100/0/provider_id=867507149
mmc/encoders/12345/100/0/saturation=0
mmc/encoders/12345/100/0/sharpness=0
mmc/encoders/12345/100/0/tuning_mode=Cable
mmc/encoders/12345/100/0/tuning_plugin=
mmc/encoders/12345/100/0/tuning_plugin_port=0
mmc/encoders/12345/100/0/video_crossbar_index=0
mmc/encoders/12345/100/0/video_crossbar_type=100
mmc/encoders/12345/audio_capture_device_name=
mmc/encoders/12345/audio_capture_device_num=0
mmc/encoders/12345/broadcast_standard=
mmc/encoders/12345/capture_config=2058
mmc/encoders/12345/default_device_quality=
mmc/encoders/12345/device_class=
mmc/encoders/12345/encoder_merit=0
mmc/encoders/12345/encoding_host=200.200.200.50\:6969
mmc/encoders/12345/encoding_host_login_md5=
mmc/encoders/12345/forced_video_storage_path_prefix=
mmc/encoders/12345/last_cross_index=0
mmc/encoders/12345/last_cross_type=100
mmc/encoders/12345/live_audio_input=
mmc/encoders/12345/multicast_host=
mmc/encoders/12345/never_stop_encoding=false
mmc/encoders/12345/video_capture_device_name=dvbe4sage
mmc/encoders/12345/video_capture_device_num=0
mmc/encoders/12345/video_compressor=
mmc/encoders/12345/video_encoding_params=

seeker/video_storage=C\:\\Users\\Admin\\Videos\\SageTV,2000000000,2;
<<<<<<dvbe4sage log>>>>>>
Code:
2009-04-08 22:37:03.436 Loading filter "DTV-DVB PCIe BDA DVBS Tuner0" - succeeded!
2009-04-08 22:37:03.449 Tuner Filter Info = "DTV-DVB PCIe BDA DVBS Tuner0"
2009-04-08 22:37:03.449 Loading filter "DTV-DVB PCIe BDA Digital Capture DVBS0" - succeeded!
2009-04-08 22:37:03.449 Loaded our transport stream filter
2009-04-08 22:37:03.462 Added demux filter to the graph
2009-04-08 22:37:03.462 Connected demux to our filter output pin
2009-04-08 22:37:03.462 Loading filter "BDA MPEG2 Transport Information Filter" - succeeded!
2009-04-08 22:37:03.462 Device Info: Device_Name=1028  1 DVBS PCIe, Device_TYPE=1, MAC=00-08-CA-1C-B6-B4
2009-04-08 22:37:03.462 Driver Info: Company=AZwave, Version=16.82
2009-04-08 22:37:04.573 Signal locked, quality=54, strength=85
2009-04-08 22:37:05.773 Found EMM PID=0x35D
2009-04-08 22:37:06.092 !!! CRC error!
2009-04-08 22:37:06.118 !!! CRC error!
2009-04-08 22:37:06.143 !!! CRC error!
2009-04-08 22:37:06.143 !!! CRC error!
2009-04-08 22:37:07.024 Current network NID is 4102
2009-04-08 22:37:07.024 Found transponder with TID=201, Frequency=12224000, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.024 Found transponder with TID=202, Frequency=12238580, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.024 Found transponder with TID=203, Frequency=12253160, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.024 Found transponder with TID=205, Frequency=12282320, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.024 Found transponder with TID=206, Frequency=12296900, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.024 Found transponder with TID=207, Frequency=12311480, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.024 Found transponder with TID=208, Frequency=12326060, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.024 Found transponder with TID=209, Frequency=12340640, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.024 Found transponder with TID=210, Frequency=12355220, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.024 Found transponder with TID=211, Frequency=12369800, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.101 Found transponder with TID=213, Frequency=12398960, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.101 Found transponder with TID=214, Frequency=12413540, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.101 Found transponder with TID=215, Frequency=12428120, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.101 Found transponder with TID=216, Frequency=12442700, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.101 Found transponder with TID=217, Frequency=12457280, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.101 Found transponder with TID=219, Frequency=12486440, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.101 Found transponder with TID=221, Frequency=12515600, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.101 Found transponder with TID=222, Frequency=12530180, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.101 Found transponder with TID=224, Frequency=12559340, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.101 Found transponder with TID=2042, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.101 Found transponder with TID=2044, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.203 Found transponder with TID=2046, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.203 Found transponder with TID=2055, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.203 Found transponder with TID=2140, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.203 Found transponder with TID=2142, Frequency=12384380, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.203 Found transponder with TID=2144, Frequency=12267740, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.203 Found transponder with TID=2146, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.203 Found transponder with TID=2148, Frequency=12471860, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.216 Found transponder with TID=2151, Frequency=12661400, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.216 Found transponder with TID=2153, Frequency=12544760, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.216 Found transponder with TID=2157, Frequency=12603080, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.216 Found transponder with TID=2159, Frequency=12632240, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.216 Found transponder with TID=2240, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.216 Found transponder with TID=2244, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.216 Found transponder with TID=2246, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.216 Found transponder with TID=2248, Frequency=12471860, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=5/6
2009-04-08 22:37:07.216 Found transponder with TID=2251, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.216 Found transponder with TID=2253, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2255, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2259, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2260, Frequency=12501020, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.292 Found transponder with TID=2262, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2264, Frequency=12267740, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.292 Found transponder with TID=2271, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2273, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2275, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2277, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2279, Frequency=12632240, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.292 Found transponder with TID=2282, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2284, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2286, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2288, Frequency=12471860, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.292 Found transponder with TID=2291, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2297, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2299, Frequency=12632240, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.369 Found transponder with TID=2340, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2342, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2344, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2346, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2348, Frequency=12471860, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2353, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2355, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2357, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2359, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.369 Found transponder with TID=2360, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2362, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2364, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2371, Frequency=12661400, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.471 Found transponder with TID=2373, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2375, Frequency=12573920, Symbol Rate=21500, Polarization=R, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.471 Found transponder with TID=2377, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2379, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2382, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2384, Frequency=12267740, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.471 Found transponder with TID=2386, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2391, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2393, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.471 Found transponder with TID=2395, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.484 Found transponder with TID=2397, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.484 Found transponder with TID=2399, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.548 Found transponder with TID=2440, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.548 Found transponder with TID=2442, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.548 Found transponder with TID=2444, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.548 Found transponder with TID=2446, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.560 Found transponder with TID=2448, Frequency=12471860, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.560 Found transponder with TID=2451, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.560 Found transponder with TID=2453, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.560 Found transponder with TID=2455, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.560 Found transponder with TID=2457, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.560 Found transponder with TID=2459, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2460, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2462, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2464, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2471, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2473, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2475, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2477, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2479, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2482, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.663 Found transponder with TID=2484, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2486, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2488, Frequency=12471860, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2491, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2493, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2497, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2499, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2540, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2542, Frequency=12384380, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=2/3
2009-04-08 22:37:07.739 Found transponder with TID=2544, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2546, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2548, Frequency=12471860, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.739 Found transponder with TID=2551, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2553, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2555, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2557, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2559, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2560, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2562, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2564, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2571, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2573, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.816 Found transponder with TID=2575, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2577, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2579, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2582, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2584, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2586, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2588, Frequency=12471860, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2591, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2593, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:07.931 Found transponder with TID=2595, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=1/2
2009-04-08 22:37:07.931 Found transponder with TID=2597, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=7/8
2009-04-08 22:37:07.931 Found transponder with TID=2599, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-08 22:37:09.016 !!! CRC error!
2009-04-08 22:37:09.041 !!! CRC error!
2009-04-08 22:37:09.067 !!! CRC error!
2009-04-08 22:37:09.067 !!! CRC error!
2009-04-08 22:37:11.965 !!! CRC error!
2009-04-08 22:37:11.965 !!! CRC error!
2009-04-08 22:37:11.991 !!! CRC error!
2009-04-08 22:37:11.991 !!! CRC error!
2009-04-08 22:37:14.889 !!! CRC error!
2009-04-08 22:37:14.889 !!! CRC error!
2009-04-08 22:37:14.915 !!! CRC error!
2009-04-08 22:37:14.940 !!! CRC error!
2009-04-08 22:37:17.813 !!! CRC error!
2009-04-08 22:37:17.813 !!! CRC error!
2009-04-08 22:37:17.839 !!! CRC error!
2009-04-08 22:37:17.877 !!! CRC error!
2009-04-08 22:37:18.988 !!! CRC error!
2009-04-08 22:37:18.988 !!! CRC error!
2009-04-08 22:37:20.750 !!! CRC error!
2009-04-08 22:37:20.775 !!! CRC error!
2009-04-08 22:37:20.775 !!! CRC error!
2009-04-08 22:37:20.801 !!! CRC error!
2009-04-08 22:37:22.103 Graph successfully stopped

2009-04-08 22:37:33.888 Received command: "VERSION"
2009-04-08 22:37:33.888 Received command: "NOOP"
2009-04-08 22:37:34.156 Received command: "NOOP"
2009-04-08 22:37:34.169 Received command: "NOOP"
2009-04-08 22:37:50.732 Received command: "NOOP"
2009-04-08 22:37:50.734 Received command: "NOOP"
2009-04-08 22:37:52.795 Received command: "NOOP"
2009-04-08 22:37:52.849 Received command: "NOOP"
2009-04-08 22:37:52.849 Received command: "NOOP"
2009-04-08 22:37:52.851 Received command: "NOOP"
2009-04-08 22:37:54.071 Received command: "NOOP"
2009-04-08 22:37:54.072 Received command: "NOOP"
2009-04-08 22:37:54.072 Received command: "NOOP"
2009-04-08 22:37:54.073 Received command: "NOOP"
2009-04-08 22:37:54.091 Received command: "NOOP"
2009-04-08 22:37:54.093 Received command: "NOOP"
2009-04-08 22:38:00.121 Received command: "NOOP"
2009-04-08 22:38:00.121 Received command: "NOOP"
2009-04-08 22:38:19.587 Received command: "VERSION"
2009-04-08 22:38:19.588 Received command: "BUFFER dvbe4sage Digital TV Tuner|1633190187|100|83886080|C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf|Great"
2009-04-08 22:38:19.588 Received BUFFER command to start recording on source "dvbe4sage Digital TV Tuner", channel=100, size=83886080, file="C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:19.589 Cannot obtain SID number for the channel "100", no recording done!


2009-04-08 22:38:19.591 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:19.593 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:19.594 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:19.609 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:19.777 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:19.855 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:20.020 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:20.183 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:20.347 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:20.511 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:20.676 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:20.840 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.004 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.179 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.179 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.343 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.344 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.508 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.509 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.672 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.673 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.837 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:21.837 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.001 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.001 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.165 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.166 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.330 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.330 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.494 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.495 Received command: "GET_FILE_SIZE C:\Users\Admin\Videos\SageTV\dvbe4sageon200200200506969DigitalTVTuner-0.mpgbuf"
2009-04-08 22:38:22.534 Received command: "STOP dvbe4sage Digital TV Tuner"
2009-04-08 22:38:22.534 Requested by Sage,  there is no recorder to stop!
2009-04-08 22:38:31.955 Received command: "NOOP"
Reply With Quote
  #30  
Old 04-11-2009, 05:29 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
Hi Hammud,

First of all, you need to record by SID (by checking the corresponding checkbox in the program UI), as the automatic Channel to SID mapping works only for YES Israel.
Please, try recording using the program UI first and see if it records anything, then we'll see how to properly integrate it with Sage.
Reply With Quote
  #31  
Old 04-11-2009, 01:27 PM
Hammud Hammud is offline
Sage User
 
Join Date: Sep 2008
Posts: 6
Thank you for answering my post. Here is my feedback for using the UI only.

The manual test of recording SID 100 worked by Populating the Transponder Parameters with:

Automatically discover transponder setting [not checked]
Frequency: 12326000
Symbol Rate: 20000
Polarization: Horizontal
Modulation: QPSK
FEC: 5/6

Channel/SID: 100
Use SID: [Checked]

The output was captured in a file "Channel100.ts: size 29,297KB

...

I do have subscription to DN through my DN-STB but not through my DVB-S card since DN does not offer that in my area.
By using Emunation and SID 121 with its Transponder parameters it caused the program to crash ending the log with " Do you have subscription for this channel?"


<<<<<< Here is the log when it crashed >>>>>>
Code:
2009-04-11 12:06:38.641 Starting recording on tuner="DTV-DVB PCIe BDA DVBS Tuner0", Ordinal=1, SID=121, Autodiscovery=FALSE, Duration=60, Frequency=12240000, Symbol Rate=20000, Polarization=V, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:40.125 Signal locked, quality=54, strength=83
2009-04-11 12:06:41.703 Found EMM PID=0x35D
2009-04-11 12:06:41.828 Current network NID is 4102
2009-04-11 12:06:41.828 Found transponder with TID=2460, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2462, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2464, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2471, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2473, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2475, Frequency=12573920, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2477, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2479, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2482, Frequency=12384380, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.828 Found transponder with TID=2484, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:41.875 DECSA DLL="FFDeCSA_32_INT.dll", parallelism = 32
2009-04-11 12:06:41.891 A new ECM packet for SID=121 received and put to the queue
2009-04-11 12:06:41.891 A tuning request came in for SID=121
2009-04-11 12:06:42.062 Found transponder with TID=2486, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2488, Frequency=12471860, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2491, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2493, Frequency=12544760, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2497, Frequency=12603080, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2499, Frequency=12632240, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2540, Frequency=12501020, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2542, Frequency=12384380, Symbol Rate=21500, Polarization=L, Modulation=8PSK, FEC=2/3
2009-04-11 12:06:42.062 Found transponder with TID=2544, Frequency=12267740, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2546, Frequency=12588500, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2548, Frequency=12471860, Symbol Rate=20000, Polarization=L, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 Found transponder with TID=2551, Frequency=12661400, Symbol Rate=20000, Polarization=R, Modulation=QPSK, FEC=5/6
2009-04-11 12:06:42.062 ECM callback hasn't been established yet for SID=121, waiting...
2009-04-11 12:07:02.015 Timeout for SID=121, resetting plugins...Do you have subscription for this channel?
Reply With Quote
  #32  
Old 04-15-2009, 02:05 AM
deanm deanm is offline
Sage Aficionado
 
Join Date: Apr 2005
Location: North East, UK
Posts: 309
Quote:
Originally Posted by mpogr View Post
Hi all,

I wanted to notify that I’ve just released the first official release 1.0.0.0 of the program. It can be downloaded from here.

Here are the release notes:
* Fix for the fast channel switch bug that made the program stuck and forced the user to restart it to make Sage work again
* Significantly faster channels switch
* No more need to disable DVB-T/C tuners or even exclude them, they're just silently skipped during initialization
* UNICODE file names support in Sage recordings
* Confirmed support for some additional DVB-S providers: Sky Italia and Sky New Zealand
* Support for LNB configuration
* Support for additional hardware: Twinhan Mantis and DVB-S2 tuning on Hauppauge devices
* Some additional fixes (see the change log)

Here is a more detailed change log:
* Added: support for DVB-S providers other than YES DBS Israel (confirmed working on Sky Italia and Sky New Zealand)
* Added: support for LNB configuration (see INI file)
* Added: support for Twinhan Mantis/Technisat Skystar HD2 tuner
* Added: support for DVB-S2 tuning on Hauppauge devices
* Added: support for UNICODE file names in Sage recordings (UNICODE file names don't work from the UI)
* Fixed: "When channels changed quickly, a new recording doesn't start" bug (2049764)
* Fixed: startup crush on systems with DVB-T/C tuners
* Fixed: channels switch quicker by factor of 2
* Fixed: decryption glitch during the first seconds of recording
* Fixed: standalone recording UI
* Misc: updated to the most recent Windows SDK (7.0) and the most recent DirectX SDK (Nov 2008)
* Misc: use milliseconds precision in the log

I know some people still haven’t managed to make it work in their environment (Sky UK and Foxtel guys). So, first, please, try the new version. If it still doesn’t work, please, let me know and we’ll see how to proceed from here.
The more I read this post the more it interests me. At first I did not see the real need for this plug-in but now I can see some real benefits.

My only problems are I only have DVB-T and DVB-C cards. What are your plans to include them in a future release?

Dean
Reply With Quote
  #33  
Old 04-17-2009, 04:11 AM
willplaice willplaice is offline
Sage Advanced User
 
Join Date: Nov 2008
Location: London UK
Posts: 83
Hi I'm real interested in this, but am having issues... I have valid sub's I've just re installed sage (clean) and am playing with this, anyone got some basic install instructions ?


Will
Reply With Quote
  #34  
Old 04-17-2009, 04:14 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
Quote:
Originally Posted by willplaice View Post
Hi I'm real interested in this, but am having issues... I have valid sub's I've just re installed sage (clean) and am playing with this, anyone got some basic install instructions ?


Will
There is a detailed installation guide that I'll put on SourceForge soon. In the meanwhile, please, send me a PM with your email address and I'll send it to you.
Please, let me know which SAT network you're on, so I can figure out some initial parameters for you.
Reply With Quote
  #35  
Old 04-17-2009, 04:19 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
Quote:
Originally Posted by deanm View Post
My only problems are I only have DVB-T and DVB-C cards. What are your plans to include them in a future release?
Dean
I do plan to add support for these, but I'm not sure how much time it will take.
DVB-T broadcasting is scheduled to start in July here in Israel with trials even sooner, so I'll get to it as soon as I have something to play with.
Reply With Quote
  #36  
Old 04-17-2009, 04:21 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
Hi Hammud,

The file you managed to record, is it playable?
Regarding use of Emunation and other plugins, there may be still issues with these, as I tested my porgram only with NDSCAM. I'm currently working on testing it with other plugins, so stay tuned for updates.
Reply With Quote
  #37  
Old 04-17-2009, 01:35 PM
Hammud Hammud is offline
Sage User
 
Join Date: Sep 2008
Posts: 6
Hi,

Yes the files are playable. but no luck to get it working with SageTV.
Reply With Quote
  #38  
Old 04-26-2009, 07:42 AM
elyl elyl is offline
Sage User
 
Join Date: Jan 2008
Posts: 26
As I understand it, this program records a whole transponder, then passes the required stream to SageTV, after applying MD-API.

Would this work without MD-API, but with a hardware CAM? Would a hardware CAM decode the whole transponder before DVBE4sage gets a hold of it?

If it does, then that's an amazing way to essentially increase the number of tuners in Sage.
Reply With Quote
  #39  
Old 04-26-2009, 07:46 AM
mpogr mpogr is offline
Sage Advanced User
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 152
No, it records only a single program at a time. It can record more than one simultaneously though. It currently can use only MDAPI plugins for obtaining decryption keys and not CI.
Regarding increasing the number of tuners in Sage, that's exactly what it does.
Reply With Quote
  #40  
Old 04-26-2009, 10:39 AM
elyl elyl is offline
Sage User
 
Join Date: Jan 2008
Posts: 26
What's the processor usage like decoding 2 or more NDS streams?
Anyone used emubox MDAPI with it yet?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to be sure(ish) you DVB cards work before buying moamoa SageTV Linux 2 09-04-2008 05:31 AM
Sky via DVB S cards directly - any advice? johnw SageTV United Kingdom 21 05-09-2008 09:30 AM
DVB versus U.S.? mohanman General Discussion 9 06-13-2007 09:09 PM
Best DVB for UK? jcoyne Hardware Support 2 04-08-2007 06:12 PM
2 Non-Conflicting Freeview DVB Boxes rickgillyon Hardware Support 0 11-17-2005 08:04 AM


All times are GMT -6. The time now is 08:16 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.