Alessandro Ros

Results 479 comments of Alessandro Ros

closed since no additional feedback was provided.

Hello, the log you provided shows that every runOnDemand command is started and stopped correctly, since there are 222 "runOnDemand command started" lines and 222 "runOnDemand command stopped" lines. Further...

This is unrelated from MediaMTX since it's FFmpeg that is responsible for reading and encoding the camera feed. In particular, from the logs it seems to me that FFmpeg is...

Hello, as mentioned in logs, there are packet losses between the remote and local instance, and this means that the bandwidth is not enough for WebRTC to work properly. You...

Hello, the command you posted: ``` videotestsrc ! video/x-raw,width=1920,height=1080,format=I420 ! x264enc speed-preset=ultrafast bitrate=2000 ! video/x-h264,profile=baseline ! whipclientsink signaller::whip-endpoint=http://localhost:8889/mystream/whip ``` works perfectly: ``` 2024/09/15 22:26:58 INF [WebRTC] [session d2fc0db6] created by...

this was fixed by #3899, even though we will probably need to perform a half rollback due to #4022

Hello, for the moment we'd like to focus on the playback interface, which already allows to access past recordings through start time and end time, by using HTTP instead of...

Hello, thanks for creating this issue, i think this is a bug, caused by the fact that back channels have not been tested extensively due to lack of available hardware....

Hello, this can be fixed but we need a sample recording from the original stream in order to replicate the bug. Please generate a sample recording and attach it here...