Skip to content
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

RTSP Video display screen #708

Open
GuanTu opened this issue Jul 25, 2024 · 6 comments
Open

RTSP Video display screen #708

GuanTu opened this issue Jul 25, 2024 · 6 comments

Comments

@GuanTu
Copy link

GuanTu commented Jul 25, 2024

Describe the bug
Use /webrtcstreamer.html to access the RTSP video address. The video page of the browser will display a flower screen. See the attached pictures and logs for more information

Screenshots
image1

Logs
192.168.16.103-GIS_2024-07-25_9_10_35.log

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Version: 126.0.6478.183

PS: English is not my native language. Please forgive me if there are any mistakes through translation. :)

@GuanTu
Copy link
Author

GuanTu commented Jul 25, 2024

Playing RTSP addresses using vlc is ok

@GuanTu GuanTu changed the title RSTP Video display screen RTSP Video display screen Jul 25, 2024
@wzk1583456343
Copy link

wzk1583456343 commented Oct 29, 2024

Hello, have you solved this problem? I also encountered the same problem.

@mpromonet
Copy link
Owner

Hi @GuanTu

In your log, we see:

[74879:813][315] (video_stream_encoder.cc:1517): Same/old NTP timestamp (1721869940461 <= 1721869940461) for incoming frame. Dropping.
[74879:813][315] (frame_cadence_adapter.cc:1001): Incoming frame timestamp is not monotonically increasing current: 1721869940461000 last: 1721869940461000

This might be origin of your problem.

You can try to remove the '-o' to not forward encoded stream, and then transcode it.

Best Regards,
Michel

P.S. English is not my native language. Please forgive me if there are any mistakes through translation. :)

@GuanTu
Copy link
Author

GuanTu commented Nov 4, 2024

Hello, have you solved this problem? I also encountered the same problem.

@wzk1583456343 Sorry, I did not find a solution to this problem, you can refer to mpromonet's reply

@GuanTu
Copy link
Author

GuanTu commented Nov 4, 2024

Hi @GuanTu

In your log, we see:

[74879:813][315] (video_stream_encoder.cc:1517): Same/old NTP timestamp (1721869940461 <= 1721869940461) for incoming frame. Dropping.
[74879:813][315] (frame_cadence_adapter.cc:1001): Incoming frame timestamp is not monotonically increasing current: 1721869940461000 last: 1721869940461000

This might be origin of your problem.

You can try to remove the '-o' to not forward encoded stream, and then transcode it.

Best Regards, Michel

P.S. English is not my native language. Please forgive me if there are any mistakes through translation. :)

Thank you for your reply. If there is a chance in the future, I will try it

@wzk1583456343
Copy link

wzk1583456343 commented Nov 4, 2024

After I deleted the -o parameter, half of the video was no longer mosaic, but I could clearly see a dividing line between the upper and lower parts of the video. This problem would be even more obvious if the video is in motion. Is there any solution for this? Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants