Project

General

Profile

Get HTSP channelid for any channel?

Added by Tom Butler almost 10 years ago

The channelIds used for streaming HTSP are different than HTTP IDS. For example, this works:

vlc http://media:media@media:9982/steam/channel/c8abd981e6e91d914beefb3723e24183

But for HTSP, the URL format at channel ID are different and I must use an integer e.g.

vlc htsp://media:media@media:9982/1200854352

So I have two questions:

1) Is it possible to use the HTSP protocol with the hexadecimal uuid channel ID used by HTTP using a different URL?

2) Alternatively, is there anyway to get a list of HTSP channel IDs and their corresponding hex uuid?