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
After executing the code and checking with ffmpeg (ffmpeg -i rtsp://{ip_address}/stream1 -v verbose), I found a log stating that the connection to the address was established, but the stream could not be found. Can you help me identify what went wrong?
[tcp @ 0x5574f6708e40] Starting connection attempt to {ip_address} port 8561
[tcp @ 0x5574f6708e40] Successfully connected to {ip_address} port 8561
[rtsp @ 0x5574f6706b80] method DESCRIBE failed: 404 Stream Not Found
rtsp://{ip_address}:8561/stream1: Server returned 404 Not Found
The text was updated successfully, but these errors were encountered:
I have modified the code as follows to add RTSP retransmission.
valkka-live/valkka/live/chain/multifork.py
After executing the code and checking with ffmpeg (
ffmpeg -i rtsp://{ip_address}/stream1 -v verbose
), I found a log stating that the connection to the address was established, but the stream could not be found. Can you help me identify what went wrong?The text was updated successfully, but these errors were encountered: