You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When publishing with WebRTC publisher and receiving with WebRTC player, the video has drop outs every 2 seconds and video is not playable at Chome for Android. Works fine in the Linux Desktop version.
Describe how to replicate the issue
Just use the following setup at WebRTC publisher and receive it via WebRTC player in a different tab or browser.
start the server
xxx@studio1:~/mediamtx$ ./mediamtx
2023/06/30 11:37:06 INF MediaMTX v0.0.0
2023/06/30 11:37:06 DEB path manager created
2023/06/30 11:37:06 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2023/06/30 11:37:06 INF [RTMP] listener opened on :1935
2023/06/30 11:37:06 INF [HLS] listener opened on :8888
2023/06/30 11:37:06 INF [WebRTC] listener opened on :8889 (HTTP)
2023/06/30 11:37:06 INF [API] listener opened on 127.0.0.1:9997
Hello, regarding Android, from the logs it's clear that the smartphone you used to perform the test doesn't support decoding AV1.
Regarding Linux, stuttering is caused by the fact that your PC is is too slow in decoding AV1 - Chrome detects the delay and discards frames. This is a duplicate of #1697 and can be solved by adding a flag that introduces latency.
This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.
Which version are you using?
MediaMTX v0.0.0 (github Main clone 27.06.2023)
Which operating system are you using?
Describe the issue
When publishing with WebRTC publisher and receiving with WebRTC player, the video has drop outs every 2 seconds and video is not playable at Chome for Android. Works fine in the Linux Desktop version.
Describe how to replicate the issue
Just use the following setup at WebRTC publisher and receive it via WebRTC player in a different tab or browser.
xxx@studio1:~/mediamtx$ ./mediamtx
2023/06/30 11:37:06 INF MediaMTX v0.0.0
2023/06/30 11:37:06 DEB path manager created
2023/06/30 11:37:06 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP)
2023/06/30 11:37:06 INF [RTMP] listener opened on :1935
2023/06/30 11:37:06 INF [HLS] listener opened on :8888
2023/06/30 11:37:06 INF [WebRTC] listener opened on :8889 (HTTP)
2023/06/30 11:37:06 INF [API] listener opened on 127.0.0.1:9997
publish with WebRTC publisher
publish.txt
read with WebRTC Player Chrome Desktop Linux
receive chrome 114.0.5735.134 desktop linux.txt
with Chrome Android
receive chrome 114.0.5735.130 android.txt
And a video of it, showing the dropouts every 2 seconds
2023-06-27_20-38-19.mp4
Did you attach the server logs?
yes
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: