Desktop shortcut to VLC with an auto opened stream?

Digital ATV - The latest generation, cutting edge ATV - Please discuss it all here.
Forum rules
This forum is run by the BATC (British Amateur Television Club), it is service made freely available to all interested parties, please do not abuse this privilege.

Thank you
Post Reply
Basil
Posts: 398
Joined: Tue Sep 10, 2013 7:28 pm

Desktop shortcut to VLC with an auto opened stream?

Post by Basil » Tue Sep 27, 2022 6:25 pm

Can I create some sort of Windpws desktop shortcut to fire up VLC and have it open up at the network stream udp://@230.0.0.10:10000 ??

Thanks.
Best regards,

Chris, 2E0ILY in rural Shropshire.

Pa3fbx
Posts: 232
Joined: Fri Oct 16, 2020 1:08 pm

Re: Desktop shortcut to VLC with an auto opened stream?

Post by Pa3fbx » Wed Sep 28, 2022 12:10 pm

Yes,
I use it every day on my home desktop...

This is my vlc link to the 1st multicast adres..
You need to modify the program path to your needs...

"C:\Program Files\VideoLAN\VLC\vlc.exe" "C:\Users\benno\Desktop\VLC WH1.lnk" --qt-minimal-view --qt-name-in-title --no-qt-video-autoresize --video-title-show udp://@230.0.0.237:9941

Or For a BATC stream...
"C:\Program Files\VideoLAN\VLC\vlc.exe" --qt-minimal-view --qt-name-in-title --no-qt-video-autoresize --video-title-show rtmp://rtmp.batc.org.uk/live/pa3fbx

Goodluck...

Benno

Basil
Posts: 398
Joined: Tue Sep 10, 2013 7:28 pm

Re: Desktop shortcut to VLC with an auto opened stream?

Post by Basil » Thu Sep 29, 2022 2:09 pm

Thanks for the detailed reply with examples Benno, much appreciated, I will have a play at the weekend, all the best!

EDIT: It's the weekend, just, and I have it working, thanks again, I will try Rogers desktop file idea now, as well, all the best Benno.
Last edited by Basil on Fri Sep 30, 2022 11:01 pm, edited 1 time in total.
Best regards,

Chris, 2E0ILY in rural Shropshire.

G8HKN
Posts: 54
Joined: Mon Jan 21, 2019 4:04 pm

Re: Desktop shortcut to VLC with an auto opened stream?

Post by G8HKN » Fri Sep 30, 2022 9:22 pm

Basil/Chris,
Seems a bit complicated to me.
When viewing Stream on VLC go to view playlist
you should see stream listed there right click save playlist to file.
this will save a .XSPF file in documents.
create a desktop short cut to that.
Then when you click desktop short cut VLC will start with that info in playlist.
That's what I use several short cuts to Security cameras and BATC streams.
It works with rtsp streams not sure about UDP though.
73 Roger G8HKN

Basil
Posts: 398
Joined: Tue Sep 10, 2013 7:28 pm

Re: Desktop shortcut to VLC with an auto opened stream?

Post by Basil » Fri Sep 30, 2022 11:03 pm

G8HKN wrote:
Fri Sep 30, 2022 9:22 pm
Basil/Chris,
Seems a bit complicated to me.
When viewing Stream on VLC go to view playlist
you should see stream listed there right click save playlist to file.
this will save a .XSPF file in documents.
create a desktop short cut to that.
Then when you click desktop short cut VLC will start with that info in playlist.
That's what I use several short cuts to Security cameras and BATC streams.
It works with rtsp streams not sure about UDP though.
73 Roger G8HKN

That works fine Roger, even with a UDP stream. Very simple to implement too, and useful for other things as you said. Have a good weekend and thank you very much. Chris 2E0ILY.
Best regards,

Chris, 2E0ILY in rural Shropshire.

User avatar
G0NMY
Posts: 100
Joined: Wed Nov 11, 2009 6:10 pm

Re: Desktop shortcut to VLC with an auto opened stream?

Post by G0NMY » Sat Oct 01, 2022 9:36 am

If you want to stream your computer screen
-----------------------------------------------------------------

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<playlist xmlns="http://xspf.org/ns/0/" xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/" version="1">
	<title>Playlist</title>
	<trackList>
		<track>
			<location>screen://</location>
			<extension application="http://www.videolan.org/vlc/playlist/0">
				<vlc:id>0</vlc:id>
				<vlc:option>screen-fps=30.000000</vlc:option>
				<vlc:option>live-caching=300</vlc:option>
			</extension>
		</track>
	</trackList>
	<extension application="http://www.videolan.org/vlc/playlist/0">
			<vlc:item tid="0"/>
	</extension>
</playlist>
Just save it as xspf file.
:)
   

   

http://www.g0nmy.blogspot.co.uk/

¡ʎɐqƎ ɟɟo pɹɐoqʎǝʞ ɐ ʎnq I ǝɯᴉʇ ʇsɐl ǝɥʇ sᴉ sᴉɥʇ

Basil
Posts: 398
Joined: Tue Sep 10, 2013 7:28 pm

Re: Desktop shortcut to VLC with an auto opened stream?

Post by Basil » Mon Oct 03, 2022 7:05 pm

Thanks for that Mark! BTW, do you know if there's much DATV activity on GB3UD? I keep checking the streamner but never manage to catch any. All the best. Chris 2E0ILY
Best regards,

Chris, 2E0ILY in rural Shropshire.

Post Reply

Return to “DATV - Digital ATV”