I meant 1. if set type to 3 in sink, deepstream-app will generate new file, does this new file play well ?
2. on the machine which run deepstram-app, does it play well using rtsp:://127.0.0.1:8660/ds-test?
1- when I save locally to file with sink type3 - it plays well no distortion in out.mp4
2- I am running on headless server therefore can’t display or play the rtsp locally on the server
it seems the distortion is happening when we output the RTSP stream, there is no network issue that might cause this because my PC is only 20 cm away of the headless redhat server (with deepstream), latency < 1 ms
@fanzh
1- ffmpeg is recording a file which plays fine without any distortions, it just plays a little faster than normal (3x-4x speed), can we conclude that the problem is in the VLC player?
2- there are no network drops on both sides (my player and the deepstream server which is installed on a PC next to my desk).
3- ONLY deepstream is using port 5500
while playing the stream directly from the camera, VLC plays it well without issues, problem only occurs when playing the deepstream rtsp output stream.
Updating and reinstalling VLC didnt solve the problem
I tried disabling hardware / decoding acceleration in VLC but didnt work
[quote=“ali35, post:19, topic:235775”]
ffmpeg is recording a file which plays fine without any distortions.
from your test result, recording from RTSPStreaming server is ok, the network is ok, the issue should be VLC player.
you can try other players such as ffmpeg’s ffplay to play on the machine runningVLC.
1- can u share the command to run ffplay on deepstream server?
2- why is the recorded file (using ffmpeg )shows a video playing very fast? it seems like it was recorded with 3x-4x speed? i have not changed anything in the default configuration that i uploaded here
we still suggest to capture network packets on both sides to check if the player side receive the whole packets, we can’t get this information only from ping value.
@fanzh i used localhost because i am trying to play the stream on the same BOX that has deepstream running.
I tried to use the ip instead but got the same error, what could be wrong?
@yingliu we changed that, we are exporting the display from headless server through XTERM
in this case, the terminal can display the output in a seperate window, see screenshot
the machine which i use to play VLC is a windows machine so ffplay isnt installed, is there a windows version of ffplay?
Running ffplay from a remote VNC connection on the deepstream server is giving the below error:
@fanzh i confirm that the issue stands with my own windows machine, playing stream on another windows machine on the same network did not cause any rendering issue.
I am now facing another problem so i opened another thread here
Appreciate your help