Changeset 396d39fe56f85f3102205d69907d1fb39d6d76e1
- Timestamp:
- 23/10/05 11:14:19
(3 years ago)
- Author:
- Marian Durkovic <md@videolan.org>
- git-committer:
- Marian Durkovic <md@videolan.org> 1130058859 +0000
- git-parent:
[744adcaa056f0c8051d8db9311bb0e4220a31d1f]
- git-author:
- Marian Durkovic <md@videolan.org> 1130058859 +0000
- Message:
if no mux, add TS also for RTP
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3d213b2 |
r396d39f |
|
| 242 | 242 | psz_mux = strdup("asfh"); |
|---|
| 243 | 243 | } |
|---|
| 244 | | else if( !strncmp( psz_access, "udp", 3 ) ) |
|---|
| | 244 | else if( !strncmp( psz_access, "udp", 3 ) || |
|---|
| | 245 | !strncmp( psz_access, "rtp", 3 ) ) |
|---|
| 245 | 246 | { |
|---|
| 246 | 247 | psz_mux = strdup("ts"); |
|---|