Download Firmware HDi Dune 120531_2200_beta
HDi Dune has released new beta firmware for several of its media players, such as the Base 3.0, Prime 3.0, Max, and Smart. These full-HD media players are built around a Sigma Designs 8642 media processor and are characterized by great ease of use and extensive options. More information about these media players can be found in this topic on GoT.
The firmware has been given version number 120531_2200 and includes various applications, which now allow watching YouTube videos and tweeting. A Facebook app and various games have also been added. In addition, various improvements have been made, including in the web browser and in media playback. Also, accessing smb shares on the HD TV models is now faster and a virtual keyboard can be displayed by pressing the blue ‘D’ button, making filling in fields a lot easier. The full changelog can be found below:
Added a set of preinstalled applications.
- AccuWeather
- YouTube
- RuTube (Russian language only)
- Videomore (Russian language only)
- TV Rain (Russian language only)
- Horoscope (Russian language only)
- RIA news (Russian language only)
- Poverhnost TV (Russian language only)
- Megogo (for Russia, Ukraine and other ex-USSR countries only)
- Videoprobki.ua (for Ukraine only)
- video.bigmir.net (for Ukraine only)
- Games: chess, four, sudoku, memory, tetris (Russian language only), snake (Russian language only)
Web browser improvements.
- A new version of web browser engine is used
- Browser performance slightly improved
- Dune HD TV-101 and TV-301: Spatial navigation support is added: navigate through the elements of the web page using LEFT/RIGHT/UP/DOWN RC buttons
- Some other improvements and fixes.
DVB-T improvements.
- TV OSD is now used during DVB-T playback.
- Added EPG showing.
- Added support for DVB-T channels icons.
- DVB-T buffering and channel switching improvements.
UI improvements.
- Text fields in the main menu do not require any more to press ENTER to edit the text: text fields are now always “active” and the text can be edited immediately.
- RC button “D” in text fields in the main menu can be used to show the on-screen virtual keyboard. Currently, only English and Russian languages are supported.
- Animation added in some places where it was missed previously.
- TV OSD improvements:
- ENTER on TV channel which is already played just closes the OSD and does not restart the playback.
- Navigating to a different TV channel resets the EPG panel to today.
Playback improvements.
- Added support for HLS protocol for streaming media content. Adaptive bit rate is supported. VOD and Live TV/radio modes are supported. AES encryption is supported.
- media_url syntax:
- More details
- Added support for RTSP protocol for streaming media content. Only MPEG-TS streams are supported. RTSP+RTP and RTSP-over-TCP modes are supported. VOD and Live TV/radio modes are supported.
- media_url syntax: rtsp://{host}[:{port}][/{path}]
- More details
- Improved multicast IPTV playback support.
- Faster playback startup and faster switch between multicast IPTV channels.
- Fixed problems which took place sometimes when the user attempted to switch between IPTV channels two quickly.
- Improved error detection and handling.
- Added possibility to pause/resume the playback (with picture freezing).
- Added support for DVB subtitles.
- Added support for teletext passthrough (works with some TV models).
- Improved support for playback of MP4 files via HTTP protocol.
- Autoframerate enabled also for MP4 files played via HTTP protocol using ” media_url syntax.
- Optimized playback of MP4 files via HTTP protocols w/o the use of ” media_url syntax.
- Improved support for playback of HTTP/TS streams.
- Performance of playback from SMB shares improved on SMP8670 platform (Dune HD TV-101 and TV-301 models). Now the SMB performance with Dune HD TV-101 should be approximately the same as with Dune HD Smart and Max/Duo models.
Various new features for application development.
- dune_folder.txt extensions and improvements:
- New parameters:
- paint_details_box_background = yes|no
- help_line_text_color = N
- item_detailed_info_title_color = N
- item_detailed_info_text_color = N
- item_caption_color = N
- item_sandwich_icon_scale_factor = NN
- More details
- New parameters:
- Added a possibility to specify various playback options in media_url using “|||dune_params|||” syntax.
- Supported options:
- rtsp_tcp:0|1
- rtsp_seek_via_reopen:0|1
- protocol: hls
- hls_initial_bandwidth:low|high
- hls_key_url_add_query:{string}
- enable_seek:0|1
- buffering_ms:1..60000
- More details
- Supported options:
- Added a possibility to launch web browser using a special media_url syntax.
- media_url syntax: www://{HTTP-or-file-URL}[:::{parameters}]
- Supported parameters:
- fullscreen=0|1
- webapp_keys=0|1
- zoom_level={N}
- overscan={N}
- user_agent={string}
- background_color={color}
- More details
- Dune IP Control API extensions and improvements:
- New IP Control commands:
- start_playlist_playback
- launch_media_url
- get_text
- set_text
- More details
- New IP Control commands:
- Dune FlashLite API extensions and improvements:
- Added support for HTTPS.
- Improved support for USB keyboards.
- New API operations:
- requestPlaylistPlaybackOnExit
- requestPlaylistPlaybackOnExitWithReturn
- requestDVDPlayerOnExit
- requestDVDPlayerOnExitWithReturn
- requestBlurayPlayerOnExit
- requestBlurayPlayerOnExitWithReturn
- More details
- Dune PHP Plugins API extensions and improvements:
- New GUI actions:
- file_play
- dvd_play
- bluray_play
- playlist_play
- launch_media_url
- change_behavior
- show_black_screen
- show_main_screen
- New GUI events:
- timer
- playback_stop
- New properties in existing data structures:
- GuiAction::params
- PluginInvalidateFoldersActionData::details
- PluginInvalidateFoldersActionData::rate_details
- PluginMovieFolderView::left_button_caption
- PluginMovieFolderView::left_button_action
- PluginMovieFolderView::params
- PluginRegularFolderView::timer
- PluginTvInfo::epg_mode
- PluginVodInfo::initial_position_ms
- PluginVodInfo::advert_mode
- PluginVodInfo::actions
- PluginVodInfo::timer
- ShowDialogActionData::actions
- ShowDialogActionData::timer
- ShowDialogActionData::max_height
- ShowDialogActionData::initial_sel_ndx
- ViewItemParams::item_caption_color
- ViewItemParams::item_sandwich_icon_scale_factor
- ViewParams::paint_details_box_background
- ViewParams::help_line_text_color
- ViewParams::item_detailed_info_title_color
- ViewParams::item_detailed_info_text_color
- New data structures and their properties:
- BlurayPlayActionData::url
- ChangeBehaviourActionData::actions
- ChangeBehaviourActionData::timer
- ChangeBehaviourActionData::post_action
- DvdPlayActionData::url
- FilePlayActionData::url
- GuiTimerDef::delay_ms
- LaunchMediaUrlActionData::url
- LaunchMediaUrlActionData::post_action
- PlaylistPlayActionData::url
- PlaylistPlayActionData::start_index
- PluginFolderViewParams::paint_path_box
- PluginFolderViewParams::paint_content_box_background
- PluginFolderViewParams::background_url
- PluginVodPlayActionData::vod_info
- ShowBlackScreenActionData::post_action
- ShowMainScreenActionData::post_action
- New features related to plugin file structure:
- {plugin_install_dir}/bin/
- The player automatically sets executable permissions on all files in this directory during plugin installation.
- {plugin_install_dir}/www/{path}
- The player automatically makes these files accessible via HTTP (locally inside the player, and from the local network):
- The player automatically makes these files accessible via HTTP (locally inside the player, and from the local network):
- {plugin_install_dir}/www/cgi-bin/{path}
- The player automatically makes these CGI applications accessible via HTTP (locally inside the player, and from the local network):
- The player automatically makes these CGI applications accessible via HTTP (locally inside the player, and from the local network):
- {plugin_install_dir}/bin/
- Other new features:
- Ability to package FlashLite application into plugin and launch it when the user enters plugin entry point, or when PHP plugin code decides to call it. Supported via the new “launch_media_url” action.
- Ability to package HTML page/application into plugin and launch it in web browser when the user enters plugin entry point, or when PHP plugin decides to call it. Supported via the new “launch_media_url” action.
- If the plugin is pure FlashLite or HTML application and does not need to execute any PHP code, “plain” plugin type can be specified in plugin manifest instead of “php”; in this case, there is no need to include PHP program into the plugin and specify “program” parameter in plugin manifest.
- More details
- New GUI actions:
Other minor changes.
- The set of preinstalled UI skins slightly reduced to free some flash memory for new firmware functions and applications.
- DHCP client sends the information about player model and firmware version to DHCP server using DHCP vendor specific options.
- Various other minor fixes and improvements.
The Dune interface, click on the image for a larger version.
Version number | 120531_2200_beta |
Release status | beta |
Website | HDi Dune |
Download | |
File size |
77.70MB |
License type | Freeware |