This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:edge2:applications:object-detection-demo-with-rtsp [2025/04/07 21:29] jacobe created |
products:sbc:edge2:applications:object-detection-demo-with-rtsp [2025/04/23 06:40] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Object Detection with RTSP Streaming | + | ====== |
| === Overview === | === Overview === | ||
| Line 68: | Line 68: | ||
| * VLC Streaming | * VLC Streaming | ||
| * RTSP Simple Server | * RTSP Simple Server | ||
| + | |||
| + | === Play the RTSP Stream === | ||
| + | You can verify the RTSP stream using a player such as '' | ||
| + | |||
| + | ==== Option 1: ffplay (from FFmpeg) ==== | ||
| + | < | ||
| + | ffplay rtsp://< | ||
| + | </ | ||
| + | {{: | ||
| + | ==== Option 2: VLC ==== | ||
| + | Open VLC and go to: | ||
| + | * Media → Open Network Stream | ||
| + | * Enter the URL | ||
| + | * Click '' | ||
| + | |||
| + | Replace ''< | ||
| + | |||
| === Notes === | === Notes === | ||
| Line 74: | Line 91: | ||
| * Encoder settings (e.g., resolution, bitrate, format) can be modified in the source code. | * Encoder settings (e.g., resolution, bitrate, format) can be modified in the source code. | ||
| * You can check your IP with: '' | * You can check your IP with: '' | ||
| - | |||