Skip to content

Remove mod_h26x #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@

# Video Codecs


# Video Codecs

## Pass-through video codecs

* H261 - H.261 Video
* H263 - H.263 Video
* H263-1998 - H.263-1998 Video
* H263-2000 - H.263-2000 Video
* H264 - H.264 Video
* Provided by mod\_h26X.
* Theora passthrough.
* Provided by mod\_theora.
* MP4 Video passthrough.
* Provided by mod\_mp4v.

### Comments:

| H264 now provided by mod\_av which use ffmpeg.also there are VP8, VP9 provided by vpx ![](/images/icons/contenttypes/comment_16.png) Posted by niuzb at Sep 09, 2020 21:45 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

* H264 - H.264 Video
* Provided by mod\_av.
* VP8
* Provided by mod\_vp8
* VP9
* Built into FreeSWITCH core

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

# vars.xml
# vars.xml




## About

FreeSWITCH™ vars.xml contains some variables used throughout the system. This is the first place to start when configuring a new installation.

This file and all config files can be reloaded to a running FreeSWITCH with the fs\_cli command `reloadxml` which is function key F6 by default.


Click here to expand Table of Contents

* 1 [Location](#location)
Expand All @@ -18,7 +18,7 @@ Click here to expand Table of Contents
* 4 [Variable Types](#variable-types)
* 5 [Predefined variables](#predefined-variables)


### Location

The root directory of FreeSWITCH configuration files can be discovered by executing the following fs\_cli command:
Expand Down Expand Up @@ -60,7 +60,7 @@ hostname
local_ip_v4
local_mask_v4
local_ip_v6
switch_serial
switch_serial
base_dir
recordings_dir
sound_prefix
Expand All @@ -75,7 +75,7 @@ The -nonat switch eliminates the nat\_xxx variables above since it disables NAT

The following default vars.xml file was taken from FreeSWITCH 1.10.4 from the middle of 2020 (the year of Hell).


**vars.xml**

```xml
Expand Down Expand Up @@ -295,13 +295,10 @@ The following default vars.xml file was taken from FreeSWITCH 1.10.4 from the mi
G723 - G723.1 in passthru mode. (mod_g723_1)
AMR - AMR in passthru mode. (mod_amr)

These are the passthru video codecs: (mod_h26x)
These are the passthru video codecs:

H261 - H.261 Video
H263 - H.263 Video
H263-1998 - H.263-1998 Video
H263-2000 - H.263-2000 Video
H264 - H.264 Video
H264 - H.264 Video (mod_av)
VP8 - VP8 (mod_vp8)

RTP Dynamic Payload Numbers currently used in FreeSWITCH and their purpose.

Expand Down Expand Up @@ -533,5 +530,5 @@ The following default vars.xml file was taken from FreeSWITCH 1.10.4 from the mi
.
```



Loading