Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: SmartDVB latest

  1. #1

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    SmartDVB latest

    SmartDVB 0.3.5 beta 3

    کد:
    fixed: Allsats.txt satellite name length increased, should be possible up to 128 ch now.

    fixed: pip tab totals current pip header did not always update correct.

    added: station list option to fullscreen popup.

    fixed: sometimes smart ###### > video decoder PIP connection issues with some codecs (ffdshow/ms dtv). Still needs to be
    tested well.

    fixed: some recursive exception error reporting situations (i hope).

    added: splitter for main epg/description.

    added: media settings menu option to allow media splitter configuration (default/haali or lav). Please note lav splitter seems
    to create crashes with wmv etc (for me).

    added: search list station images/icons.

    modified: graphical list total images, some other graphical list icons modifications to make hd/enc more visible.

    modified: some modifications to transport stream file play, mostly stability.

    fixed: udp station change with VLC might operate better now.

    added: exterimental vlc http stream start/stop option to udp settings (you need to start vlc with "--extraintf=http"
    or "-I http" (latter if you don't require normal vlc gui interface). This allows correct udp station changes
    with vlc when using UDP unicast.Do not enable this option if not needed (or disable it when VLC usage is not
    needed/required), it might slow down application startup otherwise. This could be a solution for the problem with
    changing stations with vlc udp streams, so if you previously had issues with that (vlc didn't change station
    correct after initial udp station try this).
    These modifications also allow for better integration with the smartdvb web interface.

    fixed: Scheduler issue with multiple recordings.

    added: dvbsky/benustar diseqc support to bda.dev.

    fixed: pressing alt-f4 at fullscreen/windowed mode didn't show main interface (it had to be killed with the task manager).

    added: transport stream file play now tries to automatically find/select station, should also work better now offline.

    added: transport stream file play dialog to select station if more then 1 station is found.
    modified: some epg iso processing issues (polish stations).

    added: media mode icon to smart osd.

    added: transport stream mode icon to smart osd.

    added: some missing addon calls i realised were missing. Setmodulation and settransponderinfo to addons. Use setmodulation to set the
    modulation required before settransponder. SetTransponderInfo is needed before setdiseqc sometimes (with some device types) for correct operation
    of switches, needs to be set before calling setdiseqc/senddiseqc. Existing addons might need to be recompiled (not many there yet so instead of adding new interface for
    this call existing one's been modified, they're essential missing calls anyhow so they should be included).

    added: some messageboxes after pressing esc when exiting media mode/transport stream mode file play, otherwise the user
    might press esc (remote too) and not realise the current media might be stopped.

    added: options to media mode settings to play transport stream files/mpeg ps files forcibly with the ms demultiplexer, experimental
    needs tests. Some systems seem to have problems to play such files. Best option is to install a known demux/splitter like
    haali media splitter or LAV splitter for such files, which should then run ok with default options.

    added: pip close/start remote/keyboard/winlirc commands.

    modified: more hardcoded program strings moved to resources for translations. Please report still missing strings.

    fixed: PIP bug when modifying video renderer followed with pip reload with existing pip window would result in crash
    (renderer switch would not be taken into account then).

    modified: some blue epg paint/redraw issues (header data would not get updated correctly all the time). Tried to fix some
    apparent freezes seen from reports, cannot recreate these issues myself so unsure if it's better/corrected now.

    fixed: schedule station from pip exception.

    fixed: some dvb subs exceptions (from reports, untested).

    fixed: some teletext exceptions due to recent arabic modifications.

    added: tray icon minimize now shows different color tray icon and different tray message (indicating a recoding is busy) when recording.

    added: CTRL key at application startup shows device selection dialog and skips initial device load (useful when having device startup problems/issues).

    fixed: some problems with pls/mis when using bda.dev and tbs6925, should work now (tested).

    added: option to bda.dev device settings to enable pls/mis, by default PLS/MIS is disabled for tbs devices. Only the tbs new interfaces support pls/mis so make
    sure you select those for your TBS device which supports PLS/MIS.

    added: basic help file, needs more work (volunteers?).

    added: netup diseqc interfaces (untested).

    fixes: some modifications to bda.dev auto detect code, hope it now detects ms interfaces correct, please test if bda.dev not broken/still ok.

    added: ###### indications to station list status bar. If stations are invisible they're shown after an invisible icon (hidden eye). If specific other
    filters like ac3/hd/dvb/ttx are set icons are shown to indicate that. Lots of users made the mistake of settings such filters and not realising
    they were set, this might make that more visible to them.

    modified: some modifications to SmartOSD modules, should/could be more stable now, needs tests.

    fixed: some more fixes to transport stream file mode stability/workings.

    added: option to assign SID numbers to current remote station numbers (useful when actual provider SID values correspond with remote numbers so you don't need to manually set each station CH# at the station properties).

    added: graphical station general list icon to indicate whether station is a current favorite.

    SmartDVB035Beta3.7z

  2. #2

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: SmartDVB latest

    SmartDVB 0.3.5.7 Beta3

    Added:
    station list option to fullscreen popup
    splitter for main epg/description
    media settings menu option to allow media splitter configuration (default/haali or lav).Please note lav splitter seems to create crashes with wmv etc (for me)
    search list station images/icons
    dvbsky/benustar diseqc support to bda dev
    transport stream file play now tries to automatically find/select station, should also work better now offline
    transport stream file play dialog to select station if more then 1 station is found
    media mode icon to smart osd
    transport stream mode icon to smart osd
    exterimental vlc http stream start/stop option to udp settings (you need to start vlc with "--extraintf=http" or "-I http" (latter if you don't require normal vlc gui interface)
    This allows correct udp station changes with vlc when using UDP unicast Do not enable this option if not needed (or disable it when VLC usage is not needed/required), it might slow down application startup otherwise This could be a solution for the problem with changing stations with vlc udp streams, so if you previously had issues with that (vlc didn't change station correct after initial udp station try this) These modifications also allow for better integration with the smartdvb web interface
    Some missing addon calls i realised were missing.Setmodulation and settransponderinfo to addons
    Use setmodulation to set the modulation required before settransponder SetTransponderInfo is needed before setdiseqc sometimes (with some device types) for correct operation of switches, needs to be set before calling setdiseqc/senddiseqc Existing addons might need to be recompiled (not many there yet so instead of adding new interface for this call existing one's been modified, they're essential missing calls anyhow so they should be included)
    some messageboxes after pressing esc when exiting media mode/transport stream mode file play, otherwise the user might press esc (remote too) and not realise the current media might be stopped
    options to media mode settings to play transport stream files/mpeg ps files forcibly with the ms demultiplexer, experimental needs tests
    Some systems seem to have problems to play such files Best option is to install a known demux/splitter like haali media splitter or LAV splitter for such files, which should then run ok with default options
    pip close/start remote/keyboard/winlirc commands
    tray icon minimize now shows different color tray icon and different tray message (indicating a recoding is busy) when recording
    CTRL key at application startup shows device selection dialog and skips initial device load (useful when having device startup problems/issues)
    Option to bda dev device settings to enable pls/mis, by default PLS/MIS is disabled for tbs devices
    Only the tbs new interfaces support pls/mis so make sure you select those for your TBS device which supports PLS/MIS
    basic help file, needs more work (volunteers?)
    netup diseqc interfaces (untested)
    filter indications to station list status bar If stations are invisible they're shown after an invisible icon (hidden eye)
    If specific other filters like ac3/hd/dvb/ttx are set icons are shown to indicate that Lots of users made the mistake of settings such filters and not realising they were set, this might make that more visible to them
    option to assign SID numbers to current remote station numbers (useful when actual provider SID values correspond with remote numbers so you don't need to manually set each station CH# at the station properties)
    graphical station general list icon to indicate whether station is a current favorite

    Fixed:
    Allsats txt satellite name length increased, should be possible up to 128 ch now
    pip tab totals current pip header did not always update correct
    sometimes smart filter > video decoder PIP connection issues with some codecs (ffdshow/ms dtv).Still needs to be tested well
    graphical list total images, some other graphical list icons modifications to make hd/enc more visible
    some modifications to transport stream file play, mostly stability
    udp station change with VLC might operate better now
    some epg iso processing issues (polish stations)
    some recursive exception error reporting situations (i hope)
    Scheduler issue with multiple recordings
    pressing alt-f4 at fullscreen/windowed mode didn't show main interface (it had to be killed with the task manager)
    PIP bug when modifying video renderer followed with pip reload with existing pip window would result in crash (renderer switch would not be taken into account then)
    schedule station from pip exception
    some dvb subs exceptions (from reports, untested)
    some teletext exceptions due to recent arabic modifications
    some more fixes to transport stream file mode stability/workings
    more hardcoded program strings moved to resources for translations.Please report still missing strings
    some blue epg paint/redraw issues (header data would not get updated correctly all the time).Tried to fix some apparent freezes seen from reports, cannot recreate these issues myself so unsure if it's better/corrected now
    some problems with pls/mis when using bda dev and tbs6925, should work now (tested)
    some modifications to SmartOSD modules, should/could be more stable now, needs tests
    some modifications to bda dev auto detect code, hope it now detects ms interfaces correct, please test if bda dev not broken/still ok

    SmartDVB 0.3.5.7 Beta

  3. #3

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: SmartDVB latest

    SmartDVB 0.3.5

    Added:
    Option to scan dialog to delete stations for the current frequency. Useful to remove dead stations before a re-scan (note you'll loose all favorites/remote/custom link entries)
    Optional favorite filter to epg search (might not be very efficient atm)
    Possibility to group general station list based on CAID added due to popular demand(channel list group properties)
    Compact list view mode to epg search
    Some modulation options to scanner/select menu
    Remove dead station option to main 'channels' menu
    AAC filter option to station list properties (you need to rescan for this to work properly)

    Fixed:
    Smartosd channel list (floating/fullscreen) seemed broken.
    MS dtv-dvd video should connect better now (some other codecs like ffdshow might have less issues with no connection error messages sometimes too)
    Transport stream file play didn't work correctly with timeshift disabled
    UDP stream now restarted after making sure video headers etc have been received (could improve webinterface integration at some situations)
    Side by side windows event error log should be removed now
    Some minor cosmetic modifications to the epg search results
    Some freesat epg process issues, freesat epg should be better now, please report remaining issues
    Moved missing epg content description strings to resources
    Station search with custom lists did not work
    Some polsat epg issues/exceptions
    Attempt to remove occasional main window tab epg duplicates
    Some aac modifications to smartavsrc.ax, should/could now connect better with codecs like ffdshow/lav/divx aac, please report issues
    Possible issues with HD PIP stations

    SmartDVB 0.3.5

  4. #4

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: SmartDVB latest

    SmartDVB 0.4.0.6 Beta2

    Added:
    Smartexec /channel option saves currently selected channel (satid,nid,tid,sid) to channel.dat in the settings folder
    HTTP stream option to stream radio station with MP3. (TV stations should also send the audio only through this http url)
    Basic transcode profile settings to allow for easier change/selected of different streaming/recording parameter sets. Seemed like a necessity to add this to the current external ffmpeg transcode setup. Profiles are saved to settings/transcode.ini
    Remote ch# selection should also move epg to the selected remote tab channel
    Ability to hide video status (main menu > view)
    Optional extra video status line showing video/audio type and simple record progress
    Video process to connection settings dialog. This allows you to enter a filter like for example ‘ffdshow raw filter’ to process video
    Alternate video decoder, based on name selection for now, if you have other suggestions please let me know. You can use this to for example select a different decoder for HD compared to H.264 (by entering a name like ‘ HD’ or alike)
    Seperate h.264 ffmpeg record transcode command lines. So you’re able to differentiate between then when recording, on slower systems you H264 transcoding speed is increased by using preset -superfast where possible. This might decrease recording quality in such cases though, remove it again if you don’t have issues with the efficiency of these transcoding on your system. Please note that slower systems might simply have problems automagically transcoding some recording types, if you’re system simply isn’t efficient enough for ffmpeg to transcode in real-time this might be unsolvable besides a quicker cpu.
    Renderless video renderer
    Option to schedule task exit to close the dvb device (experimental might be unstable, /STOPDEV parameter added to smartexec.exe for this purpose)
    Basic initial HEVC support. Current known codecs which support HEVC are lentoid/LAV/latest cyberlink. Please note that some of these codecs are still quite unstable and could result in application exceptions related to these codecs. HEVC is not implemented for PIP atm (seemed like overkill with just 2-4 available and unstable satellite HEVC streams)

    Fixed:
    Lag issue which could occur with skystar devices (skystar.dev)
    bda.dev crash which could occur when switching to/from direct tune mode
    Skystar HD Express should now also work with skystar WDM device (skystar.dev), should be a better option for owners of such devices compared to the buggy bda implementation technisat provides
    Transcode parameters were not saved correct/used at the transcode settings dialog
    Video status bar would not update EPG progress/textual data correctly at all times, should work better now
    Skystar.dev signal stats were not being shown correct (quality/level were shown as being the same)
    Edit filter should be maintained between channel tab switches
    Scan update dialog lost channels are now sorted by frequency
    Some issues with transport stream transcoded recordings (mp4/mkv)
    Channel list tv filter would not be retained across application instances
    Adding a blindscan range now uses correct c-band defaults
    Client mode now also takes extra buffering into account when receiving streams (if set it’s used for client side receive buffering)
    Some transcode profile interface inconsistencies
    HTTP streaming seemed to fail on some XP systems, added HTTP option to optimize http streaming which might allow such XP systems to stream correctly when enabled
    HTTP internal caching reworked somewhat to try to make it more stable under various network conditions
    Some changes to bdas.dev due to reports, some people seem to have some weird exceptions there sometimes.If you experience worse/sluggish video or lockups at exit please let me know, i might need to revert these changes if it’s not for the better
    Some problems with audio process filter being added twice under some settings situations
    Some additional bug report fixes/modifications
    Main app status bar did not remain hidden if so requested on restart

    SmartDVB 0.4.0 Beta2

  5. #5

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: SmartDVB latest

    SmartDVB 0.4.0.8 RC

    Added:
    timeout message for scheduled action start (30 seconds default value) added to schedule settings dialog
    chroma subsampling (4:2:0, 4:2:2 etc) to the additional video status, needs testing
    end time to add schedule task dialog (by requests)
    EIT event description on the main epg pane is now also shown in the edit field
    blindscanner option to disable retries when no data is received
    option to diseqc settings to not show 'positioner moving ...' message when moving a positioner/rotor
    basic RF scanner. Only works with streamreader.dll supported devices so don't try this otherwise won't work. Might be removed for final version if it causes too many issues. Added for testing/feedback

    Improved:
    osd timeshift button states (ff/play/pause didn't always update button state correctly)
    smartosd transparency slider settings is more verbose now (seemed unclear to some)
    EPG ampersand "&" would be incorrectly translated to underscore at some places
    some modifications to blindscan.dev to enable it to tune dvb-t/c (dvb-t tested)
    streamreader.dll to current 1.2.0.1202 version

    Fixed:
    record all audio PID's for transport stream recordings moved to record settings dialog and should now also be used for normal manual recordings (previously it only worked for scheduled recordings)
    pressing the 'play'/'pause' keys now toggles play/paused state, previously it would remain at the chosen state
    timeshift pause did not work correctly (introduced bug). Some modifcations to timeshift code with regards to this
    some addons interface calls modified (DoDiseqc doesn't require the full channel data but instead uses the transponder and satellite structures, which is more appropriate not all channel data is needed by this call, this might break existing addons, but since there aren't many yet i figured it wouldn't be much of a problem If you have build an addon you'll need to rebuild with the current addon example headers to be sure)
    some setup changes. If you had undefined problems with upgrades previously please try again.
    by default dvb-t offset settings are not used (too many users seem to have issues with this). Added an option to the scanner dialog to specifically enable offset addition to the currently scanned dvb-t frequency.
    scanner bugfix where MIS values would not be shown correctly with a sort selected/active
    bug which could occasionally cause a crash when using the diseqc console


    SmartDVB 0.4.0 RC

  6. #6

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: SmartDVB latest










    Hi for all user.
    This is a new repack for smart DVB, which the last repack was in 2013.
    For that am glad to introduce my new repack for Smart DVB which I hopefully will be
    Have every Addon you need with this App
    For plugins will be in your AppData folder (local\smart DVB\plugins\)
    And all setting.

    What is New?
    1-OSD SKIN PACK (3D OSD & BLACK OSD)
    2-SMART DVB optimize by Ddv122 & ABDULLL
    3-DVB Emulator Cam's
    A-Vplug updated 30/12/2014 included
    Vplug ,Mdplug ,S2-Emu,XME

    b- NWemu new version 1.2.8 updated 30/12/2014
    5-Plugins for Cccam & Newcamserver
    A-ACamd
    B-Hadu
    6-Plugins for Dongle server all of them in Custom mode
    A-Obox3.30
    B-AbOx2.7.6 with server work
    C-MDBoxPlugin10
    7-Plugins for Connected Dongle in Custom mode
    A-Dongle_BY_HaTy

    With my regard
    AHMAD ALBAHETH

    Data: 17/1/2015





    Download link by torrent (magnet)












  7. #7

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: SmartDVB latest

    SmartDVB 0.4.0

    Fixed:
    Scanner update would mark MIS entries with other ID incorrectly lost
    RF scan would not take into account other defined LNB's for the current satellite and incorrect LNB limits might be set also when blindscanning
    Some more RF scan fixes/cosmetic issues
    Tray icon record state would not always correctly indicate recording on/off
    Issue where channel icons would not be shown correctly when SID's were shown in the channellist (only for service name based icons)
    Some modifications to bda.dev tbs and autodetection code, might detect specific tbs devices (also tbs 6983) better now (thanks to steven)
    Some more fixes to scanner MIS parsing (thanks to alexi)
    RF Scanner resource strings added (for translations)
    MIS scan scanner (bda.dev) bug which could select the wrong mis when scanning (thanks once more to alexi)
    Sometimes a scheduled record would use the wrong EIT entry
    Some cosmetic changes to record name defaults
    Updated streamreader.dll to 1.2.2.1260
    Some minor fixes to the SmartOSD timeshift button toggles (remote now also should toggle between play/pause)


    SmartDVB 0.4.0

  8. #8

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: SmartDVB latest





















    Download link:





  9. #9

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,780
    Rep Power
    2484982

    Απ: SmartDVB latest

    SmartDVB 0.5.0.51 RC3 is available!


    v0.5.0.51 RC3
    ◾Initial PLP (DVB-T2) support added.
    ◾Some enhancements to the normal scanner for INI management.
    ◾Ability to add a new channel in the channel properties dialog.
    ◾Various fixes and improvements to channel tuning.
    ◾Remotes were not working for non TBS devices, should be better now.
    Code:
    https://mega.nz/#!jQEl3T4T!_sP9LNsRxIg0gJ8MMdVTin3InO4aoii-ZlOOjAX4yVc

  10. #10
    mehmetkarahanlı
    Guest mehmetkarahanlı's Avatar

    Re: SmartDVB latest

    _______________________________________________________________
    SmartDVB
    0.5.1 x64 beta test portable version now available.

    ________________________________________________________________




    0.5.1 x64 beta test portable version now available.



    Download NOW

    The first x64 beta build of SmartDVB is now available for download. The build includes an initial port of channel listing and epg to unicode. The epg database smarteit.db has been modified to allow for full UNICODE EPG/EIT support. Other than that the x64 build uses the same baseline code as the 32 bit version and hence the feature set for both versions should be about the same. Care has been taken to support most of the legacy application functionality, including blindscan and plugins.
    This version also improves video quality and error recovery, including better 4:2:2 handling/processing.
    The build is not provided as an install but as a portable .zip archive. The installation process is simple.
    -Just extract the archive and register the included filters
    -Run filters\registerfilters.bat with administrator priveleges (for example by right clicking on the registerfilters.bat and selecting 'run as administrator' with the file explorer)
    -The x64 build requires x64 decoder versions (both video and audio), previously installed 32 bit versions of decoders will not be seen by the 64 bit version, so please make sure the appropriate x64 versions of the codecs you wish to use with the x64 build are installed.
    The 64 bit executable SmartDVB.exe should now be runnable.
    It is not required to install the 32 bit version alongside the x64 version, the two versions should run independent of one another.
    Please note device support for the x64 build is limited for some devices, not all (legacy) device manufacturers have x64 bit sdk's available. Skystar.dev is is not available so technisat skystar devices will not be fully functional. Tevii devices will also only, possibly, work with the tevii (bda) device type, the tevii.dll required for the sdk is also not available as a x64 dll.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. DVB Max Latest version
    By mehmetkarahanlı in forum PC Cards
    Replies: 5
    Last Post: 11-11-18, 16:43
  2. SmartDVB Channel Lister
    By korn in forum PC Cards
    Replies: 1
    Last Post: 19-11-13, 09:31
  3. latest HD Glass14
    By korn in forum Enigma2 Skins ΟΕ 2.0
    Replies: 4
    Last Post: 17-02-11, 21:58
  4. latest OpenBlackHole CVS Vu+Duo
    By Dr.Dream in forum Images Vu + Duo
    Replies: 1
    Last Post: 23-01-11, 00:50
  5. latest HD Glass15
    By korn in forum Enigma2 Skins ΟΕ 2.0
    Replies: 1
    Last Post: 04-01-11, 19:30

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •