Command Line - Set a title

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
floraison
New Cone
New Cone
Posts: 2
Joined: 22 Apr 2014 10:50

Command Line - Set a title

Postby floraison » 25 Jun 2014 14:20

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 !

Rémi Denis-Courmont
Developer
Developer
Posts: 15266
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Command Line - Set a title

Postby Rémi Denis-Courmont » 25 Jun 2014 20:18

It's not possible for RTSP. Maybe the VLC live555 plugin should extract the SDP s=line, but it doesn't.
Last edited by Rémi Denis-Courmont on 26 Jun 2014 17:11, edited 1 time in total.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

finlayson
New Cone
New Cone
Posts: 8
Joined: 26 Jun 2014 08:24

Re: Command Line - Set a title

Postby finlayson » 26 Jun 2014 08:31

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/


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: Google [Bot] and 14 guests