Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Implementation of FFmpeg rtsp interaction and problem solving

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Knowledge preparation

By default, wireshark does not analyze the contents of the packet to determine whether it is a rtsp packet. It is based on the port, and the default port is 554. it is considered to be a rtsp protocol session, so the Protocol protocol of the packet is displayed in the capture interface. If you know which ports are also for rtsp sessions, you can select Analysis in the menu bar, click Code as, and select the port specified by the tcp port value in the field. Then in the current protocol, select RTSP. In addition, you can select the tracking stream through the right mouse button, click TCP in it, and view the interaction process of RTSP

Problems and solutions

1) 405 Method Not Allowed

When encapsulating the OPTIONS instruction package, it is written by capturing the packet through wireshark. The message content is as follows:

Request: OPTIONS rtsp:://192.168.1.88 RTSP/1.0\ r\ n

Method: OPTIONS

URL: rtsp:://192.168.1.88

Think that the beginning of the message is Request, but this is actually a parsed statement

Error:

Request_stream

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report