FG

Using VLC as RTSP server

Fresh3 days ago
Mar 15, 202654073 views
Confidence Score0%
0%

Problem

I'm trying to figure out how to use the server capabilities of VLC. More specifically, how to export an SDP file when RTP streaming. In chapter 4 in the section related to RTP Streaming examples for server and client are given: It's not very clear to me how to make it actually work. I have tried th…

Error Output

vlc -vvv input_stream --sout '#rtp{dst=192.168.0.12,port=1234,sdp=rtsp://server.example.org:8080/test.sdp}'
vlc rtsp://server.example.org:8080/test.s…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Using VLC as RTSP server

Low Risk

Your problem is that most likely the example you're looking at is for streaming a file and your example command is using the input. To make the device work you need to encode the video first. So try something like this:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment