08715c6457f849c9b09fb5cd69bb41add2e7b395
howto/multicast.md
| ... | ... | @@ -138,7 +138,9 @@ a=type:broadcast |
| 138 | 138 | a=source-filter: incl IN IP6 ff3e::8232:232 fd40:cc1e:c0de::fffe |
| 139 | 139 | ``` |
| 140 | 140 | |
| 141 | -The stream can then be streamed with `ffplay -protocol_whitelist file,fd,udp,rtp -fflags +genpts /path/to/sdp_file`. |
|
| 141 | +The stream can then be streamed with `ffplay -protocol_whitelist file,fd,udp,rtp -fflags +genpts /path/to/sdp_file` or mplayer or vlc. |
|
| 142 | + |
|
| 143 | +the actual rfc8866-sdp could be extracted from rfc2974-sap... when its not aes67 (rtp+sap+sdp) then it may be https://github.com/duncanthrax/scream |
|
| 142 | 144 | |
| 143 | 145 | ### mping |
| 144 | 146 |