Page 1 of 1

Command Line - Set a title

Posted: 25 Jun 2014 14:20
by floraison
Hello,

When I use:

Code: Select all

vlc.exe --started-from-file "C://myFile.m3u" --extraintf=http
I obtain the title for each flux on "http://xxx.xxx.xx.x:8080".

I want to get the name on "http://xxx.xxx.xx.x:8080" (currently, it's the address - "rtsp://....." - which appears) , when I use:

Code: Select all

vlc.exe "rtsp://xxxxxxxxxxxx"
How to add a title at my flux ?

Thanks !

Re: Command Line - Set a title

Posted: 25 Jun 2014 20:18
by RĂ©mi Denis-Courmont
It's not possible for RTSP. Maybe the VLC live555 plugin should extract the SDP s=line, but it doesn't.

Re: Command Line - Set a title

Posted: 26 Jun 2014 08:31
by finlayson
It's not possible for RTSP. Maybe VLC and live555 should extract the SDP s=line, but they don't.
FYI, the LIVE555 library does parse the SDP "s=" line; the resulting string can be accessed using
char* MediaSession::sessionName();
which returns the SDP "s=" parameter, or NULL if it was not set.

VLC's LIVE555 access module currently doesn't call this function to access this string, but it could trivially do so.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/