-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blur when publish streams via UDP #38
Comments
I have the same issue. I first thought it was the network camera but when using VLC the frames look fine no corruption. |
Same here, output is significantly better when using a TCP stream. This is over loopback and then out over gigabit LAN. |
Hello, i'm unable to replicate the issue.
The stream is received correctly with both UDP and TCP (by adding the --rtsp-tcp flag to VLC). |
In my case it was an opencv+ffmpeg issue. After switching to opencv+gstreamer I don't get corrupted frames using UDP |
I am also experiencing this. using version 0.9.1 running on Windows 10 or on Ubuntu. ffmpeg.exe -re -stream_loop -1 -i c:\users\octoscope\testfolder\bbb_sunflower_1080p_30fps_normal.mp4 -map 0:0 -map 0:1 -c copy -f rtsp rtsp://localhost:8554/testfile Using MPV or ffplay as player results in very distorted video |
Setting the player to read either UDP or TCP RTSP stream makes no difference. |
I have the same issue, when using tcp the stream is clear but when using udp i get mosaic or blur. I watch the stream via internet so the client is in another network then the server. Maybe it has something to do with the MTU when using UDP? |
I do not have the experience of TCP fixing the problem. I can find the problem when I run ffmpeg, rtsp-simple-server and mpv ad player on the same system. As far as I can tell, the problem is likely due to something in ffmpeg and depends on the bitrate of the file being streamed. I can get up to around 20 Mbps H.264, video only without smear. Above that, I get smear. At any rate I don't think it is a problem with rtsp-simple-server. So I think this bug should be closed. |
The issue is still present, it depends on the server; discussion has been moved here: #125 |
This issue is being locked automatically because it has been closed for more than 6 months. |
I use ffmpeg to grab the screen and use rtsp to push the stream. When I use TCP, the video is normal, but when using UDP, the received picture will have mosaic and blur
The text was updated successfully, but these errors were encountered: