Files
UltraGrid/src
Martin Pulec 41b0388624 rtsp server: fixed audio props
Do not deduce audio properties from command-line parameters but from
the actual format that is being to sent.

Until now, the properties like ch_count and sample rate was deduced from
command-line parameters (ch_count from `-a channels=` and sample rate from
`-A xxx:sample_rate`). However, this is a bit fragile - the source may not
respect the `-a` parameters and also the `-A sample_rate` doesn't need
to be set, like in the following case:
```
uv -x rtsp -A A-law -a sample_r=8000 -s testcard
```

Here the capture sample_rate is set to 8000 but not parsed from parameters
(it must have been in `-A`). So SDP parameeters for RTSP was set
incorrectly (48000).
2024-08-09 09:22:59 +02:00
..
2024-08-09 09:22:59 +02:00
2024-08-09 09:22:59 +02:00
2024-07-30 09:20:34 +02:00
2024-08-09 09:22:59 +02:00
2023-07-18 16:43:37 +02:00
2023-03-14 10:31:41 +01:00
2024-06-12 14:02:42 +02:00
2024-06-12 14:02:42 +02:00
2024-07-19 12:03:49 +02:00
2024-07-01 13:53:29 +02:00
2024-05-17 13:19:49 +02:00
2023-10-06 11:19:10 +02:00
2023-03-09 12:30:10 +01:00
2023-03-29 12:09:38 +02:00
2024-08-09 09:22:59 +02:00
2024-05-30 16:05:10 +02:00
2024-07-08 10:21:00 +02:00
2024-05-30 16:05:10 +02:00
2024-07-02 16:39:38 +02:00
2024-08-09 09:22:57 +02:00
2024-05-20 10:50:22 +02:00
2024-05-16 09:54:22 +02:00
2024-05-16 09:54:22 +02:00
2024-03-25 15:29:10 +01:00
2024-08-09 09:22:59 +02:00
2024-08-09 09:22:59 +02:00
2024-05-31 16:04:42 +02:00
2023-07-18 16:43:37 +02:00
2023-07-18 16:43:37 +02:00