Search found 3 matches

Go to advanced search

by dani924
04 Jul 2019 17:14
Forum: Development around libVLC
Topic: How to set SDP for RTP streaming
Replies: 3
Views: 11506

Re: How to set SDP for RTP streaming

Hi, SIP protocol is used to initiate a session between two endpoints: it does not carry any voice or video data (stream) itself, it only allows two endpoints to set up connection (using SDP incapsulated in SIP messages) to transfer that traffic (voice or video) between each other via other protocol...
by dani924
05 Jun 2019 18:19
Forum: Development around libVLC
Topic: How to set SDP for RTP streaming
Replies: 3
Views: 11506

How to set SDP for RTP streaming

I'm trying to play video received over RTP from SIP client. I'm using LibVLCSharp for UWP. This is the code I used: public MainPage() { this.InitializeComponent(); Loaded += (s, e) => { _libVLC = new LibVLC(VideoView.SwapChainOptions); _mediaPlayer = new MediaPlayer(_libVLC); VideoView.MediaPlayer =...
by dani924
29 Mar 2019 11:56
Forum: Development around libVLC
Topic: Streaming RTP with VLC-WinRT from UWP app
Replies: 0
Views: 140

Streaming RTP with VLC-WinRT from UWP app

I am trying to stream audio file via RTP protocol from UWP application to RTP client. I'm using VLC-WinRT. I tried code below but after I run it there are no packets sent (checked with Wireshark). Instance instance = new Instance(new List<string> { "--sout=#rtp{dst=239.0.0.1,port=5004}", &...

Go to advanced search