Changeset 191a84f4c769601a6ea4a0134ea60a8a84d73fc2
- Timestamp:
- 09/15/07 12:31:01
(10 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1189852261 +0000
- git-parent:
[b8e28844a684a45cd8082a3241e1078a322cc256]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1189852261 +0000
- Message:
Some sout news
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb8e2884 |
r191a84f |
|
| 29 | 29 | You can then use commands like: @test marq-marquee Goodbye |
|---|
| 30 | 30 | These new commands are also available in the telnet interface. |
|---|
| | 31 | * The "rtp" access output module has been removed: |
|---|
| | 32 | Please the RTP stream output instead, e.g.: |
|---|
| | 33 | Old: '#std{access=rtp,dst=239.255.1.2,sap}' |
|---|
| | 34 | New: '#rtp{dst=239.255.1.2,sap}' |
|---|
| 31 | 35 | |
|---|
| 32 | 36 | Changes: |
|---|
| … | … | |
| 98 | 102 | |
|---|
| 99 | 103 | Stream output: |
|---|
| 100 | | * UDP-Lite (requires OS support) for RTP/TS encapsulation |
|---|
| | 104 | * RTSP for TS-multiplexed broadcast streams |
|---|
| | 105 | * New RTP payload formats: |
|---|
| | 106 | * ITU T.140 (for text, subtitles) |
|---|
| | 107 | (FIXME: * Speex voice audio codec) |
|---|
| | 108 | * UDP-Lite (requires OS support) transport for RTP |
|---|
| | 109 | * Lots of fixes for RTSP broadcasting |
|---|
| 101 | 110 | |
|---|
| 102 | 111 | Interfaces: |
|---|