Changeset 5813fcd89d78adc468325c9117be5f52717a865b
- Timestamp:
- 11/12/02 01:54:40
(6 years ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1037062480 +0000
- git-parent:
[c0e8ae0766ca25fd48efce23b2693fa53498f35b]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1037062480 +0000
- Message:
- modules/demux/asf/.cvsignore : put the good one.
- modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
only TCP, I will try to add UDP and HTTP as well).
There are some problems with streams selections and we cannot seek, but
anyway it seems to work. (Usefull for some radio web)
- other: enable mms access by default.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r77c667f |
r5813fcd |
|
| 583 | 583 | dnl Network modules |
|---|
| 584 | 584 | dnl |
|---|
| 585 | | NETWORK_MODULES="access_udp access_http access_rtp ipv4" |
|---|
| | 585 | NETWORK_MODULES="access_udp access_http access_rtp ipv4 access_mms" |
|---|
| 586 | 586 | |
|---|
| 587 | 587 | dnl |
|---|
| rec16630 |
r5813fcd |
|
| 5 | 5 | access/dvdplay/Modules.am \ |
|---|
| 6 | 6 | access/dvdread/Modules.am \ |
|---|
| | 7 | access/mms/Modules.am \ |
|---|
| 7 | 8 | access/satellite/Modules.am \ |
|---|
| 8 | 9 | access/v4l/Modules.am \ |
|---|