Use sdp session to play stream?

I have an sdp session structure that contains all the relevant information such as audio port, video port, etc. Now, how can you use this sdp session structure to play media using the libvlc library?

Help Pls. Thanks in advance.

+3
source share
1 answer

I believe you will need a Session Initiation Protocol . libvlc supports this type of Uri, so it must have one.

I believe that you would use the Uri scheme "rtp: //" or "sip: //" depending on the device in combination with the Open Network option in the Vlc interface. (where you should enter uri)

Edit:

, sdp , "", . 'a = control: rtsp://' ..

, .

-1

All Articles