MuMuDVB new year beta

A MuMuDVB new year beta is released

You can find it here
http://mumudvb.braice.net/mumudvb/mumudvb-beta/mumudvb-1.6.1b_20100101.t...

Improvments on OpenWRT, unicast, RTP, PAT rewritting and autoconfiguration are in the menu

What's new in this release compared to the last beta announcement ?

Update of the openwrt compatibility

The modifications for openwrt have been included in the main branch. the openwrt branch is now obsolete

Documentation about transcoding in asciidoc

You will find a nicer to read version of the documentation for transcoding in the doc/html path

New option : card_dev_path

You can specify the path to the DVB devices of your card

Unicast HTTP : improvments on the mime types

It should improve the compatibility of MuMuDVB

The mime type of the JSON files, the M3U playlists and the main stream have been updated

Totem and dragon player are now able to read MuMuDVB unicast stream (it also improved the situation on some STB)

Tuning: improvement for C-Band satellites

MuMuDVB is now able to tune when the LO frequency is higher than the tune frequency

Possibility to specify the DVB card in the command line

Templates for the channel name and the SAP group

You can now use templates to generate the channel name and the SAP group

Example
autoconf_name_template=%number %name

The possible templates are

  • %name : The name given by the provider
  • %number : The MuMuDVB channel number
  • %lcn : The logical channel number (channel number given by the provider). You have to put autoconf_lcn=1 in your configuration file and your provider have to stream LCN. The LCN will be displayed with three digits including 0. Ex "002". If the LCN is not detected, %lcn will be replaced by an empty string.
  • %2lcn : Same as above but with a two digits format

Improvement on the PAT rewrite for MythTV compatibility

The rewritten PAT doesn't include the program 0 anymore. This program is
used to specify the location of the NIT and is optional.

Timestamp RTP

The timestamp of the RTP packets is now properly filled by MuMuDVB. You
can use tools like wireshark to have information about jitter etc ...