Replies: 4 comments
-
Hello, try switching to the TCP protocol, which uses the same connection of the handshake, while UDP requires two new UDP connections that are often blocked by firewalls:
|
Beta Was this translation helpful? Give feedback.
-
Hi @aler9 I am using FFMPEG build from 2020 compiled with gcc 10.2, It doesn't include option for rtsp_transport or avfoundation! Is there a workaround or some specific version for this? Thanks |
Beta Was this translation helpful? Give feedback.
-
yes, look at the readme for instructions on how to publish a webcam: https://github.com/aler9/rtsp-simple-server#publish-a-webcam |
Beta Was this translation helpful? Give feedback.
-
Hello @aler9 Version and operating systemv0.14.0, Fedora 33 and Ubuntu 18.04 QuestionWhen I'm trying to proxy RTSP stream, I'm getting the same error repeatedly. Stream stops and then reconnects. It works very unstable, but still I'm able to read proxied stream. I tried to remove udp from the list in config, but it had no affect |
Beta Was this translation helpful? Give feedback.
-
Which version are you using?
v0.9.15
Which operating system are you using?
Linux
Question
I run rtsp-simple-server on aws ec2 ,but when i push my webcam rtsp stream to remote server with the command: ffmpeg -f avfoundation -framerate 30 -i "0" -f rtsp rtsp://ip:8554/ipc
I got the following error on server side:
2020/09/29 06:51:04 [2/1/1] [client 54.222.45.4:14387] ERR: no packets received recently (maybe there's a firewall/NAT in be tween)
I got following errors on client side :
av_interleaved_write_frame(): Broken pipe
How to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions