valdivj / Nvidia_Deepstream_FFMPEG_RTSP_to_HTTP

Nvidia Deepstream FFMPEG RTSP to HTTP Streaming
14 stars 4 forks source link

Got an error while running ffmpeg -rtsp_transport tcp -i 'rtsp://localhost:8554/ds-test' http://localhost:8080/camera1.ffm #1

Open edwardchang0112 opened 3 years ago

edwardchang0112 commented 3 years ago

According to the post, I just followed all the steps. Then while running ffmpeg -rtsp_transport tcp -i 'rtsp://localhost:8554/ds-test' http://localhost:8080/camera1.ffm I got an error

[rtsp @ 0x5593895600] method DESCRIBE failed: 503 Service Unavailable
rtsp://localhost:8554/ds-test: Server returned 5XX Server Error reply

The input stream I launched is

python3 deepstream_test1_rtsp_out.py -i ../../../samples/streams/sample_720p.h264

Any comments on this? Please share some advice with me!

bolt958 commented 7 months ago

I've met with the same problem.Have you solved yet?