Alessandro Ros

Results 59 issues of Alessandro Ros

### Discussed in https://github.com/aler9/rtsp-simple-server/discussions/477 Originally posted by **dorinclisu** July 27, 2021 Is it difficult to support it? https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt The reason is, behind a load balancer all rtsp server request IP's...

enhancement

Features that are currently missing in gortsplib's receiver reports and sender reports, and are handled correctly in pion/interceptor: * support for reordered packets in receiver reports * NACKs

enhancement

Hello, i stumbled across a response that xmlrpc is unable to decode correctly: ``` 5 A ``` This is a 3-elements array containing respectively: * an int * a value...

Hello, this is another fix, unrelated to #67, that allows to parse this response: ``` A ``` when using as receiver: ``` &[]interface{}{} ``` The problem here is that the...

#### Description Header shouldn't be a property but a method, like the one of every other packet, otherwise it can't be updated automatically when a property changes. Since the padding...

#### Description This allows to get packet sizes without marshaling, a feature already provided by pion/rtp in case of RTP packets. It replaces a lot of functions that were implemented...

Confidence is currently transferred from TensorRT network to Deepstream in a wrong way, resulting in random values. The LPR network has two output layers: ``` 1 OUTPUT kINT32 tf_op_layer_ArgMax 24...

## Describe the feature TODO: * [ ] build the rpicamera-enabled version for Docker too * [ ] find a way to expose libcamera libraries inside Docker * option 1:...

enhancement

## Describe the feature The Raspberry Pi Camera has a lot of parameters that can be tuned and should be added to the server configuration. List: ``` libcamera-vid --help ```

enhancement