Search found 3 matches

Go to advanced search

by TheMagge
22 Aug 2014 07:21
Forum: Development around libVLC
Topic: input sdp information from file with VLCJ
Replies: 7
Views: 1952

Re: input sdp information from file with VLCJ

I can't answer your specific question, but something you can try with vlcj is to change your original code to something like this: String mrl = "C:\\folder\\ws.sdp"; p.setPlaySubItems(true) p.playMedia( mrl ); That worked just like opening it with VLC it self. What i wish to do, is to ope...
by TheMagge
21 Aug 2014 09:23
Forum: Development around libVLC
Topic: input sdp information from file with VLCJ
Replies: 7
Views: 1952

Re: input sdp information from file with VLCJ

There are two ways to play a declarative SDP, either pass the URL of a file that contains it, or pass the SDP as is preceded by "sdp://" (i.e. "sdp://v=0\r\no="...). Hey there ty for a quick response. I tried the following and it did't work. Can you plz be more specific? As i wr...
by TheMagge
20 Aug 2014 14:22
Forum: Development around libVLC
Topic: input sdp information from file with VLCJ
Replies: 7
Views: 1952

input sdp information from file with VLCJ

Hey there Looking around here got me to try several things. It is my first time trying to input options into the mediaplayer so i do not know the correct syntax here. Plz help withe the following: Im using libstreamer together with android to send a rtp stream to vlc and a PC. If im saving the sdp i...

Go to advanced search